-
Notifications
You must be signed in to change notification settings - Fork 48
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
Path conflict on theories/homotopy_theory/path.v with core ssreflect path.v #1425
Comments
Yes, we already identified the issue #1412 . |
The other option is to write in FinMap:
|
And sorry for not searching the issues first. |
IMHO it should be discussed in Zulip how mathcomp wants to handle this. Either one says Or one recommends to use a more specific require like I would think long term the second solution is more feasible, but both are fine. |
Either one says From mathcomp Require is recommended - then duplicate files should be avoided, and this should be tested for. This ☝️ |
Recently the file
https://github.com/math-comp/analysis/commits/master/theories/homotopy_theory/path.v
was introduced. This produces a path conflict:
e.g. in
Finmap.v
which containsThis has the effect that one can compile finmap only before mathcomp-analysis, but not after it. Maybe mathcomp-analysis depends on it, so that this cannot happen, but it is still bad and might break existing code.
I would suggest to rename this file.
The text was updated successfully, but these errors were encountered: