- 13 Jun, 2012 1 commit
-
-
Erwan Jahier authored
Now I can trace lutin step called from run statements! I've duplicated a lot of code in LutExe ; i'll fix that later...
-
- 11 Jun, 2012 1 commit
-
-
Erwan Jahier authored
I can now trace Lutin step.
-
- 04 Jun, 2012 1 commit
-
-
Erwan Jahier authored
The idea is to make lurettetop a caml toplevel that launches in coroutine the whole test execution. In order to implement that, I broke the inner loop in RunDirect.f replace by a continuation that will make the coroutine easier. Next step is to do the same in the lutin step.
-
- 01 Jun, 2012 1 commit
-
-
Erwan Jahier authored
-
- 29 May, 2012 2 commits
-
-
Erwan Jahier authored
-
Erwan Jahier authored
nb : the gnuplot window needs to be refresed manually ('a' keystroke). I should find a way to refresh it automatically.
-
- 24 May, 2012 1 commit
-
-
Erwan Jahier authored
-
- 23 May, 2012 7 commits
-
-
Erwan Jahier authored
-
Erwan Jahier authored
-
Erwan Jahier authored
-
Erwan Jahier authored
-
Erwan Jahier authored
-
Erwan Jahier authored
-
Erwan Jahier authored
It is a bit tricky because all the tools are compiled with the mingw compiler, which means that all the system calls are done via the DOS convention. Therefore, we need to use : - the rigth path conventions - .bat instead of .sh scripts
-
- 16 May, 2012 1 commit
-
-
Erwan Jahier authored
Add a --ocamlc-version option to lurettetop and lutin. The idea is to put all the .exp files into a `lurettetop/lutin --ocamlc-version` dir so that I have an .exp file for each ocaml version. If the `lurettetop --ocaml-version`/*.exp does not exist, I generate it. Also, don't non-reg test lucky dirs anymore (because they are boring). Aldo, don't rely on the HOSTTYPE env var, but use Sys.os_type instead.
-
- 07 May, 2012 1 commit
-
-
Erwan Jahier authored
-
- 02 Apr, 2012 1 commit
-
-
Erwan Jahier authored
The lists of "true variables" and "true variables for the first time" were interchanged.
-
- 07 Mar, 2012 3 commits
-
-
Erwan Jahier authored
-
Erwan Jahier authored
-
Erwan Jahier authored
Fix a bug with --delay-env-out option: the rif file was wrong (luciole outputs were appearinf twice).
-
- 03 Feb, 2012 2 commits
-
-
Erwan Jahier authored
returning wrongs values. The problem was due to the use of caml integer, that were not always big enough (on 32 bits arch). Bertrand fixed by usings the Nums ocaml lib.
-
Erwan Jahier authored
-
- 30 Jan, 2012 3 commits
-
-
Erwan Jahier authored
-
Erwan Jahier authored
-
Erwan Jahier authored
This breaks non-reg tests in lutin/test_ok because the exc Polka.overflow is raised whereas the previous version was silently doing something wrong.
-
- 27 Jan, 2012 1 commit
-
-
Erwan Jahier authored
-
- 26 Jan, 2012 1 commit
-
-
Pascal Raymond authored
et "let x = i"
-
- 13 Jan, 2012 2 commits
-
-
Erwan Jahier authored
-
Erwan Jahier authored
-
- 08 Nov, 2011 1 commit
-
-
Pascal Raymond authored
-
- 07 Nov, 2011 2 commits
-
-
Erwan Jahier authored
highligth the following bug: it is impossible to load from the same main the same lutin program twice. This occurs for instance with lurettetop if 2 different main nodes are defined in the same file. ZZZ : test4 should be re-activated (in the test rule) when this is fixed.
-
Erwan Jahier authored
-
- 12 Oct, 2011 5 commits
-
-
Pascal Raymond authored
-
Erwan Jahier authored
-
Pascal Raymond authored
-
Pascal Raymond authored
-
Erwan Jahier authored
Enhance gnuplot-rif with the capability to only show some variables (it was only possible to hide variables) Add some non-reg test in - examples/lutin/lurette-socket to check that lurette can use test several sut that uses socket (ok) - examples/lutin/xlurette to check that lurette can use test several lutin programs (ko!!) TODO : Make it possible to call several lutin interpreters from the same main. Indeed, lurettetop needs that. in examples/lutin/xlurette/Makefile cf test4 rule. The problem occur in Expand.make. The message is Sorry, Internal Error, function CheckEnv.get_binding: ---> unbounded ident '='(/home/jahier/lurette/examples/lutin/xlurette/env-2.lut:4:12-12) break signal catched
-
- 16 Sep, 2011 1 commit
-
-
Erwan Jahier authored
-
- 15 Sep, 2011 1 commit
-
-
Erwan Jahier authored
BTW, rename stuff luc4c modules so that it sounds less lucky-centric.
-
- 14 Sep, 2011 1 commit
-
-
Erwan Jahier authored
Fix a bug in the lutin toplevel when using the --precision option.. Also, clean-up the distribution and fix some minor pbs while writing the lutin tutorial.
-