- 31 Dec, 2016 5 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
It was declared in the .adb, thus not visible when the module was imported from an Ada file
-
- 23 Dec, 2016 3 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
- 29 Nov, 2016 3 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
- 15 Nov, 2016 2 commits
-
-
-
Maxime Perrotin authored
-
- 14 Nov, 2016 1 commit
-
-
Maxime Perrotin authored
-
- 13 Nov, 2016 7 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
- 07 Nov, 2016 3 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
- 06 Nov, 2016 1 commit
-
-
Maxime Perrotin authored
-
- 04 Nov, 2016 1 commit
-
-
Maxime Perrotin authored
must be set to true only after elaboration (complete execution of the first transition).
-
- 02 Nov, 2016 1 commit
-
-
Maxime Perrotin authored
-
- 17 Oct, 2016 3 commits
-
-
Maxime Perrotin authored
-
-
Maxime Perrotin authored
-
- 16 Oct, 2016 1 commit
-
-
Maxime Perrotin authored
-
- 15 Oct, 2016 3 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
Requires asn1scc 3.3.04 or more recent
-
- 09 Oct, 2016 4 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
TypeA ::= SEQUENCE { a SEQUENCE (SIZE (2)) OF BOOLEAN } TypeB ::= SEQUENCE { a SEQUENCE (SIZE(2)) OF BOOLEAN } dcl a TypeA, b TypeB; a!a := b!a now rightfully raises an error, even if the types seem semantically equivalent- they are two different types, and Ada would not compile accept that.
-
Maxime Perrotin authored
-
Maxime Perrotin authored
mychoice!a!b := 5was not properly spotted as an error in selector_expression. the right syntax is mychoice := a: { b 5 } (ASN.1 Value notation)
-
- 08 Oct, 2016 1 commit
-
-
Maxime Perrotin authored
-
- 06 Oct, 2016 1 commit
-
-
Maxime Perrotin authored
-