hpi-swa / sandblocks

A projectional editor for Squeak/Smalltalk.
MIT License
35 stars 3 forks source link

core: fix tests by catching unhandled UndeclaredVariableWarnings #94

Closed LinqLover closed 2 years ago

LinqLover commented 2 years ago

This is necessary to complement SUnit-ct.130, which treats unhandled warnings as a failure of the test case. Note that there are still some other things to do at the moment:

Given these points, I'm parking this patch here for now until the above points have been resolved ...

Depends on #92.

tom95 commented 2 years ago

Merging temporarily to get the CI to be useful again :)

Will be reverted if needed.