Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

janet support #2079

Merged
merged 77 commits into from
Jan 22, 2023
Merged

janet support #2079

merged 77 commits into from
Jan 22, 2023

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

Sorry, something went wrong.

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
@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.

None yet

3 participants