-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[new release] coq-serapi (8.11.0+0.11.1) #17070
Merged
mseri
merged 1 commit into
ocaml:master
from
ejgallego:release-coq-serapi-8.11.0+0.11.1
Aug 27, 2020
Merged
[new release] coq-serapi (8.11.0+0.11.1) #17070
mseri
merged 1 commit into
ocaml:master
from
ejgallego:release-coq-serapi-8.11.0+0.11.1
Aug 27, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Commit: cb00c63 @ejgallego has posted 42 contributions. ☀️ All lint checks passed cb00c63
☀️ Installability check (+1)
|
I get two failures. The CI seems to fail because it dfoes not recognise
|
That's also due to Coq not being installed, I'll fix this but still unclear what to do w.r.t. rocq-archive/coq-serapi#208 |
CHANGES: * [general] Require dune >= 2.0 (@ejgallego, ??) * [serapi] New query `Comments` to return all comments in a document (@ejgallego, rocq-archive/coq-serapi#20? , (partially) fixes rocq-archive/coq-serapi#191 , ejgallego/coq-serapi#200 ) * [general] Coq's error recovery is now disabled by default (@ejgallego , fixes rocq-archive/coq-serapi#201) * [general] New option `--error-recovery` to enable error recovery (@ejgallego , rocq-archive/coq-serapi#203) * [general] Bump sexplib dependency to v0.13 (@ejgallego , rocq-archive/coq-serapi#204) Fixes incorrect change in rocq-archive/coq-serapi#194. * [sertop] Set default value of allow-sprop to be true in agreement with upstream coq v8.11 and added option '--disallow-sprop' to optionally switch it off (--disallow-sprop forbids using the proof irrelevant SProp sort) (rocq-archive/coq-serapi#199, @pestun) * [sertop] Set default value of allow-sprop to be true in agreement with upstream coq v8.11 and added option '--disallow-sprop' to optionally switch it off (--disallow-sprop forbids using the proof irrelevant SProp sort) (@pestun , rocq-archive/coq-serapi#199) * [sertop] Added option `--topfile` to `sertop` to set top name from a filename (rocq-archive/coq-serapi#197, @pestun) * [deps] Require sexplib >= 0.12 , fixed deprecation warnings (rocq-archive/coq-serapi#194, @ejgallego) * [general] SerAPI is now tested with OCaml 4.08 and 4.09 (rocq-archive/coq-serapi#195 , @ejgallego) * [sertop ] Forward port sername from 0.7.1 (@ejgallego) * [serlib ] Fix rocq-archive/coq-serapi#212 "Segfault on universes" (@ejgallego, reported by @cpitclaudel , rocq-archive/coq-serapi#214) * [serapi ] Fix rocq-archive/coq-serapi#221 "Support COQPATH" (@ejgallego, reported by @cpitclaudel , rocq-archive/coq-serapi#224) * [sertop ] Fix rocq-archive/coq-serapi#222 "Support --indices-matter" (@ejgallego, reported by @cpitclaudel , rocq-archive/coq-serapi#223) * [sertop ] Fix "Stack overflow in main loop" (@pestun , rocq-archive/coq-serapi#216)
ejgallego
force-pushed
the
release-coq-serapi-8.11.0+0.11.1
branch
from
August 27, 2020 14:35
b688d42
to
cb00c63
Compare
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
CHANGES:
Comments
to return all comments in a document(@ejgallego, Evar support rocq-archive/coq-serapi#20? , (partially) fixes [sercomp] Print mode strips out comments from .v rocq-archive/coq-serapi#191 , Feature request: split comments, not just code ejgallego/coq-lsp#353 )
(@ejgallego , fixes Out-of-order error messages rocq-archive/coq-serapi#201)
--error-recovery
to enable error recovery(@ejgallego , [serapi] New option
--error-recovery
to enable error recovery. rocq-archive/coq-serapi#203)Fixes incorrect change in [sexplib] Bump min version to v0.12.0 , fix deprecated data types. rocq-archive/coq-serapi#194.
and added option '--disallow-sprop' to optionally switch it off
(--disallow-sprop forbids using the proof irrelevant SProp sort)
(* set allow-sprop true by default at the init of coq rocq-archive/coq-serapi#199, @pestun)
and added option '--disallow-sprop' to optionally switch it off
(--disallow-sprop forbids using the proof irrelevant SProp sort)
(@pestun , * set allow-sprop true by default at the init of coq rocq-archive/coq-serapi#199)
--topfile
tosertop
to set top name froma filename (added sertop option --topfile <filename> rocq-archive/coq-serapi#197, @pestun)
([sexplib] Bump min version to v0.12.0 , fix deprecated data types. rocq-archive/coq-serapi#194, @ejgallego)