pharo-graphics / Toplo

A widget framework on top of Bloc
MIT License
17 stars 8 forks source link

Where am I supposed to load this code? #47

Open StephanEggermont opened 1 year ago

StephanEggermont commented 1 year ago

There does not seem to be a compatible Pharo version: in 12 and 11 opening the minibrowser immediately opens a debugger with Context dnu priority, in Pharo 10 the code doesn't load.

Metacello new baseline: 'Toplo'; repository: 'github://plantec/Toplo/src'; onConflictUseIncoming; load

Win 11 Pro

plantec commented 1 year ago

hello Stephan, Toplo works in P11. but recently I've noticed this Bloc issue. @tinchodias I've also noticed this problem in a fresh image.

plantec commented 1 year ago

I've tested and it is working here.

StephanEggermont commented 1 year ago

Indeed. Works on 11 with the newest vm, raises a debugger in 12 with the newest vm

plantec commented 1 year ago

cool

tinchodias commented 1 year ago

I don't know why it needs the newest VM