Skip to content

Conversation

AlecTroemel
Copy link
Contributor

@AlecTroemel AlecTroemel commented Jan 11, 2023

possible replacement for #2069, builds off the work of @dressupgeekout. All functions bindings are complete, things left to do:

  • make tic80 a module so the user can choose between (import tic80) or (use tic80). This is to avoid function name collisions of print and map
  • fix bug where random characters show up at end of errors
  • get all builds passing

dressupgeekout and others added 30 commits September 1, 2022 00:40
They REALLY should mention janet_resolve() in Janet's docs
Turns out there actually was a bug in Janet's compiler, which was
responsible for making Janet panic in a scenario where it shouldn't have
avoids name collision with the tic80 map function. Could have just as easily
done the same to that one, but chances are we'll be using the tic80 map more
often.
@nesbox
Copy link
Owner

nesbox commented Jan 12, 2023

Great, new language support is a good reason to release a new TIC-80 version.
Thank you 👍

@AlecTroemel
Copy link
Contributor Author

To the people watching this PR, I think I'm going to need some assistance with the failing builds.

any help or points in the right direction would greatly appreciated, as I'm pretty stumped..

@AlecTroemel AlecTroemel marked this pull request as ready for review January 22, 2023 19:13
@AlecTroemel
Copy link
Contributor Author

With the help of the great people over in the janet Gitter chat, all platforms builds are now passing! I've marked this PR as ready for review

@nesbox nesbox merged commit 9a3d502 into nesbox:main Jan 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants