-
Notifications
You must be signed in to change notification settings - Fork 700
deprecate Bvector #18947
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
deprecate Bvector #18947
Conversation
|
Have you run a CI with the removal to see whether it's used in CI? |
|
I have run |
|
I'll merge by the end of next week if there are no more comments. |
|
@coqbot run full ci |
d91ce03 to
fea8e82
Compare
|
@coqbot run full ci |
|
@coqbot merge now |
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: