Hello,
I have an exception when I try to open Spotter tool (Shift+Enter) on Pharo12: WeakRegistry undeclared
- I use a fresh Pharo12 image, open Spotter tool OK.
- I load taskIt v1.2.0 (but same with master)
[ Metacello new baseline: 'TaskIt'; repository: 'github://pharo-contributions/taskit:v1.2.0'; load. ] on: MCMergeOrLoadWarning do: [ :warning | warning load ]
- Trying to open Spotter tool again, i got an exception:

Hello,
I have an exception when I try to open Spotter tool (Shift+Enter) on Pharo12: WeakRegistry undeclared
[ Metacello new baseline: 'TaskIt'; repository: 'github://pharo-contributions/taskit:v1.2.0'; load. ] on: MCMergeOrLoadWarning do: [ :warning | warning load ]