- 09 Jul, 2012 2 commits
-
-
Erwan Jahier authored
-
Erwan Jahier authored
-
- 27 Jun, 2012 1 commit
-
-
Erwan Jahier authored
A pass to remove performance penalty in lurettetop (now the panalty in less than 1%). The idea was to compute source info lasily. Add nonreg tests for ldbg + crazy-rabbit, as well as missing files (oops). Add online help msgs for the Ldbg_utils modules.
-
- 25 Jun, 2012 1 commit
-
-
Erwan Jahier authored
Better source code information. In particular, I've attached a 'Syntaxe.val_exp option' to each lxm:Lexeme.t in the CoIdent.scope_stack type. The rationnale is to bez able to display the whole expression associated to a lxm in ldbg (versus only the lxm).
-
- 18 Jun, 2012 1 commit
-
-
Erwan Jahier authored
Add (preliminary) source code information !!
-
- 15 Jun, 2012 1 commit
-
-
Erwan Jahier authored
Among other things: - split ldbg into ldbg and ldbg_utils. - refine the event content. - add support for online help.
-
- 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 2 commits
-
-
Pascal Raymond authored
-
Erwan Jahier authored
-