-
Notifications
You must be signed in to change notification settings - Fork 107
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
Compiler #937
Conversation
Port missing characterInLineIndex in debugMetadata
Remove float detection
Fix Functions > tests function purity checks
* feat: port the remaining tests from Test.cs and fix minor issues * fix: typos in tests and remove it.only * fix: broken test * fix: default FileHandler
Thank you once again for all the work that has gone into this 😍 I don't see any blockers, just 2 questions for double checking:
If we're good on these 2 points we can go ahead and merge this and release the new version as far as I'm concerned 🥳 |
No changes at all to what was already exposed. I'm pressing merge ! 🥳 |
Here we go, last stretch before the compiler lands in inkjs.
Previous discussion in #931.
Remaining tasks
.js
files. → @smwhrErrorType
)The fate of inklecate can be tackled at a later stage, until we figure out how we want to distribute it (per #933). Let's focus on releasing the compiler for now.
Checklist
npm test
).npm run-script lint
).Feel free to suggest more tasks or discuss them. If you want to contribute, call dibs and create a PR against the
compiler
branch.