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

[8.19] fix % in Arguments warnings #1862

Merged

Conversation

Alizter
Copy link
Collaborator

@Alizter Alizter commented Feb 19, 2024

This draft PR is for when we bump the minimal version of Coq to 8.19. It fixes a warning where % was changed to %_ and hence % in Arguments is now deprecated. In the mean time, I will just disable this warning in the CI.

For the record (because I totally forgot this earlier):

  • % means open scope deeply in the argument (in 8.20).
  • %_ means open scope shallowly in the argument (previous behaviour of %).

@Alizter Alizter force-pushed the ps/branch/_8_19__fix___in_arguments_warnings branch from 60f89ee to 819c0b9 Compare February 19, 2024 02:52
@Alizter Alizter mentioned this pull request Jun 7, 2024
@Alizter Alizter force-pushed the ps/branch/_8_19__fix___in_arguments_warnings branch from 819c0b9 to 6b07450 Compare June 10, 2024 11:28
@Alizter Alizter marked this pull request as ready for review June 10, 2024 11:28
@Alizter Alizter requested a review from jdchristensen June 10, 2024 11:30
@jdchristensen
Copy link
Collaborator

I didn't check carefully, but this seems to be a straightforward seach-and-replace, so LGTM.

@Alizter Alizter merged commit de9be9e into HoTT:master Jun 10, 2024
22 checks passed
@Alizter Alizter deleted the ps/branch/_8_19__fix___in_arguments_warnings branch June 10, 2024 15:55
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.

2 participants