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
91fdcd48
Commit
91fdcd48
authored
2 years ago
by
erwan
Browse files
Options
Downloads
Patches
Plain Diff
fix : a typo (that broke the sue of rdbg with sasa!)
parent
a25684e2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/rdbg4sasa/sasa-rdbg-cmds.ml
+1
-1
1 addition, 1 deletion
tools/rdbg4sasa/sasa-rdbg-cmds.ml
with
1 addition
and
1 deletion
tools/rdbg4sasa/sasa-rdbg-cmds.ml
+
1
−
1
View file @
91fdcd48
...
@@ -239,7 +239,7 @@ let _ =
...
@@ -239,7 +239,7 @@ let _ =
(* split the vars into returns (the enab vars, the activated vars,
(* split the vars into returns (the enab vars, the activated vars,
the other vars) nb: in the "Enab" prefix is removed from enab vars
the other vars) nb: in the "Enab" prefix is removed from enab vars
names; ie we leave only the pid and the action name *)
names; ie we leave only the pid and the action name *)
type
s
=
(
string
string
*
Data
.
v
)
type
s
=
(
string
*
string
*
Data
.
v
)
let
split_data
(
l
:
Data
.
subst
list
)
:
s
list
*
s
list
*
s
list
=
let
split_data
(
l
:
Data
.
subst
list
)
:
s
list
*
s
list
*
s
list
=
let
l
=
List
.
map
(
fun
(
x
,
v
)
->
Str
.
split
(
Str
.
regexp
"_"
)
x
,
v
)
l
in
let
l
=
List
.
map
(
fun
(
x
,
v
)
->
Str
.
split
(
Str
.
regexp
"_"
)
x
,
v
)
l
in
let
rec
sortv
(
enab
,
other
)
(
x
,
v
)
=
let
rec
sortv
(
enab
,
other
)
(
x
,
v
)
=
...
...
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