Jsligo discriminatory union
-
Review changes -
-
Download -
Patches
-
Plain diff
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
Compare and
Show latest version
- version 28b046d78a
- version 27d1bc957e
- version 264b38e93e
- version 251e731c7a
- version 24b74e9e8d
- version 234f16196d
- version 227ea77804
- version 21a6f6d010
- version 20e43d8ebf
- version 19e43d8ebf
- version 18c0323d65
- version 17da47a0a7
- version 16d4309fd3
- version 15ac26fa6f
- version 141ea275e7
- version 13f1646acc
- version 12113e97d4
- version 1190feb1a9
- version 103bf134a6
- version 962cb0588
- version 818a9f625
- version 78b6c5473
- version 6950036ee
- version 597492250
- version 4ad3b1b97
- version 3e1032251
- version 29537f1de
- version 172707066
- dev (base)
- latest version73847ee335 commits,
- version 28b046d78a34 commits,
- version 27d1bc957e33 commits,
- version 264b38e93e32 commits,
- version 251e731c7a31 commits,
- version 24b74e9e8d30 commits,
- version 234f16196d27 commits,
- version 227ea7780425 commits,
- version 21a6f6d01024 commits,
- version 20e43d8ebf23 commits,
- version 19e43d8ebf28 commits,
- version 18c0323d6527 commits,
- version 17da47a0a726 commits,
- version 16d4309fd324 commits,
- version 15ac26fa6f23 commits,
- version 141ea275e722 commits,
- version 13f1646acc21 commits,
- version 12113e97d420 commits,
- version 1190feb1a919 commits,
- version 103bf134a618 commits,
- version 962cb058817 commits,
- version 818a9f62516 commits,
- version 78b6c547315 commits,
- version 6950036ee14 commits,
- version 59749225013 commits,
- version 4ad3b1b9712 commits,
- version 3e103225111 commits,
- version 29537f1de9 commits,
- version 1727070668 commits,
Compare changes
- Side-by-side
- Inline
Files
443Loading