You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci-hott was not minimized because no error message was found (fair enough it's in coqchk)
Hm, I guess this is an interesting case (in two ways). With regards to this PR, do we expect that a file can pass coqc but fail coqchk?
And regarding minimizing coqchk invocations... I'll have to think about this one. Do you think coqchk could be made to emit location information about the constant that its failing on? Then I could set up the minimizer to handle calling coqc followed by coqchk.
coqchk already says something like "check foo.bar.baz" if invoked with sufficiently verbose flags (I don't remember if it's the default)
It has no more information available to print.
Is there location information in .vo files where constants have line numbers?
In any case, can it at least specify which part of the constant is the dirpath? Ideally it could also print the file name, which it should be able to do because it needs to load the vo files from disk.
Hm, I guess this is an interesting case (in two ways). With regards to this PR, do we expect that a file can pass coqc but fail coqchk?
And regarding minimizing coqchk invocations... I'll have to think about this one. Do you think coqchk could be made to emit location information about the constant that its failing on? Then I could set up the minimizer to handle calling coqc followed by coqchk.
Originally posted by @JasonGross in coq/coq#16967 (comment)
The text was updated successfully, but these errors were encountered: