Summary
- This is a first idea how to cache pragmas (details)
- fix a test: add to AbstractObjectsAsMethod api cachePragmas (details)
- - fix typo (details)
- ClassDescription stores RemoteString instances. But that is not needed: we can store instead the sourcepointer (as we do with CompiledMethod). (details)
- CatalogBrowser can use the API that we have to get pragmas from one class. This ommits iterating the whole system to find pragmas (details)
- fixes #6839 (details)
- Fix #7222 (details)
- The compiler is doing far too much magic in #isInteractiveFor: (details)
- make sure that two of the users return false if the var is nil (details)
- - change CopyingLocalVariable to CopiedLocalVariable ("this variable is copied"), in line with #createCopiedVariableFor: (details)
- Fix #7219 (details)
- Fix #7217 (details)
- Fix #7214 (details)
- Add support for completing shared pools (details)
- This PR adds support to decompile Clean Blocks. (details)