Prepare for https://github.com/rocq-prover/stdlib/pull/251 (micromega, tify)#21842
Open
fajb wants to merge 1 commit intorocq-prover:masterfrom
Open
Prepare for https://github.com/rocq-prover/stdlib/pull/251 (micromega, tify)#21842fajb wants to merge 1 commit intorocq-prover:masterfrom
fajb wants to merge 1 commit intorocq-prover:masterfrom
Conversation
SkySkimmer
reviewed
Mar 30, 2026
| let locality = Zify.zify_register_locality | ||
|
|
||
| let deprecate_zify_tac zify_tac tify_tac = | ||
| CWarnings.create ~name:zify_tac ~category:Deprecation.Version.v9_1 |
Contributor
Author
There was a problem hiding this comment.
thanks. Some code was borrowed from a previous (thrashed) PR.
| (fun () -> Pp.(str "The tactic " ++ str zify_tac ++ str " is deprecated. Use " ++ str tify_tac ++ str " instead.")) | ||
|
|
||
| let deprecate_zify_vernac cmd1 cmd2 = | ||
| CWarnings.create ~name:(cmd1^" Zify "^cmd2) ~category:Deprecation.Version.v9_1 |
d33a3fb to
9ec9cd9
Compare
Contributor
Author
|
@coqbot: run full CI |
fajb
added a commit
to fajb/stdlib
that referenced
this pull request
Mar 30, 2026
[zify] Define zify in terms of tify_* tactics
fajb
added a commit
to fajb/stdlib
that referenced
this pull request
Mar 31, 2026
[zify] Define zify in terms of tify_* tactics
Contributor
Author
|
@coqbot: run full CI |
fajb
added a commit
to fajb/stdlib
that referenced
this pull request
Apr 1, 2026
[zify] Define zify in terms of tify_* tactics restructure components (isolate tify,zify)
Contributor
Author
|
The stdlib should be fixed now. |
Contributor
Author
|
@coqbot: run full CI |
Contributor
|
If it's ready click ready for review and link the overlay PR in the opening post |
Contributor
Author
Thanks for the reminder |
fajb
added a commit
to fajb/stdlib
that referenced
this pull request
Apr 2, 2026
Just silence the zify warnings.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prepare for rocq-prover/stdlib#251