Re: [Pharo-dev] [Vm-dev] Re: [ANN] Ephemeron Support is Ready

2016-06-30 Thread Marcus Denker
> On 30 Jun 2016, at 14:57, John Brant wrote: > > On 06/30/2016 03:17 AM, Marcus Denker wrote: > >> I added a new Code-Critic rule "RBDeadBlockRule", with >> >> initialize >> super initialize. >> self matcher >> matches: '`{:node | node isBlock and: [node parent

Re: [Pharo-dev] [Vm-dev] Re: [ANN] Ephemeron Support is Ready

2016-06-30 Thread John Brant
On 06/30/2016 03:17 AM, Marcus Denker wrote: I added a new Code-Critic rule "RBDeadBlockRule", with initialize super initialize. self matcher matches: '`{:node | node isBlock and: [node parent isSequence and: [ node isLastStatementInBlock not ]]}' do: [ :node :answer | node ] Instead of

Re: [Pharo-dev] [Vm-dev] Re: [ANN] Ephemeron Support is Ready

2016-06-08 Thread Guille Polito
Hi Eliot, Pharo does AFAIK the same with the source files when you're navigating source code. Now, I remember that while adapting the finalization scheme that you sent me to Pharo (because there are indeed subtle differences), I noticed that there was a missing loop. [looking for the