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

Ensuring the project builds with -Q option #10

Closed
palmskog opened this issue Nov 23, 2023 · 0 comments · Fixed by #11
Closed

Ensuring the project builds with -Q option #10

palmskog opened this issue Nov 23, 2023 · 0 comments · Fixed by #11
Assignees

Comments

@palmskog
Copy link
Member

The _CoqProject file currently has this line:

-R theories HighSchoolGeometry

According to best practices, it should be ensured that the project builds with the -Q option instead of only -R (see documentation for coqc).

To accomplish this, all unqualified Require Import must be replaced with qualified versions. For example, this line

Require Export Plans_paralleles.

needs to be replaced with

From HighSchoolGeometry Require Export Plans_paralleles.

cc: @jp-diegidio

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

Successfully merging a pull request may close this issue.

2 participants