coq-community / reduction-effects

A Coq plugin to add reduction side effects to some Coq reduction strategies [maintainers=@liyishuai,@JasonGross]
Mozilla Public License 2.0
6 stars 6 forks source link

Please create a tag for Coq 8.16 in Coq Platform 2022.09 #15

Closed MSoegtropIMC closed 2 years ago

MSoegtropIMC commented 2 years ago

The Coq team released Coq 8.16+rc1 on June 01, 2022. The corresponding Coq Platform release 2022.09 should be released before September 15, 2022. It can be delayed in case of difficulties until October 15, 2022, but this should be an exception.

This issue is to inform you that to our (possibly a few days old) best knowledge the latest released version of your project (0.1.3) does not work with Coq 8.16+rc1. We tried to remove version restrictions in opam files and possibly make or configure files, but this did not suffice.

Please note that in Coq Platform CI (unlike Coq CI) we test only released / tagged versions. Coq CI is currently testing commit fc926669571e8315013eb0775e27f9653798b7f0 on repository https://github.com/coq-community/reduction-effects - which likely means that this commit does work in Coq CI.

Could you please create a tag and opam package, or communicate us any existing tag that works with Coq branch v8.16, preferably before August 31, 2022? In case we might have to delay the Coq Platform release cause of issues with your project, we would prefer to be informed about the situation as early as possible.

In case the tag and opam package are available before August 17, 2022, it will be included in an early Coq Platform beta release of the for Coq 8.16+rc1.

The working branch of Coq Platform, can be found here main. It contains package pick ~8.16+rc1~2022.09~preview1 which already supports Coq version 8.16+rc1 and contains already working (possibly patched / commit pinned) Coq Platform packages.

Please don't close this issue, even after creating the new tag and/or opam package. We will close the issue after updating Coq Platform. This is a measure of 'double book keeping' in order to avoid that we ship the wrong version.

In any case, Coq Platform won't be released before this issue is closed!

Thanks!

P.S.: this issue has been created automatically based on CI status.

CC: https://github.com/coq/platform/issues/274

liyishuai commented 2 years ago

https://github.com/coq-community/reduction-effects/tree/v0.1.4

MSoegtropIMC commented 2 years ago

Thanks - looks like I made a mistake in the picking (I guess I got confused because the tag because it is much older than the 8.16+rc1 release) - I will test it right away.

MSoegtropIMC commented 2 years ago

Ah - there is no opam package (see https://github.com/coq/opam-coq-archive/tree/master/released/packages/coq-reduction-effects). Would you mind creating one? If you want, I can also do it.

liyishuai commented 2 years ago

coq/opam-coq-archive#2252

Zimmi48 commented 2 years ago

Thanks - looks like I made a mistake in the picking (I guess I got confused because the tag because it is much older than the 8.16+rc1 release) - I will test it right away.

@MSoegtropIMC You were not confused. The commit is old but the tag / release is new AFACIT.

MSoegtropIMC commented 2 years ago

Thanks for the clarification! I will update, test and close as soon as the opam package is merged.

MSoegtropIMC commented 2 years ago

Thanks! I updated coq-reduction-effects to version 0.1.4 in the preparation branch and close this issue now.