Skip to content
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

Add the opam files for the 9.0 branch. #3289

Merged
merged 1 commit into from
Jan 15, 2025
Merged

Conversation

ppedrot
Copy link
Member

@ppedrot ppedrot commented Jan 14, 2025

I have no idea what I'm doing but I'm following the release process doc. This is treacherous after the renaming. I did tweak some of the new opam files to reflect the name change but please double-check this thorougly.

@palmskog palmskog merged commit c07e9da into coq:master Jan 15, 2025
3 checks passed
]

url {
src: "git+https://github.com/coq/coq.git#master"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this should have been src: "git+https://github.com/coq/coq.git#v9.0", and similarly for the other packages. Otherwise people will be testing master instead of the branch.

If the checklist for the release said to use "master" here, it is blatantly incorrect.

conflicts: [
"coq" { < "8.17" }
]
depopts: ["coq-native"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like the opam files from the 9.0 branch were not used as a basis for this pull request.

This should read

depopts: ["rocq-native" "memprof-limits" "memtrace"]

(For some reason, Github does not allow me to do suggestions. Maybe they are no longer allowed once a pull request has been merged.)

"-prefix" prefix
"-mandir" man
"-libdir" "%{lib}%/coq"
"-native-compiler" "yes" {coq-native:installed} "no" {!coq-native:installed}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

    "-native-compiler" "yes" {rocq-native:installed} "no" {!rocq-native:installed}

bug-reports: "https://github.com/coq/coq/issues"
depends: [
"dune" {>= "3.8"}
"coq-core" {= version}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be the following instead.

  "rocq-runtime" {= version}

"coq-core" {= version}
"odoc" {with-doc}
]
depopts: ["coq-native"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The depopts are already in rocq-runtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants