pharo-contributions / taskit

TaskIt is a library that ease Process usage in Pharo. It provides abstractions to execute and synchronize concurrent tasks, and several pre-built mechanisms that are useful for many application developers.
MIT License
43 stars 24 forks source link

Don't register and unregister anymore the debugger #110

Closed tinchodias closed 3 years ago

tinchodias commented 3 years ago

Intends to fix #109

tinchodias commented 3 years ago

There are a couple of tests from TaskItDebuggers that fail in Pharo 9. They were not failing before because this package wasn't included in the default package that's tested. I don't realize how to fix them... I prefer to push them and create an issue for doing it later.