Closed JasonGross closed 1 month 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, Error: Could not minimize file /home/runner/work/run-coq-bug-minimizer/run-coq-bug-minimizer/foo/bar.v (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.
@coqbot: minimize
#!/usr/bin/env bash
mkdir foo
cd foo
echo 'Axiom A : Set.' > foo.v
echo 'Require Import foo. Fail Check A.' > bar.v
coqc -q foo.v
coqc -q -Q . "" bar.v
Hey @JasonGross, the coq bug minimizer is running your script, I'll come back to you with the results once it's done.
@coqbot: minimize
#!/usr/bin/env bash
mkdir -p foo/bar
cd foo
echo 'Axiom A : Set.' > bar/foo.v
echo 'Require Import foo. Fail Check A.' > bar/bar.v
coqc -q -Q bar "" bar/foo.v
coqc -q -Q bar "" bar/bar.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 /home/runner/work/run-coq-bug-minimizer/run-coq-bug-minimizer/foo/bar.v (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.
@JasonGross, Error: Could not minimize file /home/runner/work/run-coq-bug-minimizer/run-coq-bug-minimizer/foo/bar/bar.v (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.
@coqbot: minimize
#!/usr/bin/env bash
mkdir -p foo/bar
cd foo
echo 'Axiom A : Set.' > bar/foo.v
echo 'Require Import foo. Fail Check A.' > bar/bar.v
coqc -q -Q bar "" bar/foo.v
coqc -q -Q bar "" bar/bar.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, Minimized File /home/runner/work/run-coq-bug-minimizer/run-coq-bug-minimizer/foo/bar/bar.v (full log on GitHub Actions - verbose 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.
@coqbot: minimize