Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
POTTIER Francois
menhir
Commits
bcb81dd8
Commit
bcb81dd8
authored
May 25, 2020
by
POTTIER Francois
Browse files
CHANGES.
parent
1eca0de4
Pipeline
#147149
passed with stages
in 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGES.md
View file @
bcb81dd8
# Changes
## 2020/03/04
## 2020/05/25
*
Fix a problem that could arise when an open polymorphic variant, such as
```
[> `A ]```, was used in a `%type` or `%start` declaration. A type that
was too general could possibly be inferred. This could in turn lead to an
incorrect compilation of pattern matching and to a segmentation fault.
(Problem reported by Joe.)
* Fix the static check that is performed prior to expanding the parameterized
nonterminal symbols. The previous check was incorrect: it would sometimes
accept a grammar whose expansion would diverge.
accept a grammar whose expansion would diverge.
(Fix by Yann Régis-Gianas.)
## 2020/02/11
...
...
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