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
6317b407
Commit
6317b407
authored
3 years ago
by
erwan
Browse files
Options
Downloads
Patches
Plain Diff
build: fix the build with dune 3.0
parent
fa4a4063
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#91515
failed
3 years ago
Stage: build
Stage: release
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dune-project
+1
-1
1 addition, 1 deletion
dune-project
tools/daemongui/gui.ml
+3
-3
3 additions, 3 deletions
tools/daemongui/gui.ml
tools/gg/graphGen.ml
+2
-2
2 additions, 2 deletions
tools/gg/graphGen.ml
with
6 additions
and
6 deletions
dune-project
+
1
−
1
View file @
6317b407
(lang dune
1.11
)
(lang dune
3.0
)
This diff is collapsed.
Click to expand it.
tools/daemongui/gui.ml
+
3
−
3
View file @
6317b407
...
...
@@ -81,7 +81,7 @@ let rdbg_get (cmd: string): string =
|
None
->
assert
false
(** Compte le nombre de noeuds *)
let
rdbg_count_nodes
()
:
int
=
let
_
rdbg_count_nodes
()
:
int
=
let
cmd
=
" List.length (List.filter (fun (n,v) -> String.length n > 5 && String.sub n 0 5 =
\"
Enab_
\"
) !e.outputs);;"
in
let
res
=
rdbg_get
cmd
in
(* rdbg renvoie une réponse qui ressemble à "- : int = 7" *)
...
...
@@ -186,8 +186,8 @@ let update_rdbg_hook node activate =
()
(* GTK3 *)
let
locale
=
GtkMain
.
Main
.
init
()
let
thread
=
GtkThread
.
start
()
let
_
locale
=
GtkMain
.
Main
.
init
()
let
_
thread
=
GtkThread
.
start
()
let
main
()
=
let
window
=
GWindow
.
window
~
width
:
320
~
height
:
240
~
title
:
"Daemon GUI"
...
...
This diff is collapsed.
Click to expand it.
tools/gg/graphGen.ml
+
2
−
2
View file @
6317b407
...
...
@@ -7,13 +7,13 @@ open UdgUtils
open
Sasacore
exception
Incorrect_attribute
(*
exception Incorrect_attribute
*)
let
min_max
=
ref
None
let
connected
=
ref
None
let
cyclic
=
ref
None
let
tree
=
ref
None
let
height
:
int
option
ref
=
ref
None
(*
let height:int option ref = ref None
*)
let
generate_du_dur
graph
plan_udg
t
:
unit
=
if
(
t
.
dotUDG
<>
""
)
then
(
...
...
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