Sasa does not recognise ./ as current dir
Let's launch sasa on ./grid10.dot
:
$ sasa ./grid10.dot
Fatal error: exception Sys_error("sasa-./grid10.dot.seed: No such file or directory")
$ sasa grid10.dot
[sasa] The sasa random engine seed is set to 1025277978
(and so on... works fine)
As you can see, it doesn't work when the path starts with ./
.
Additionnaly, when running with rdbg
:
$ ledit rdbg --sasa --missing-vars-last -env "sasa ./grid10.dot -custd"
Enter one of the following key (the first is the default one):
[] #use "rdbg-session.ml" (3/6/2021: rdbg --sasa --missing-vars-last -e[...])
[1] #use "rdbg-session1.ml" (3/6/2021: rdbg --sasa --missing-vars-last -e[...])
[c] create a fresh session
[q] quit
[/1/c/q]: c
Reading my-rdbg-tuning.ml..
Rdbg Version "1.195.0" ("opam")
OCaml version 4.12.0
(rdbg) - : unit = ()
Findlib has been successfully loaded. Additional directives:
#require "package";; to load a package
#list;; to list the available packages
#camlp4o;; to load camlp4 (standard syntax)
#camlp4r;; to load camlp4 (revised syntax)
#predicates "p,q,...";; to set these predicates
Topfind.reset();; to force that packages will be reloaded
#thread;; to enable threads
- : unit = ()
- : unit = ()
Error: /grid10.ml is missing!
I don't know if it's the same error, but is is of the same kind.