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
Right now, Cozy produces an AsssertionError when run with any timeout on examples/clausedb.ds. The assertion is a warning that is "This target is already a bad idea".
Cozy does not currently support collections whose elements are also collections, such as the Set<Set<Bound>> type in clausedb.ds. This is not a necessary restriction, but right now it is very deep-seated in the Cozy implementation.
Background: Some of the inputs in the examples folder were "hopeful" inputs that I knew Cozy couldn't support but which I hoped it would someday. examples/clausedb.ds is one of these "hopeful" inputs.
Right now, Cozy produces an AsssertionError when run with any timeout on
examples/clausedb.ds
. The assertion is a warning that is "This target is already a bad idea".To reproduce:
The output should produce numerous failed jobs and the stack trace should show the assertion error.
The text was updated successfully, but these errors were encountered: