- 18 Apr, 2018 24 commits
-
-
Daniel Tuulik authored
-
Daniel Tuulik authored
Update test invoking patten, add root_model and language arguments For now only one makefile is up to date with the new test invoking pattern (test-aggregation3)
-
Daniel Tuulik authored
-
Add warnings about skipped composite state contents and update other refs
-
-
* Add x.parse.out and x-to-xmi.out files for SDL and ASN.1 files. * Add global status files. Separate files for parse and import tests
-
Now: "Output file(s) will not be created"
-
-
-
Daniel Tuulik authored
-
Daniel Tuulik authored
The out file comparison is taken from QGen, it still needs some adjustments to work Calling sdl-parser assumes the following: #export JAR_DIR=~/esa/esa-ic-proj/parser/ee.ibk.sdl.parser/target/export/ #export JAR_NAME=ee.ibk.sdl.parser-full.jar
-
-
The status was previously stored with a reduced model
-
-
Improved parsing of composite states
-
to avoid false failures on file-extension based testing
-
Previous numbers were byte counts.
-
Fixed STRING and COMMENT2 rules
-
-
Such files are e.g. generated by the QGen SDL parser and the ID-s in these files change. So, don't put them in git
-
-
The out files were generated using a command like: find -name "*.pr" -print -exec sh -c "qgen-sdl-parse {} > {}-parse.out" \; Where qgen-sdl-parse is a helper script that calls the AntLR 4/Java parser with a command like: JAR_DIR=<some dir> java -jar ${JAR_DIR}ee.ibk.sdl.parser.jar $@ and also logs status
-
Daniel Tuulik authored
-
-
- 27 Mar, 2018 3 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
FPAR variables in procedures defined in an inner scope (nested states) were not properly addressed
-
- 26 Mar, 2018 7 commits
-
-
Maxime Perrotin authored
when flattening model, the access to fields was not properly prefixed for variables declared in substates
-
Maxime Perrotin authored
the Ada backend now exports C symbols with _PI_ to be compatible with TASTE
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
-
Maxime Perrotin authored
-
- 23 Mar, 2018 3 commits
-
-
Maxime Perrotin authored
to avoid forbidden symbol connections
-
Maxime Perrotin authored
-
Maxime Perrotin authored
Only call if md5 of any of the asn1 files has changed
-
- 17 Mar, 2018 1 commit
-
-
Maxime Perrotin authored
-
- 09 Mar, 2018 2 commits
-
-
Maxime Perrotin authored
e.g. if a branch only contains informal or ANY decisions, generate "null;" to avoid an empty code block in Ada
-
Maxime Perrotin authored
-