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

make COQPATH compatible #15

Open
samuelgruetter opened this issue Dec 5, 2020 · 0 comments
Open

make COQPATH compatible #15

samuelgruetter opened this issue Dec 5, 2020 · 0 comments

Comments

@samuelgruetter
Copy link
Contributor

(Note: so far I've only used coq-record-update in one example file in riscv-coq which has become obsolete in the meantime, so the issue I'm raising here is not blocking me in any way, I'm just opening it because maybe other projects (including one of mine, who knows 😉) might run into this issue at some point in the future).

Some projects (eg fiat-crypto) obtain their dependencies by adding directories to the COQPATH variable (rather than using -Q or -R arguments to coqc). However, this only works if each project is in a directory named the same as the logical name used to import from it, i.e. to enable such projects to depend on coq-record-update, the .v files in coq-record-update/src/ should be moved to coq-record-update/src/RecordUpdate.

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