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

Dispatch enabling/disabling of TKTDebugger to its process class. Fixe… #55

Closed noha closed 5 years ago

noha commented 5 years ago

…s a bug where using a production profile with loading minimal group is not working.

minimal group loads no TKTDebugger which is wanted in production environments. But switching to TKTProfile production invokes enable or disable on TKTDebugger which fails as not present in minimal group

noha commented 5 years ago

Error is not related. I restarted the build in my account and it is green