protest icon indicating copy to clipboard operation
protest copied to clipboard

PROtocol and TESTcase manager

Results 5 protest issues
Sort by recently updated
recently updated
newest added

Currently, `PROTEST/BASE:DEFINE-PROTOCOL-CLASS` defines a method on `INITIALIZE-INSTANCE`. This is buggy, since this means that it is still possible to create instances of the protocol class by e.g. using `CHANGE-CLASS`. This...

We can now relicense `PROTEST/PARACHUTE` from Artistic.

Inside test cases, we could allow string designators instead of strings for descriptions. That would have an unfortunate effect of possibly interning some symbols, unless we do `#:|...|` which is...

If a test case does not exist but a test does, we don't need to prevent the test from being defined and/or executed.