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
M
menhir
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
12
Issues
12
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
POTTIER Francois
menhir
Commits
8e61d5a4
Commit
8e61d5a4
authored
May 23, 2018
by
POTTIER Francois
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CHANGES.
parent
b08df5a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
CHANGES.md
CHANGES.md
+14
-0
No files found.
CHANGES.md
View file @
8e61d5a4
# Changes
## 2018/05/23
*
New commands
`--infer-write-query`
,
`--infer-read-reply`
, and
`--infer-protocol-supported`
. These commands remove the need
for Menhir to invoke
`ocamlc`
and
`ocamldep`
behind the scenes,
and make it easier to write correct build rules for Menhir projects.
The command line options
`--infer`
,
`--raw-depend`
and
`--depend`
remain supported, but are no longer preferred. (Suggested by
Fabrice Le Fessant.)
*
Remove the warning that was issued when
`%inline`
was used but
`--infer`
was turned off. Most people should use a build system that knows how to
enable OCaml type inference, such as
`ocamlbuild`
or
`dune`
.
## 2017/12/22
*
Add a flag
`--unused-precedence-levels`
to suppress all warnings about
...
...
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