Open Boarders opened 2 years ago
It was kindly pointed out to me by Li-yao that I get the correct behaviour if I pass --sertop-arg=--no_prelude
Thanks for the report and thanks Li-yao for the solution! I think the bug here is that you didn't get a warning: the coqc-arg flags don't apply unless you use the coqc_time
driver.
Yes, that is fair enough! I'd be happy to try to improve the situation when I get the chance if you are interested?
That would be lovely! It would be in cli.py, where it maps each argument to the corresponding driver. We'd add a final check that the only arguments that are set are for the selected driver and warn if not.
Hi,
This is a really amazing tool, thank you for making it! I may be using it incorrectly, but when I try to invoke it as:
This gives me a long list of warnings. I get the same warnings if I run
coqc ch1.v
but not if I runcoqc -noinit -indices-matter ch1.v
. Am I doing something incorrectly here?Here is a cut down version of the file I am trying this on: