Skip to content
Snippets Groups Projects
  1. Aug 29, 2019
  2. Aug 02, 2019
  3. Jul 29, 2019
  4. Jul 11, 2019
  5. Jul 10, 2019
  6. May 22, 2019
  7. May 17, 2019
  8. May 16, 2019
  9. Apr 30, 2019
  10. Apr 10, 2019
  11. Apr 05, 2019
  12. Dec 03, 2018
    • Erwan Jahier's avatar
      Remove a clutch that causes bad error messages and seems useless. · 67eb59fc
      Erwan Jahier authored
      It causes bad error messages in the case were the parametric node is undefined.
      
      e.g., the equation
      
        S=if(M[n-1]) then (entiernat<<n>>(M)-puiss<<n+1>>(2)) else entiernat<<n>>(M);
      
      raises "Error: Bad number of (static) arguments: 0 expected, and 1 provided."
      when entiernat is undefined
      
      It seems useless because no test is broken. The comment mention node
      parameters that themselves have parameters. But it is the case for
      test/should_work/Gyroscope2.lus, and it is still working.
      67eb59fc
  13. Oct 09, 2018
  14. Jul 06, 2018
  15. Jul 04, 2018
  16. Jul 03, 2018
  17. Apr 27, 2018
  18. Mar 28, 2018
  19. Mar 25, 2018
  20. Mar 23, 2018
  21. Jan 12, 2018
  22. Dec 18, 2017
  23. Dec 14, 2017
  24. Dec 08, 2017
  25. Nov 30, 2017
  26. Oct 04, 2017
  27. Sep 27, 2017
  28. Sep 12, 2017
  29. Sep 08, 2017
  30. Sep 06, 2017
  31. Aug 22, 2017
  32. 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
  33. Jul 18, 2017
  34. Jul 12, 2017
  35. Jul 10, 2017
Loading