-
Notifications
You must be signed in to change notification settings - Fork 39
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
Missing conversion functions for types for the extraction plugin? #371
Missing conversion functions for types for the extraction plugin? #371
Comments
Hi @toku-sa-n ! Absolutely, a PR to fix this problem would be much welcome! I'd recommend you also add a test to the test suite. Unfortunately we cannot do this automatically yet, see ejgallego/coq-lsp#761 for a discussion |
I may be missing something, but it seems that we need to modify the upstream Coq code to implement the functions because there are neither Is it correct? |
This is because the |
Fix downfall of coq#17293 :/ cc: ejgallego/coq-serapi#371
Fix downfall of coq#17293 :/ cc: ejgallego/coq-serapi#371 (cherry picked from commit 0821be5)
CHANGES: - [serlib] Support `btauto` Coq plugin (@ejgallego, ejgallego/coq-serapi#362) - [serlib] Support `extraction` Coq plugin (@ejgallego, @toku-sa-n, ejgallego/coq-serapi#375, fixes ejgallego/coq-serapi#371) - [general] Make licensing clearer (@ejgallego, @palmskog, @SnarkBoojum, ejgallego/coq-serapi#361, closes ejgallego/coq-serapi#266)
CHANGES: - [serlib] Support `btauto` Coq plugin (@ejgallego, ejgallego/coq-serapi#362) - [serlib] Support `extraction` Coq plugin (@ejgallego, @toku-sa-n, ejgallego/coq-serapi#375, fixes ejgallego/coq-serapi#371) - [general] Make licensing clearer (@ejgallego, @palmskog, @SnarkBoojum, ejgallego/coq-serapi#361, closes ejgallego/coq-serapi#266)
Hi. While I was viewing serlib's document, I noticed that functions for converting between types for the extraction plugin (e.g., lang) and SExp were missing.
Is it okay to send a PR to implement them?
The text was updated successfully, but these errors were encountered: