[Pharo-dev] DelayScheduler cleanup & Bootstrap

2018-04-15 Thread Ben Coman
I am doing a pass to cleanup the DelayScheduler hierarchy. I'll be refactoring of the hierarchy to aid code understanding and eliminate redundant instance variables from the original code. The target structure is DelayNullScheduler -- minimum interface to avoid errors in rest of system (6 empty

[Pharo-dev] Critiques - Temporaries read before written.

2018-04-15 Thread Ben Coman
The greater prominence of Critiques in Calypso encourages me to try to clean them out. I bumped into a false positive "Temporaries read before written." that I've condensed to the following example. test |x| [ x := nil ] whileNil: [ x ifNil: [ x := 1] ] Now before I log an Is

Re: [Pharo-dev] Critiques - Temporaries read before written.

2018-04-15 Thread Cyril Ferlicot
On dim. 15 avr. 2018 at 16:43, Ben Coman wrote: > The greater prominence of Critiques in Calypso > encourages me to try to clean them out. > > I bumped into a false positive "Temporaries read before written." > that I've condensed to the following example. > > test > |x| > [ x

Re: [Pharo-dev] Critiques - Temporaries read before written.

2018-04-15 Thread Martin McClure
On 04/15/2018 07:42 AM, Ben Coman wrote: > The greater prominence of Critiques in Calypso  > encourages me to try to clean them out. > > I bumped into a false positive "Temporaries read before written." > that I've condensed to the following example. > >     test >         |x| >         [ x := nil

Re: [Pharo-dev] Critiques - Temporaries read before written.

2018-04-15 Thread Denis Kudriashov
2018-04-15 20:40 GMT+02:00 Martin McClure : > On 04/15/2018 07:42 AM, Ben Coman wrote: > > The greater prominence of Critiques in Calypso > encourages me to try to clean them out. > > I bumped into a false positive "Temporaries read before written." > that I've condensed to the following example.

Re: [Pharo-dev] Critiques - Temporaries read before written.

2018-04-15 Thread John Brant
> On Apr 15, 2018, at 9:42 AM, Ben Coman wrote: > > The greater prominence of Critiques in Calypso > encourages me to try to clean them out. > > I bumped into a false positive "Temporaries read before written." > that I've condensed to the following example. > > test > |x| >

Re: [Pharo-dev] Critiques - Temporaries read before written.

2018-04-15 Thread Eliot Miranda
Hi Martin, > On Apr 15, 2018, at 11:40 AM, Martin McClure wrote: > >> On 04/15/2018 07:42 AM, Ben Coman wrote: >> The greater prominence of Critiques in Calypso >> encourages me to try to clean them out. >> >> I bumped into a false positive "Temporaries read before written." >> that I've conde

Re: [Pharo-dev] Critiques - Temporaries read before written.

2018-04-15 Thread Ben Coman
On 16 April 2018 at 03:07, Denis Kudriashov wrote: > > > > 2018-04-15 20:40 GMT+02:00 Martin McClure : >> >> On 04/15/2018 07:42 AM, Ben Coman wrote: >> >> The greater prominence of Critiques in Calypso >> encourages me to try to clean them out. >> >> I bumped into a false positive "Temporaries re

[Pharo-dev] Esteban's ChangeLog week of 9 April 2018

2018-04-15 Thread estebanlm
Hello! This is my weekly ChangeLog, from 9 April 2018 to 15 April 2018. You can see it in a better format by going here: http://log.smallworks.eu/web/search?from=9/4/2018&to=15/4/2018 ChangeLog = 13 April 2018: -- *I just promoted new VMs as stable. This are th