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

TKTDebugger class>>registerToolsOn: broken #89

Closed eilx2 closed 3 years ago

eilx2 commented 4 years ago

The extension method ToolsRegistry>>registerDebugger:withRank: has been removed in the GT-Debugger package, so this method needs to be fixed.

eilx2 commented 4 years ago

The most likely fix is just to remove enable/disabled methods and IsEnabled class variable because now all debuggers are available by default in pharo9.

tinchodias commented 4 years ago

+1 Loading fails on Pharo 9

tinchodias commented 4 years ago

Loading only core avoids the error.

tinchodias commented 3 years ago

Ah, I duplicated it in #94

tinchodias commented 3 years ago

And PR #95 aims at fixing it.

tinchodias commented 3 years ago

Sorry, I will close the original issue and keep the duplicated as to avoid confusion with the PR