Skip to content
Snippets Groups Projects
  1. Jul 06, 2018
  2. Jul 04, 2018
  3. Jul 03, 2018
  4. Jul 02, 2018
  5. May 03, 2018
  6. Apr 27, 2018
  7. Mar 28, 2018
  8. Mar 25, 2018
  9. Mar 23, 2018
  10. Mar 21, 2018
  11. Feb 22, 2018
  12. Jan 12, 2018
  13. Dec 18, 2017
  14. Dec 14, 2017
  15. Dec 08, 2017
  16. Dec 01, 2017
  17. Nov 30, 2017
  18. Oct 04, 2017
  19. Sep 27, 2017
  20. Sep 12, 2017
  21. Sep 08, 2017
  22. Sep 06, 2017
  23. Aug 22, 2017
  24. Aug 18, 2017
    • erwan's avatar
      -lv4: expand nodes because array expansion require nodes to be expanded. · 1057e2e1
      erwan authored
      nb: the 2 tests that now pass pass for other reasons (because of a change in
      rdbg 1.108)
      1057e2e1
    • erwan's avatar
      --gen-autotest: assertions were copied in the Lutin file without parenthesis · 39005635
      erwan authored
      I've done the same fix in LicDump actually to be sure (more parenthesis can't hurt).
      
      fix carligths.lus which was badly initialized
      39005635
    • erwan's avatar
      Do dep-loop checking before removing alias, otherwise some variables disappear ! · b13c9efb
      erwan authored
      And it is now done only by Lic2soc (L2lCheckLoops is not used anymore)
      
      Also, during this change, I was bitten again by the « "__" versus "::" in ident
      names » problem again.
      
      The core of this problem is due to the fact that I use LicDump both for
      (1) dealing with internal ident names
      (2) generating lustre files
      
      Because of (2), ident names may depend on the ec or the v4 option. hence, internal
      names were sometimes translated with "__" instead of "::".
      
      To (try to) fix that, I've added a boolean flag to all "to_string" functions that
      states whether the function is used for internal purposes, or for generating lustre
      files.
      
      It was quite a boring change, that triggered other problems, that I've fixed
      in this (too long) commit :
       - -esa should force -en, otherwise bad things happen (-esa is used for -ec anyway)
       - in -esa mode, #/nor inputs tuples of bool, not arrays
       - fix the list of predi op that returns a type different that its arg (SocPredef)
      b13c9efb
  25. Jul 18, 2017
  26. Jul 12, 2017
Loading