Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • S sasa
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • verimag
  • synchrone
  • sasa
  • Issues
  • #17

Closed
Open
Created Jun 03, 2021 by Gwennan Eliezer@eliezergDeveloper

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.

Assignee
Assign to
Time tracking