-
Notifications
You must be signed in to change notification settings - Fork 658
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
Rename Coq requirement prefix to Stdlib #19310
Conversation
Is this a record for the number of reviewers? 😄 |
ddf5e5d
to
3324c9d
Compare
3324c9d
to
18a492e
Compare
18a492e
to
bb685b5
Compare
bb685b5
to
972db10
Compare
972db10
to
0d0d19c
Compare
0d0d19c
to
72e23e7
Compare
🔴 CI failures at commit 72e23e7 without any failure in the test-suite ✔️ Corresponding jobs for the base commit 439641c succeeded ❔ Ask me to try to extract minimal test cases that can be added to the test-suite 🏃
|
Unless someone proposes a solution for the following kind of issue, I will merge by the end of the week. Module Coq. Definition foo := ... End Coq.
Check Coq.foo. (* not found *) |
Shouldn't we change so that it at least warns of the Coq -> Stdlib renaming in addition to the Not_found in that case? And mention in the changelog this incompatibility |
Silently accept "Coq", replacing it on the fly by "Stdlib", for backward compatibility.
96b56eb
to
48eeb50
Compare
Done |
@silene CI green (fcsl failure is unrelated) |
@coqbot merge now |
@silene: Please take care of the following overlays:
|
Follow up of coq#19310.
In anticipation of renaming to Rocq.
For backward compatibility, "Coq" still works by being replaced on the fly with "Stdlib" and emiting a warning.
Documented any new / changed user messages.Updated documented syntax by runningmake doc_gram_rsts
.Overlays (to be merged before the current PR)
Overlays (to be merged in sync with the current PR)