Re: [Pharo-users] Why is compile: breaking my image?

2017-11-13 Thread Peter Uhnák
Hi, this is a bit more confusing than I originally thought. So let me elaborate (this is not part of Pharo I've dabbled in before...) (there's an issue 20212 for this) The problem is somewhere in SyntaxErrorDebugger and probably SyntaxErrorNotification. Normally (by normally I mean according to

Re: [Pharo-users] Why is compile: breaking my image?

2017-11-13 Thread Guillermo Polito
Can you share what was the original problem and how you fixed it? On Sat, Nov 11, 2017 at 4:44 PM, Sven Van Caekenberghe wrote: > > > > On 11 Nov 2017, at 16:33, Peter Uhnák wrote: > > > > Never mind... I see now what is broken and I'll try to fix it (assuming > my P7 image won't corrupt itself

Re: [Pharo-users] Why is compile: breaking my image?

2017-11-11 Thread Sven Van Caekenberghe
> On 11 Nov 2017, at 16:33, Peter Uhnák wrote: > > Never mind... I see now what is broken and I'll try to fix it (assuming my P7 > image won't corrupt itself due to FreeType before I manage to push the > changes... heh) You can now disable FreeType fonts and still use bitmapped Source Code f

Re: [Pharo-users] Why is compile: breaking my image?

2017-11-11 Thread Peter Uhnák
Never mind... I see now what is broken and I'll try to fix it (assuming my P7 image won't corrupt itself due to FreeType before I manage to push the changes... heh) On Sat, Nov 11, 2017 at 3:43 PM, Peter Uhnák wrote: > This applies to P61 (for some time) and P7. > > Object compile: '^'. > > Synt

[Pharo-users] Why is compile: breaking my image?

2017-11-11 Thread Peter Uhnák
This applies to P61 (for some time) and P7. Object compile: '^'. Syntax Error popup -> close now you have two morphic UI processes running and World starts to get corrupted with artifacts around. (and it also in one case manage to actually corrupt the image to the point that I was no longer able