- Jun 21, 2023
-
-
erwan authored
This is necessary to compute the heigth in a tree and will probably be useful for other purposes
-
- Oct 05, 2021
-
-
erwan authored
-
- Aug 31, 2021
-
-
erwan authored
-
- Aug 27, 2021
-
-
erwan authored
-
- May 26, 2021
-
-
- Apr 21, 2021
-
- Apr 09, 2021
-
- Aug 24, 2020
-
-
erwan authored
-
- Aug 21, 2020
-
-
erwan authored
-
- Mar 05, 2020
-
-
erwan authored
-
- Jan 31, 2020
-
-
erwan authored
-
- Nov 20, 2019
-
- Oct 23, 2019
-
-
erwan authored
-
- Oct 17, 2019
- Oct 14, 2019
-
-
erwan authored
-
- Oct 07, 2019
-
- Jul 08, 2019
-
-
Gwennan Eliezer authored
-
- Jul 05, 2019
-
- Jun 21, 2019
-
-
erwan authored
- Jun 11, 2019
-
-
erwan authored
Indeed, by using the Env.nset and Env.nget defined in 0d6575a7 a pb that was hided by the use of Env.set and Env.get was triggered. The bug was that variables initialisations were done several times. In sasa.ml, the way I was updating the Env.t by iterating on the variables was forcing to "close" expressions that were calling init functions.
-
- Apr 02, 2019
- Mar 26, 2019
-
-
erwan authored
Depending on the kind of network, we should raise an exception. Indeed such information should not be available in anonymous networks. We will add such checks later.
-
- Mar 22, 2019
-
-
erwan authored
-
- Mar 15, 2019
-
-
erwan authored
For some reason, I believed that the source dir containing the main program need to be named bin for dune to work smoothly. But actually, it seems to work fine with src, so let's go for it.
- Mar 07, 2019
-
-
erwan authored
-