Jsligo discriminatory union
type:added
Adds support for limited discriminatory unions.
Limitations:
- not supported: a catch-all construct in the switch statement. We always expect all the variants of the type to be used.
- it will not be possible to change a variant after initialization
- it’s always expected that the input of the Switch statement is like this: foo.bar as the last .bar part will be removed.
Changelog details:
JsLIGO: Add support for discriminatory unions.
Merge request reports
Activity
added 50 commits
-
9537f1de...d0257e08 - 48 commits from branch
dev
- 0487e95b - Gardening.
- e1032251 - Merge.
-
9537f1de...d0257e08 - 48 commits from branch
added 1 commit
- ad3b1b97 - Turn objects into constructors when meeting discriminated union qualifications.
added 18 commits
-
ad3b1b97...6bd57567 - 17 commits from branch
dev
- 97492250 - Merge branch 'dev' of https://gitlab.com/ligolang/ligo into jsligo_discriminatory_union
-
ad3b1b97...6bd57567 - 17 commits from branch
added 6 commits
-
62cb0588...f48d1cbf - 5 commits from branch
dev
- 3bf134a6 - Merge branch 'dev' of https://gitlab.com/ligolang/ligo into jsligo_discriminatory_union
-
62cb0588...f48d1cbf - 5 commits from branch
added 1 commit
- ac26fa6f - Deleted gitlab-pages/docs/language-basics/src/sets-lists-tuples/tsconfig.json
- Resolved by Sander
- Resolved by E. Rivas
added 2 commits
- 6b6d9c6e - Fix build
- da47a0a7 - Merge branch 'jsligo_discriminatory_union' of https://gitlab.com/ligolang/ligo...
Please register or sign in to reply