coq / platform-docs

A project of short tutorials and how-to guides for Coq features and Coq Platform packages.
https://coq.inria.fr/platform-docs/
Other
19 stars 11 forks source link

Issue checking file #48

Closed thomas-lamiaux closed 1 month ago

thomas-lamiaux commented 2 months ago

There seem to be an issue with the docker image checking files which may be a bit too old due to web interface as as you can see it bug on a the type scope

   (nat + bool)%type
       : Set
  File "./SearchTutorial.v", line 191, characters 0-19:
  Error: Error: Scope type is not declared.

https://github.com/coq/platform-docs/actions/runs/10952451667/job/30411152058?pr=9#step:4:4624

thomas-lamiaux commented 2 months ago

coq/platform-docs-admins I suggest switching docker to 8.19 as it is the platform version so that it always work with the current version when downloaded, even if the web version bugs at the moment

Zimmi48 commented 1 month ago

I suggest switching docker to 8.19

OK to me.

Note that you forgot a @ to properly mention the team.