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 paulcadman self-assigned this Sep 26, 2024
@paulcadman paulcadman added this to the 0.6.7 milestone Sep 26, 2024
@paulcadman paulcadman force-pushed the serialize-nock-output branch from f0ba6a4 to b13a839 Compare October 3, 2024 16:49
@paulcadman paulcadman force-pushed the serialize-nock-output branch from e4b1a1f to e9d2b29 Compare October 14, 2024 13:06
@janmasrovira janmasrovira self-assigned this Oct 21, 2024
@janmasrovira janmasrovira force-pushed the serialize-nock-output branch 2 times, most recently from a589a33 to 8cf8118 Compare October 22, 2024 09:27
@janmasrovira janmasrovira marked this pull request as ready for review October 22, 2024 09:28
@janmasrovira janmasrovira force-pushed the serialize-nock-output branch from 8cf8118 to 2ae700a Compare October 22, 2024 10:03
@paulcadman paulcadman force-pushed the serialize-nock-output branch from 2ae700a to 7e0622f Compare October 22, 2024 11:22
paulcadman and others added 6 commits October 22, 2024 13:38
@paulcadman paulcadman force-pushed the serialize-nock-output branch from 7e0622f to 9538ea0 Compare October 22, 2024 12:38
@janmasrovira janmasrovira marked this pull request as draft October 22, 2024 12:57
@janmasrovira janmasrovira force-pushed the serialize-nock-output branch from 9538ea0 to 4a66cf2 Compare October 22, 2024 15:53
@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