Hello,
There is fix in google project for this. Try search it. Now it is not integrated to pharo.
You mean 3236?
Yes
And I dont know how to integrate this kind of code source. It is changes of methods with pluses and minuces chars. How it can be install to image?
That + und - is a diff format to show hat has been removed (-) and what has been added (+). On the top of the message you can see a link to monticello package. I think you need to load this. So,
http://source.squeak.org/trunk/Kernel-ul.513.mcz
should be the right thing.
No if you want you should - bring the history with the MC package browser - select a version click on spawn - clik a version select changes and you get the diff between the version loading a squeak package in pharo will just load all the change made in squeak since we forked... so good luck.
Norbert