- Aug 17, 2020
-
-
erwan authored
-
- Jun 19, 2020
-
- Jun 17, 2020
-
- Jun 16, 2020
-
-
erwan authored
- Jun 12, 2020
-
- Mar 18, 2020
-
-
erwan authored
-
- Feb 14, 2020
-
- Dec 10, 2019
-
-
erwan authored
-
- Dec 02, 2019
-
-
erwan authored
-
- Oct 11, 2019
-
-
erwan authored
-
- Sep 19, 2019
-
- Sep 04, 2019
-
- Sep 02, 2019
-
-
erwan authored
-
- Aug 29, 2019
- Aug 22, 2019
-
-
erwan authored
-
- Aug 02, 2019
-
- Jul 29, 2019
-
-
erwan authored
-
- Jul 10, 2019
-
- May 23, 2019
-
-
erwan authored
-
- May 22, 2019
-
-
erwan authored
- May 17, 2019
- May 16, 2019
-
-
erwan authored
-
- Apr 30, 2019
-
-
erwan authored
-
- Apr 10, 2019
-
-
erwan authored
Rationale: a step to make time traveling work correctly.
-
- Apr 05, 2019
-
-
erwan authored
-
- Jan 29, 2019
- Jan 28, 2019
-
-
erwan authored
-
- Jan 24, 2019
-
-
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.
-
- Dec 03, 2018
-
-
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.
-