Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lutin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
verimag
synchrone
lutin
Commits
ced75b3b
Commit
ced75b3b
authored
Sep 04, 2019
by
erwan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: remove a useless module open (List) that breaks the build/ocaml4.07.0
parent
3218622f
Pipeline
#28572
passed with stages
in 3 minutes and 18 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
9 deletions
+8
-9
Makefile.dev
Makefile.dev
+8
-7
lib/lutin/rif.ml
lib/lutin/rif.ml
+0
-1
lib/lutin/store.ml
lib/lutin/store.ml
+0
-1
No files found.
Makefile.dev
View file @
ced75b3b
...
...
@@ -58,16 +58,17 @@ tags:
NAME
=
lutin
SRC
=
lib bin stdlib examples LICENSE Makefile Makefile.version
*
.opam
SRC
=
lib bin stdlib examples
doc/lutin-man/
LICENSE Makefile Makefile.version
*
.opam
lutin.$(VERSION).tgz
:
$(SRC)
git archive
--prefix
=
lutin.
$(VERSION)
/
-o
$@
HEAD
$(SRC)
.PHONY
:
$(NAME).$(VERSION).tgz
$(NAME).$(VERSION).tgz
:
$(SRC)
git archive
--prefix
=
$(NAME)
.
$(VERSION)
/
-o
$@
HEAD
$(SRC)
opam-rel
:
lutin
.$(VERSION).tgz
make-opam-pack
lutin
.
$(VERSION)
$(NAME)
opam-rel
:
$(NAME)
.$(VERSION).tgz
make-opam-pack
$(NAME)
.
$(VERSION)
$(NAME)
opam-test
:
lutin
.$(VERSION).tgz
make-opam-pack
lutin
.
$(VERSION)
$(NAME)
-test
opam-test
:
$(NAME)
.$(VERSION).tgz
make-opam-pack
$(NAME)
.
$(VERSION)
$(NAME)
-test
###############################
# pushing onto the official repo
...
...
lib/lutin/rif.ml
View file @
ced75b3b
...
...
@@ -8,7 +8,6 @@
** Author: erwan.jahier@univ-grenoble-alpes.fr
*)
open
List
(*------------------------------------------------------------------------*)
let
(
to_subst_list
:
Value
.
OfIdent
.
t
->
Data
.
subst
list
)
=
...
...
lib/lutin/store.ml
View file @
ced75b3b
...
...
@@ -13,7 +13,6 @@ open Value
open
Constraint
open
Polyhedron
open
Util
open
List
let
debug_store
=
false
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment