Skip to content
Snippets Groups Projects
  1. May 23, 2019
  2. May 22, 2019
  3. May 17, 2019
  4. May 16, 2019
  5. Apr 30, 2019
  6. Apr 10, 2019
  7. Apr 05, 2019
  8. Jan 29, 2019
  9. Jan 28, 2019
  10. Jan 24, 2019
    • erwan's avatar
      Automate version numbering using Semantic Versionning (semantic-release-gitlab) · 9beabcb2
      erwan authored
      https://www.npmjs.com/package/semantic-release-gitlab
      
      from https://semver.org/ :
        Given a version number MAJOR.MINOR.PATCH, increment the:
      
        - MAJOR version when you make incompatible API changes,
        - MINOR version when you add functionality in a backwards-compatible manner, and
        - PATCH version when you make backwards-compatible bug fixes.
      
      For MAJOR, choosing 6 is obvious.
      
      From Minor it's not clear. This number is supposed to reflect the number of
      add functuionnality, so starting at 0 is not great.
      
      The current version is 1.762, but starting at 762 would be wrong too,
      as most do not deals with new functionnalyties.
      
      In a ideal word, I should use the log and tag every commit tha deals with a new
      functionnalyty, but there is a lot of commits (762).
      
      Hence I,'ve decided to choose 100.
      6.100.1
      9beabcb2
  11. 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
  12. Oct 09, 2018
  13. Jul 10, 2018
  14. Jul 06, 2018
  15. Jul 04, 2018
  16. Jul 03, 2018
  17. Jul 02, 2018
  18. Apr 27, 2018
  19. Mar 28, 2018
  20. Mar 25, 2018
  21. Mar 23, 2018
  22. Mar 21, 2018
  23. Feb 22, 2018
  24. Jan 12, 2018
  25. Dec 18, 2017
  26. Dec 14, 2017
  27. Nov 30, 2017
  28. Apr 24, 2017
  29. Jan 06, 2017
  30. Dec 22, 2016
  31. Oct 07, 2016
  32. Feb 25, 2016
  33. 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
Loading