-
Notifications
You must be signed in to change notification settings - Fork 7
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
Update to latest note-c master. #124
Conversation
src/note-c/.github/workflows/ci.yml
Outdated
@@ -124,6 +124,23 @@ jobs: | |||
github-token: ${{ secrets.GITHUB_TOKEN }} | |||
path-to-lcov: ./build/test/coverage/lcov.info | |||
|
|||
run_low_mem_unit_tests: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm, this shouldn't be here. I'll change the update_note_c.sh script to delete src/note-c/.github in addition to the other folders we're already culling.
07948f4
to
cc02874
Compare
With yet another number handling PR open on note-c, I'm going to hold off on merging this. We're going to have to pull in note-c master again shortly. |
f783d87
to
d123c4a
Compare
git-subtree-dir: src/note-c git-subtree-split: bbb727d657aa4912e86620d874673e7a5680b53f
d123c4a
to
354b641
Compare
@zfields This should be ready now. |
JAddIntToObject used to be a macro for JAddNumberToObject. Now it's its own function and takes a JINTEGER rather than a JNUMBER.
No description provided.