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

Question: Avoid generation of files on extraction in interactive mode #242

Open
Kakadu opened this issue Jun 15, 2021 · 0 comments
Open

Comments

@Kakadu
Copy link

Kakadu commented Jun 15, 2021

I have a dune project that puts extracted files to _build/default during build. But when I walk through TestCo.v in interactive way the phrase Extraction "TestCo.ml" stream. creates files and dune complains about the file that already present in the source tree.

Error: Multiple rules generated for _build/default/TestCo.ml:
- file present in source tree
- <internal location>
Hint: rm -f TestCo.ml

I tried to set project root directory to _build/default/ but in that case interactive mode can't create any files because of permission denied. ProofGeneral users say that emacs plugin has a switch to "disable compilation in interactive mode" or something like that. How should I get the same result in VsCoq?

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

1 participant