pharo-spec / ScriptableDebugger

3 stars 12 forks source link

Cannot load Sindarin with the new P11 VM #70

Closed labordep closed 1 year ago

labordep commented 1 year ago

Since the last VM I have a problem I cannot load Sindarin with this script:

image

Metacello new
    baseline: 'Sindarin';
    repository: 'github://pharo-spec/ScriptableDebugger';
    load.

Thanks for help.

My config :

labordep commented 1 year ago

Sorry this is another problem : https://github.com/pharo-project/pharo/issues/13726