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

sailor : bring back generics support #51

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

terencode
Copy link
Collaborator

No description provided.

@terencode terencode force-pushed the generics branch 7 times, most recently from 904aa14 to 7f5ad08 Compare July 10, 2023 18:57
@terencode terencode force-pushed the generics branch 9 times, most recently from 8b65616 to a6f55df Compare July 17, 2023 23:48
@terencode terencode force-pushed the generics branch 5 times, most recently from 47ee28d to 3c2b111 Compare August 31, 2023 18:38
@terencode terencode force-pushed the generics branch 3 times, most recently from a12f6c6 to 1b57858 Compare September 4, 2023 00:03
@terencode terencode force-pushed the generics branch 4 times, most recently from b024d91 to 1dc2194 Compare September 15, 2023 14:06
- Ast is shared between the passes
- Subtyping with GADT allows to keep constraints to differenciate
  between expression and statements and between transformations
When the marshalled data structures have changed between two versions of the compiler,
attempting to unmarshal them will produce a runtime crash. In that case, a forceful
rebuild can be used to skip the unmarshalling and rebuild them.
Prior to this commit, the condition was present, but too late.
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.

1 participant