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

version 0.1.2 #14

Merged
merged 9 commits into from Mar 5, 2020
Merged

version 0.1.2 #14

merged 9 commits into from Mar 5, 2020

Conversation

thautwarm
Copy link
Member

  1. codegen behavior: add default value None for each function argument. fix purescript needs some JavaScript specific behaviors #10
  2. faster codegen: avoid pretty print when not specified. avoid generating pretty-printed SExpr #13
  3. lighter volume: for generated files. type level computing can produce huge amount of code, to make generated code Git maintainable, we \use bzip2 to compress stuffs. avoid generating pretty-printed SExpr #13
  4. option for pspy-blueprint changed.

2. implement serialization juxtaposing pretty-printing
…ent. fix #10

1. faster codegen: avoid pretty print when not specified. for #13
2. lighter volume: for generated files. type level computing can produce huge amount of code, to make generated code Git maintainable, we use bzip2 to compress stuffs. fix #13
3. option for pspy-blueprint changed.
1. a passing directory for CI
2. allow users to change generated data format by `--out-format [Pretty|Compact|Compressed]`.
   Currently due to size of code and python parsers' recursion limitation, for practice
   use `Compressed` mode only.
@thautwarm thautwarm merged commit 7edba35 into master Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

purescript needs some JavaScript specific behaviors
1 participant