-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
coq_8_12: init at 8.12+β1 #90227
The head ref may contain hidden characters: "coq-8.12+\u03B21"
coq_8_12: init at 8.12+β1 #90227
Conversation
@@ -76,7 +76,7 @@ let | |||
}; | |||
# versions of coq compatible with released mathcomp versions | |||
coq-versions = { | |||
"1.11.0" = flip elem [ "8.7" "8.8" "8.9" "8.10" "8.11" ]; | |||
"1.11.0" = flip elem [ "8.7" "8.8" "8.9" "8.10" "8.11" "8.12" ]; | |||
"1.11+beta1" = flip elem [ "8.7" "8.8" "8.9" "8.10" "8.11" ]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe that 1.11+beta1 is compatible with Coq 8.12 as well. But do you really want to keep this beta version in the list of available versions? We usually remove the beta versions of Coq for instance...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don’t know and I didn’t check whether the β versions are compatible.
Maybe Cyril has an opinion about this. (ping @CohenCyril)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FWIW, I didn't check in Nix, but I did check in Coq's v8.12 CI before 1.11.0 was released.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’ve just added “8.12” to the “1.11+beta1” list.
Whether said list should be kept or not is a different topic, slightly independent from this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I approve of this change.
Motivation for this change
https://coq.github.io/doc/V8.12+beta1/refman/changes.html#version-8-12
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)