Feb. 23, 2016
1:48 p.m.
On 23 Feb 2016, at 14:41, Nicolai Hess <nicolaihess@gmail.com> wrote:
in pharo 50603, if you open a sendersOf MessageBrowser, the first selected methods code is not or wrongly highlightey (all red). You have to change the selected item to get the right result!
Yes, this is a side effect of not deferring syntax highlighting for small methods: https://pharo.fogbugz.com/f/cases/16020/Syntax-Highlighting-Rubric-First-sho... (which a) makes looking at code feel much faster (no double rendering) b) works around a race condition for rendering in the background that made all CI jobs fails 8 times our of 10) ) I think this just makes a bug visible that was hidden by the double rendering⦠we should find how to fix it. Marcus