Re: [Pharo-dev] Rubric mutability issue in RubTextComposer binary search

2016-03-05 Thread Aliaksei Syrel
> > - When I use Spotter I get a rubric error (subscript ) > Doru did you tell me that it was fixed? or did I got it wrong? Text highlighting related bug in Spotter is quite popular nowadays. Just to remember that it was already known a year ago and has nothing to do with spotter (see scr

Re: [Pharo-dev] Rubric mutability issue in RubTextComposer binary search

2015-03-18 Thread Aliaksei Syrel
Hi, Why is that an issue in Rubric? Because I can reproduce it only in Rubric :) Rubric is great and it's a pleasure to use it! I'm just curious if there is a possible quick fix. I guess, I have an idea why it could happen (because rubric for styling uses it's own background thread and doesn't a

Re: [Pharo-dev] Rubric mutability issue in RubTextComposer binary search

2015-03-18 Thread Guillermo Polito
I agree with Stephan... I don't think that Rubric is built to be thread safe. Also, making Rubric thread safe will probably be a lot of work... Why do not ensuring in spotter that only one thread at a time can modify the text editor? El mar., 17 de mar. de 2015 a la(s) 11:42 p. m., Stephan Eggerm

Re: [Pharo-dev] Rubric mutability issue in RubTextComposer binary search

2015-03-17 Thread Stephan Eggermont
Hi Alex, On 17/03/15 22:19, Aliaksei Syrel wrote: seems like there is a rather rare bug in Rubric. I opened an issue with explanation: https://pharo.fogbugz.com/f/cases/15153/Rubric-mutability-issue-in-RubTextComposer-binary-search Would be nice to fix it until release. It was caught in Spotte

[Pharo-dev] Rubric mutability issue in RubTextComposer binary search

2015-03-17 Thread Aliaksei Syrel
Hi, seems like there is a rather rare bug in Rubric. I opened an issue with explanation: https://pharo.fogbugz.com/f/cases/15153/Rubric-mutability-issue-in-RubTextComposer-binary-search Would be nice to fix it until release. It was caught in Spotter - as it heavily uses multithreading. Any sugge