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

ppvernac fixes (univdecl incorrect printing and attribute spacing) #19095

Merged
merged 3 commits into from
Jun 10, 2024

Conversation

SkySkimmer
Copy link
Contributor

@SkySkimmer SkySkimmer added the needs: merge of dependency This PR depends on another PR being merged first. label May 27, 2024
@SkySkimmer SkySkimmer requested review from a team as code owners May 27, 2024 13:15
@coqbot-app coqbot-app bot added the needs: full CI The latest GitLab pipeline that ran was a light CI. Say "@coqbot run full ci" to get a full CI. label May 27, 2024
@proux01 proux01 removed the needs: merge of dependency This PR depends on another PR being merged first. label Jun 4, 2024
@SkySkimmer SkySkimmer added kind: user messages Improvement of error messages, new warnings, etc. kind: fix This fixes a bug or incorrect documentation. labels Jun 4, 2024
@@ -83,24 +88,30 @@ let pr_cumul_univdecl_instance l extensible =

let pr_univdecl_constraints l extensible =
if List.is_empty l && extensible then mt ()
else str"|" ++ spc () ++ prlist_with_sep (fun () -> strbrk" | ") pr_uconstraint l ++
else strbrk" | " ++ prlist_with_sep (fun () -> strbrk", ") pr_uconstraint l ++
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
else strbrk" | " ++ prlist_with_sep (fun () -> strbrk", ") pr_uconstraint l ++
else strbrk" | " ++ prlist_with_sep pr_comma pr_uconstraint l ++

Also, unless you insist on breaking before the pipe, you can use pr_spcbar () in place of strbrk" | ".

Copy link
Contributor Author

Choose a reason for hiding this comment

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

changed

@SkySkimmer SkySkimmer removed request for a team June 7, 2024 13:34
@proux01
Copy link
Contributor

proux01 commented Jun 10, 2024

@coqbot run full ci

@coqbot-app coqbot-app bot removed the needs: full CI The latest GitLab pipeline that ran was a light CI. Say "@coqbot run full ci" to get a full CI. label Jun 10, 2024
@proux01 proux01 self-assigned this Jun 10, 2024
@proux01 proux01 added this to the 8.20+rc1 milestone Jun 10, 2024
@proux01
Copy link
Contributor

proux01 commented Jun 10, 2024

@coqbot merge now

@coqbot-app coqbot-app bot merged commit 8eb4e97 into coq:master Jun 10, 2024
5 of 6 checks passed
@SkySkimmer SkySkimmer deleted the fix-ppvernac branch June 11, 2024 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: fix This fixes a bug or incorrect documentation. kind: user messages Improvement of error messages, new warnings, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants