- 03 Feb, 2012 1 commit
-
-
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.
-
- 12 Aug, 2011 2 commits
-
-
Erwan Jahier authored
-
Erwan Jahier authored
-
- 09 Aug, 2011 1 commit
-
-
Erwan Jahier authored
lucky programs by lutin programs.
-
- 08 Aug, 2011 1 commit
-
-
Erwan Jahier authored
-
- 04 Aug, 2011 1 commit
-
-
Erwan Jahier authored
(combinators). The bug is that when a controllable becomes uncontrollable, macros that are defined before still refers to the controllable var.
-
- 03 Aug, 2011 1 commit
-
-
Erwan Jahier authored
nb : this break luckyDrawC.
-
- 15 Jul, 2011 2 commits
-
-
Erwan Jahier authored
nb : this break luckyDrawC.
-
Erwan Jahier authored
-
- 12 Jul, 2011 1 commit
-
-
Erwan Jahier authored
the fact that one can not init a (controllable) variable with an input.
-
- 11 Jul, 2011 1 commit
-
-
Erwan Jahier authored
that, I've modified Lutin/mainArg.ml so that all globals are inside a big structure. Indeed, Lurette has its own Arg.argv, on it may call several lutin programs.
-
- 07 Jul, 2011 3 commits
-
-
Erwan Jahier authored
-
Erwan Jahier authored
-
Erwan Jahier authored
-
- 06 Jul, 2011 2 commits
-
-
Pascal Raymond authored
inherit from pre values of global ones
-
Erwan Jahier authored
-
- 04 Jul, 2011 1 commit
-
-
Erwan Jahier authored
programs to be used from the command line.
-
- 01 Jul, 2011 2 commits
-
-
Erwan Jahier authored
-
Erwan Jahier authored
nb : -exe no longer exist. use -old to get the old algo.
-