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
Could it be indicated in the github comment posting the minimizations whether the minimization relies on external files, and, if easy to know, on which?
We already include this information, for example this comment says:
Partially Minimized Coq File (could not inline Equations.Prop.DepElim)
and the fifth line of the comment header in the tfile says:
Modules that could not be inlined: Equations.Prop.DepElim
By contrast, complete minimization says:
Minimized Coq File (consider adding this file to the test-suite)
Should this information be flagged more loudly somehow?
The text was updated successfully, but these errors were encountered:
Should this information be flagged more loudly somehow?
The bot could for instance say in one case: "I managed to produce a reduced and fully standalone test case."
And in the other: "I didn't manage to produce a fully standalone test case. Here are the modules that I did not manage to inline: ... Here is the partially minimized file: ..."
We got feedback (from @herbelin ?)
We already include this information, for example this comment says:
and the fifth line of the comment header in the tfile says:
By contrast, complete minimization says:
Should this information be flagged more loudly somehow?
The text was updated successfully, but these errors were encountered: