squeak-smalltalk / squeak-object-memory

Issues and assets related to the Squeak object memory.
https://bugs.squeak.org
MIT License
11 stars 1 forks source link

Decompiler issues #8

Open LinqLover opened 2 years ago

LinqLover commented 2 years ago

Do this:

self systemNavigation browseAllSelect: [:m | [[m decompile. false] ifError: [true]] valueWithin: 1 second onTimeout: [true]]

In a current Trunk image with Metacello, I see three hits:

image

marceltaeumel commented 2 years ago

Also see DecompilerTests >> #expectedFailures