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

Serialize Nockma output using nock jam #3066

Merged
merged 8 commits into from
Oct 23, 2024
Merged

Conversation

paulcadman
Copy link
Collaborator

@paulcadman paulcadman commented Sep 26, 2024

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:

  • Deserialize input nockma file in juvix dev nockma {run, eval}
  • Support debug input nockma file in juvix dev nockma {run, eval, repl} i.e there should be a way to pass the *.debug.nockma (output of juvix compile anoma --debug) file to juvix dev nockma {run, eval, repl}
  • Add proper JuvixErrors for deserialisation failures

paulcadman and others added 6 commits October 22, 2024 13:38
@janmasrovira janmasrovira marked this pull request as draft October 22, 2024 12:57
@janmasrovira janmasrovira marked this pull request as ready for review October 22, 2024 17:26
@paulcadman paulcadman merged commit ae89c4d into main Oct 23, 2024
8 checks passed
@paulcadman paulcadman deleted the serialize-nock-output branch October 23, 2024 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Jam (Nock serialize) the anoma backend output
2 participants