- 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.
-
- 07 Sep, 2011 1 commit
-
-
Erwan Jahier authored
This is very handy to see inline what's going on.
-
- 29 Aug, 2011 1 commit
-
-
Erwan Jahier authored
The problem was that it was not possible to run 2 test inside the same lurettetop session. The symptom was a message that looked like: Process 18828 (ecexe) created Error, '' contains no node The was in source/Lutin/mainArg.ml, when I was using Arg.parse_argv with the optional current parameter:
-
- 26 Aug, 2011 1 commit
-
-
Erwan Jahier authored
Cf examples/lutin/xlurette/. In order to do that, I rely on the ocaml Dynlink support (.cmxs files). The idea is to generate caml code that is able to call the C code (as before) and to generate from that a .cmxs file that registers the OcamlRM functions. I should modify gen_stubs to automate that process.
-