Skip to content
Snippets Groups Projects
Commit 36f22c50 authored by Erwan Jahier's avatar Erwan Jahier
Browse files

src/main.ml:

src/lxm.ml:
src/global: (new file)
   Add the lustre file name in error messages.

src/compiledData.ml:
   Better Data structure dumping (string_of_type_eff,string_of_const_eff),
   and more dumping (LazyCompiler.check_const_interface).

src/lazyCompiler.ml:
   Fix a bug that prevented enum constants to be exported.
   Indeed, in LazyCompiler.const_check_interface_do, only extern
   constants (Extern_const_eff) were accepted in the provided part, whereas
   enum contants (Enum_const_eff) should also be accepted.

   Force constants interface checking in LazyCompiler.test.

src/test/Makefile:
src/test/onlyroll.lus:
src/test/heater_control.lus:
src/test/pfs.lus:
   Some more test files.
parent b6ee23f1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment