Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sasa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
verimag
synchrone
sasa
Commits
14c733c0
Commit
14c733c0
authored
5 years ago
by
erwan
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into abstract_local_env
parents
0d6575a7
2842d3f2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/sasalib/sasaRun.ml
+2
-8
2 additions, 8 deletions
lib/sasalib/sasaRun.ml
with
2 additions
and
8 deletions
lib/sasalib/sasaRun.ml
+
2
−
8
View file @
14c733c0
...
...
@@ -136,7 +136,7 @@ let (make_do: string array -> SasArg.t ->
in
(* 3: Do the steps *)
let
ne
=
Sasa
.
do_step
pnal
e
in
let
sasa_nenv
=
from_sasa_env
pl_n
n
e
in
let
sasa_nenv
=
from_sasa_env
pl_n
e
in
sasa_env
:=
ne
;
sasa_nenv
@
(
get_sl_out
true
pl
enab_ll
)
@
(
get_sl_out
false
pl
activate_val
)
...
...
@@ -146,13 +146,7 @@ let (make_do: string array -> SasArg.t ->
let
step_dbg
sl_in
ctx
cont
=
cont
(
step
sl_in
)
ctx
in
(*
this event is useless actually; the same information is available at Rtop
{
Event.nb = ctx.Event.nb;
Event.step = ctx.Event.step;
Event.depth = ctx.Event.depth;
Event.data = ctx.Event.data;
Event.terminate = ctx.Event.terminate;
{ ctx with
Event.kind = Event.Exit;
Event.lang = "sasa";
Event.sinfo = None;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment