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

Fix auto minimizer parsing the job summary #337

Merged
merged 1 commit into from
Mar 24, 2025

Conversation

SkySkimmer
Copy link
Contributor

No description provided.

@JasonGross
Copy link
Member

I think it might be more obvious to use non-matching groups rather than messing with numbering, something like

 "This job ran on the Docker image `\\([^`]+\\)` with OCaml \
               `\\([^`]+\\)` and depended on jobs \\(\\(?:`[^`]+` ?\\)+\\). It \
               built targets \\(\\(?:`[^`]+` ?\\)+\\).\n\n"

?

@SkySkimmer
Copy link
Contributor Author

You can make a PR with that if you want

@JasonGross
Copy link
Member

Let's try it this way first

@JasonGross JasonGross merged commit d690a50 into rocq-prover:master Mar 24, 2025
@SkySkimmer SkySkimmer deleted the fix-minim branch March 25, 2025 08:29
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