Skip to content
Snippets Groups Projects
  1. 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
    • Erwan Jahier's avatar
      maj doc lv6 · ce709505
      Erwan Jahier authored
      ce709505
  2. Oct 09, 2018
  3. Jul 10, 2018
  4. Jul 06, 2018
  5. Jul 04, 2018
  6. Jul 03, 2018
  7. Jul 02, 2018
  8. Apr 27, 2018
  9. Mar 28, 2018
  10. Mar 25, 2018
  11. Mar 23, 2018
  12. Mar 21, 2018
  13. Feb 22, 2018
  14. Jan 12, 2018
  15. Dec 18, 2017
  16. Dec 14, 2017
  17. Nov 30, 2017
  18. Apr 24, 2017
  19. Jan 06, 2017
  20. Dec 22, 2016
  21. Oct 07, 2016
  22. Feb 25, 2016
  23. Sep 03, 2015
    • Erwan Jahier's avatar
      Various enhancements in the manual. · 66664b22
      Erwan Jahier authored
      - add a sectiuon on operators priority
      - fix the automatic latex grammar generator (now calles yacc2latex)
      
      also force the -rif in the utils/luciole-rif script when used with
      lutin or lus2lic.
      66664b22
  24. Apr 08, 2015
  25. Jan 20, 2015
  26. May 21, 2014
  27. Jun 03, 2013
    • Erwan Jahier's avatar
      Fix a bug in the implementation of diese (#). · 1041bec5
      Erwan Jahier authored
      Actually, it was a misunderstanding of mine (R1) ; the behavior was consistent
      with the lv6 doc, but not with the v4 behavior...
      
      Indeed, # means "at most 1 among n", not "exactly one among n" as I tought...
      1041bec5
  28. Jan 31, 2013
  29. Jul 09, 2010
  30. Jul 06, 2010
  31. May 05, 2010
  32. Jan 13, 2010
  33. May 26, 2009
    • Erwan Jahier's avatar
      Attach the clock of Eff.val_exp to the val_exp itself, instead of · e7ef1b90
      Erwan Jahier authored
      maintaining (ugly and error-prone) hash tables.
      
      That change revealed an untriggered bug in EvalClock.check_args: it was wrong
      to add in subst the substitutions made of the parameters and the arguments (it
      is enough to unify the clocks of the pars and of the args). For instance, consider
      the node (in should_work/clock/clock.lus)
      
         node clock5(x :  bool; y:  bool when x; z: bool when y)
      
      and the call
      
        z2 = clock5(a, b when a, c when e);
      
      I was adding y/b in the subst, which was wrong.
      
      Other minor changes:
       - move const_to_val_eff from Eff to UnifyClock.
       - GetEff.translate_val_exp now returns a substitution, in order to be able
         to unify clock vars and propagate the resulting substitution.
      e7ef1b90
  34. Mar 09, 2009
  35. Dec 08, 2008
  36. Nov 20, 2008
Loading