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

test_wholefile.v incompatible with 8.19 #719

Open
hendriktews opened this issue Dec 26, 2023 · 4 comments
Open

test_wholefile.v incompatible with 8.19 #719

hendriktews opened this issue Dec 26, 2023 · 4 comments

Comments

@hendriktews
Copy link
Collaborator

This time it is lt_irrefl, which has been deprecated in 8.16. See also #698 and commit bd3615b.

@hendriktews
Copy link
Collaborator Author

Tests that use test_wholefile.v have been disabled in a6ec628.

@erikmd
Copy link
Member

erikmd commented Mar 5, 2024

Hi @hendriktews, good catch;
but IINM, the test_wholefile.v was intended to test PG capabilities on a realistic Coq example.
It appears the test file rusted, but maybe a better solution would be to adapt the test script, not to disable it?
WDYT?

@hendriktews
Copy link
Collaborator Author

Yes, polishing the Coq code to get the test running again would indeed be better. I had to adapt the test twice in the past. Seeing it now failing again because of a deprecated feature after nobody had reacted to #698 and seeing that the code is far below my coding standards (no indentation, no proof using,...) I was not motivated to touch it again. I would certainly appreciate if somebody takes care of test_wholefile.v, although I believe we have more urgent problems to address in PG.

@erikmd
Copy link
Member

erikmd commented Mar 8, 2024

Seeing it now failing again because of a deprecated feature after nobody had reacted to #698

Yes, sorry 😅

and seeing that the code is far below my coding standards (no indentation, no proof using,...)

Actually, that file was just a theory from coq's stdlib - which does not impose as many coding conventions as, for example, ssreflect/mathcomp theories.

I was not motivated to touch it again. I would certainly appreciate if somebody takes care of test_wholefile.v, although I believe we have more urgent problems to address in PG.

Sure! no worries to keep the test as is for now! and I'll remember the task so I could address it in a couple of weeks.

BTW if I might help a bit at the beginning of next week, which issue/PR would be the more urgent from your viewpoint?

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

No branches or pull requests

2 participants