30171 ----- 10764 EyeInspector never terminate refresh process leading to no garbage collection https://pharo.fogbugz.com/f/cases/10764 10767 Object>>#assert:description: should take a block for the description https://pharo.fogbugz.com/f/cases/10767 10698 add back Block printing https://pharo.fogbugz.com/f/cases/10698 (Really only if Opal is Active) Diff information: http://smalltalkhub.com/mc/Pharo/Pharo30/main/Spec-Inspector-MarcusDenker.27... http://smalltalkhub.com/mc/Pharo/Pharo30/main/Kernel-MarcusDenker.1467.diff
On 27 May 2013, at 16:45, Marcus Denker <marcus.denker@inria.fr> wrote:
10698 add back Block printing https://pharo.fogbugz.com/f/cases/10698 (Really only if Opal is Active)
Aah, a good reason to active Opal then ;-) Sven
On May 27, 2013, at 4:52 PM, Sven Van Caekenberghe <sven@stfx.eu> wrote:
On 27 May 2013, at 16:45, Marcus Denker <marcus.denker@inria.fr> wrote:
10698 add back Block printing https://pharo.fogbugz.com/f/cases/10698 (Really only if Opal is Active)
Aah, a good reason to active Opal then ;-)
I did that because the mapping used needs that the bytecode of the method is the same that Opal will create, else the mapping can not work⦠In most cases we make the same bytecode, but for complex cases it can differ. So to be sure one needs to recompile the image. Marcus
participants (2)
-
Marcus Denker -
Sven Van Caekenberghe