Open anhnamtran opened 5 years ago
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.