-
Notifications
You must be signed in to change notification settings - Fork 40
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
[serlib] Remove serlib and use coq-lsp serlib version instead. #409
Merged
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
598c5c9
to
75d0835
Compare
ejgallego
added a commit
to ejgallego/coq
that referenced
this pull request
Jun 3, 2024
Now serapi depends on coq_lsp, also serapi tests have been moved there. To coordinate with the merge of rocq-archive/coq-serapi#409
ejgallego
added a commit
to ejgallego/coq
that referenced
this pull request
Jun 3, 2024
Now serapi depends on coq_lsp, also serapi tests have been moved there. To coordinate with the merge of rocq-archive/coq-serapi#409
2ef54ad
to
4d3b175
Compare
ejgallego
added a commit
to ejgallego/coq
that referenced
this pull request
Jun 3, 2024
Now serapi depends on coq_lsp, also serapi tests have been moved there. To coordinate with the merge of rocq-archive/coq-serapi#409
ejgallego
added a commit
to ejgallego/coq
that referenced
this pull request
Jun 4, 2024
Now serapi depends on coq_lsp, also serapi tests have been moved there. To coordinate with the merge of rocq-archive/coq-serapi#409
Also: - Update README. - Adapt CI
This is the right choice as serlib is now hosted there.
ejgallego
added a commit
to ejgallego/coq
that referenced
this pull request
Jun 5, 2024
Now serapi depends on coq_lsp, also serapi tests have been moved there. To coordinate with the merge of rocq-archive/coq-serapi#409
ejgallego
added a commit
to ejgallego/coq
that referenced
this pull request
Jun 5, 2024
Now serapi depends on coq_lsp, also serapi tests have been moved there. To coordinate with the merge of rocq-archive/coq-serapi#409
Closed
ejgallego
added a commit
to ejgallego/opam-repository
that referenced
this pull request
Sep 8, 2024
CHANGES: - [serapi] (!) support for Coq 8.20, thanks to all the developers that contributed compatibility patches. - [serlib] Support `micromega_core` plugin (@ejgallego) - [serlib] Compat with ppx_deriving 6 (@ejgallego) - [serlib] Move `serlib` sources to `coq-lsp` (@ejgallego, rocq-archive/coq-serapi#409) - [general] Drop support for OCaml 4.09-4.11 (@ejgallego, rocq-archive/coq-serapi#409) - [serlib] Embed `serlib` from `coq-lsp` as to help 8.20 release (@ejgallego) - [meta] Add license info for sertop.el (@ejgallego, @SnarkBoojum, fixes rocq-archive/coq-serapi#411)
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.
See ejgallego/coq-lsp#698