-
Notifications
You must be signed in to change notification settings - Fork 0
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
Minimizer fails when coqc loads from the pwd implicitly #36
Comments
Hey @JasonGross, the coq bug minimizer is running your script, I'll come back to you with the results once it's done. |
1 similar comment
Hey @JasonGross, the coq bug minimizer is running your script, I'll come back to you with the results once it's done. |
Let's also try #!/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 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. |
1 similar comment
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/puiseuxth/coq/F1Eq.v (full log on GitHub Actions, cc @JasonGross) build log
minimizer log
If you have any comments on your experience of the minimizer, please share them in a reply (possibly tagging |
@JasonGross, Error: Could not minimize file /home/runner/work/run-coq-bug-minimizer/run-coq-bug-minimizer/puiseuxth/coq/F1Eq.v (full log on GitHub Actions, cc @JasonGross) build log
minimizer log
If you have any comments on your experience of the minimizer, please share them in a reply (possibly tagging |
@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) build log
minimizer log
If you have any comments on your experience of the minimizer, please share them in a reply (possibly tagging |
@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) build log
minimizer log
If you have any comments on your experience of the minimizer, please share them in a reply (possibly tagging |
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) build log
minimizer log
If you have any comments on your experience of the minimizer, please share them in a reply (possibly tagging |
Needs more work |
Let's look at the log after JasonGross/coq-tools#222 #!/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 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) build log
minimizer log
If you have any comments on your experience of the minimizer, please share them in a reply (possibly tagging |
@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 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) build log
minimizer log
If you have any comments on your experience of the minimizer, please share them in a reply (possibly tagging |
I guess the runner fails when coqc is loading files from pwd implicitly. That might be fixed by #35
Originally posted by @JasonGross in coq/coq#19587 (comment)
@coqbot: minimize
The text was updated successfully, but these errors were encountered: