Max Leske
Max Leske
Write a test for this.
@tinchodias @marianopeck We should totally do this! This can be such a big improvement, and with 4.0.0 we can make it configurable very easily.
Added tests that reproduce the issue. A fix is not going to be straight forward because global names are encoded as strings and are written onto the stream directly.
During investigation of this issue we discovered that a global binding can be anything since SystemDictionary is a simply key value store. That means that we can't even be sure...
This could be nice as it would probably mitigate the issues that crop up when a compiled method has changed it's bytecode. In many cases (e.g. when inspecting stack traces)...
Should test this before closing.
Not stale.