Closed JasonGross closed 5 months ago
Hey @JasonGross, the coq bug minimizer is running your script, I'll come back to you with the results once it's done.
@JasonGross, Minimized File /home/runner/work/run-coq-bug-minimizer/run-coq-bug-minimizer/bug.v (full log on GitHub Actions - verbose log)
build.log
)bug.log
)If you have any comments on your experience of the minimizer, please share them in a reply (possibly tagging @JasonGross
).
If you believe there's a bug in the bug minimizer, please report it on the bug minimizer issue tracker.
That is not the minimal example I was looking for...
@coqbot minimize coq.dev
opam install -y coq-relation-algebra
wget https://github.com/coq-community/run-coq-bug-minimizer/actions/runs/9205215847/artifacts/1530397207 -O tmp.v.zip
unzip tmp.v.zip
mv tmp.v bug.v
coqc -q bug.v
Hey @JasonGross, the coq bug minimizer is running your script, I'll come back to you with the results once it's done.
@JasonGross, Error: Could not minimize file (full log on GitHub Actions, cc @JasonGross)
If you have any comments on your experience of the minimizer, please share them in a reply (possibly tagging @JasonGross
).
If you believe there's a bug in the bug minimizer, please report it on the bug minimizer issue tracker.
reopen if you manage to minimize
This blocks the bug minimizer from reducing ci-relation_algebra, or at least blocks it from reporting accurate information about why it can't minimize more. Can we fix it?
Seems interesting that it hit a not found anomaly in the middle of the relation algebra minimization after inlining a file.
Originally posted by @JasonGross in https://github.com/coq/coq/issues/19066#issuecomment-2127831197
@coqbot minimize coq.dev