Skip to content
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

Compile Before Require not working anymore #244

Open
viampietro opened this issue Dec 22, 2020 · 2 comments
Open

Compile Before Require not working anymore #244

viampietro opened this issue Dec 22, 2020 · 2 comments

Comments

@viampietro
Copy link

Hello everyone,

I'm using emacs 25.2.2 with company-coq 20200729.401 (installed through melpa).
When I enable the "Compile Before Require" option in the menu bar and I hit "C-c Enter" to get all my required libraries compiled, then company-coq stalls at the first "Require Import" line.

In the Messages buffer, it says:

Unexpected error during parallel compilation: (wrong-number-of-arguments (1 . 3) 4)
proof-extend-queue: Wrong number of arguments: (1 . 3), 4

I don't if it comes from my set up (maybe my Emacs version is too old) or from company-coq.

Thanks,

Vincent

@viampietro
Copy link
Author

I forgot to mention that I am using Coq version 8.12

@cpitclaudel
Copy link
Owner

I think this is a bug in Proof General (not company-coq), probably related to recent changes in compile before require. Maybe ProofGeneral/PG#523 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants