-
Notifications
You must be signed in to change notification settings - Fork 53
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
Serialize Nockma output using nock jam #3066
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
paulcadman
force-pushed
the
serialize-nock-output
branch
from
October 3, 2024 16:49
f0ba6a4
to
b13a839
Compare
paulcadman
force-pushed
the
serialize-nock-output
branch
from
October 14, 2024 13:06
e4b1a1f
to
e9d2b29
Compare
janmasrovira
force-pushed
the
serialize-nock-output
branch
2 times, most recently
from
October 22, 2024 09:27
a589a33
to
8cf8118
Compare
janmasrovira
force-pushed
the
serialize-nock-output
branch
from
October 22, 2024 10:03
8cf8118
to
2ae700a
Compare
paulcadman
force-pushed
the
serialize-nock-output
branch
from
October 22, 2024 11:22
2ae700a
to
7e0622f
Compare
The Anoma API accepts jammed nock terms as input. The benefit to this is that jammed terms are greatly compressed compared to the original term.
paulcadman
force-pushed
the
serialize-nock-output
branch
from
October 22, 2024 12:38
7e0622f
to
9538ea0
Compare
janmasrovira
force-pushed
the
serialize-nock-output
branch
from
October 22, 2024 15:53
9538ea0
to
4a66cf2
Compare
janmasrovira
approved these changes
Oct 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The Anoma API accepts jammed nock terms as input. The benefit to this is that jammed terms are greatly compressed compared to the original term.
Remaining tasks:
juvix dev nockma {run, eval}
juvix dev nockma {run, eval, repl}
i.e there should be a way to pass the*.debug.nockma
(output ofjuvix compile anoma --debug
) file tojuvix dev nockma {run, eval, repl}