deprecate Bvector#18947
Merged
coqbot-app[bot] merged 1 commit intorocq-prover:masterfrom Apr 26, 2024
Merged
Conversation
Contributor
|
Have you run a CI with the removal to see whether it's used in CI? |
Contributor
Author
|
I have run |
proux01
approved these changes
Apr 18, 2024
Contributor
|
I'll merge by the end of next week if there are no more comments. |
Contributor
Author
|
@coqbot run full ci |
proux01
reviewed
Apr 22, 2024
d91ce03 to
fea8e82
Compare
Contributor
|
@coqbot run full ci |
Contributor
|
@coqbot merge now |
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.
Let's consider deprecating Bvector. It is one of the cases where the additional power of Inductive Vector is not useful, and the file itself acknowledges challenges for reasoning. I am also not aware of any active development using this file.
and there seems to be one small intentional maintenance-mode use on CI.Later, I intend for Zmod to be usable for the same stuff as Bvector, and I would be willing to implement a polyfill for the same interface if a user requests it. In addition to reducing needless promotion of Vector, another goal of being proactive with this deprecation is to find out about current uses of Bvector.Overlays for potential removal:
Require Import Bvectorwithout using the definitionsgrep -i error smtcoq.log neural_net_interp.log hott.log flocq.log cross_crypto.logSee also: