Skip to content
Snippets Groups Projects
  1. Jun 17, 2019
  2. Jun 14, 2019
  3. Jun 11, 2019
    • erwan's avatar
      Update: make Algo.local_env abstract · fd6d4d2d
      erwan authored
      fd6d4d2d
    • erwan's avatar
      Fix: perform variable initiliasation once · 9cb32320
      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.
      9cb32320
  4. Jun 06, 2019
  5. May 27, 2019
  6. May 23, 2019
  7. May 17, 2019
  8. May 16, 2019
  9. May 15, 2019
  10. May 14, 2019
  11. May 09, 2019
  12. May 03, 2019
  13. Apr 30, 2019
  14. Apr 02, 2019
  15. Apr 01, 2019
  16. Mar 28, 2019
  17. Mar 27, 2019
  18. Mar 26, 2019
  19. Mar 22, 2019
  20. Mar 18, 2019
    • erwan's avatar
      Update: a little bit more work on the rdbg plugin · 8ccdf9a9
      erwan authored
      Actually, I've just realized that the I/O mode of rdbg already makes
      it possible to use sasa from rdbg (exit event only). This plugin would
      only be necessary when we would need a finer grained intrumentation, e.g.,
      to stop at enable step, or to at each process call/exit.
      1.0.4
      8ccdf9a9
  21. Mar 14, 2019
  22. Mar 13, 2019
    • erwan's avatar
      New: add a --ignore-first-inputs option. · dc0fc159
      erwan authored
      This is necessary to be able to use sasa with luciole.  Indeed, in
      rdbg/lurette, luciole always plays first. Hence if we want sasa to
      play after luciole, we can use the option.
      dc0fc159
Loading