Re: [Pharo-dev] Pillar configuration bug ?

2016-06-06 Thread Yann Dubois
I add two groups : - parser : To load the Pillar parser - parser tests : To testing the parser Yann 2016-06-04 11:45 GMT+02:00 Cyril Ferlicot D. : > Le 03/06/2016 14:51, Esteban Lorenzano a écrit : > > Without the parser you can’t do anything so I would expect the

Re: [Pharo-dev] Pillar configuration bug ?

2016-06-04 Thread Cyril Ferlicot D.
Le 03/06/2016 14:51, Esteban Lorenzano a écrit : > Without the parser you can’t do anything so I would expect the parser to be a > core part. > But anyway, even agreeing with your PoV, if I load #(html exporter), then I > have unreferenced pillar classes in the resulting image (PRDocumentItem

Re: [Pharo-dev] Pillar configuration bug ?

2016-06-04 Thread Esteban Lorenzano
> On 04 Jun 2016, at 09:35, stepharo wrote: > >>> >>> On 01 Jun 2016, at 20:44, Damien Cassou wrote: >>> >>> On June 1, 2016 6:31:29 PM GMT+02:00, Esteban Lorenzano >>> wrote: I’m installing pillar like this:

Re: [Pharo-dev] Pillar configuration bug ?

2016-06-04 Thread stepharo
On 01 Jun 2016, at 20:44, Damien Cassou wrote: On June 1, 2016 6:31:29 PM GMT+02:00, Esteban Lorenzano wrote: I’m installing pillar like this: pillar: spec spec project: 'Pillar' with: [ spec

Re: [Pharo-dev] Pillar configuration bug ?

2016-06-03 Thread Esteban Lorenzano
> On 01 Jun 2016, at 20:44, Damien Cassou wrote: > > On June 1, 2016 6:31:29 PM GMT+02:00, Esteban Lorenzano > wrote: >> I’m installing pillar like this: >> >> pillar: spec >> spec project: 'Pillar' with: [ >> spec >>

Re: [Pharo-dev] Pillar configuration bug ?

2016-06-01 Thread Damien Cassou
On June 1, 2016 6:31:29 PM GMT+02:00, Esteban Lorenzano wrote: >I’m installing pillar like this: > >pillar: spec > spec project: 'Pillar' with: [ > spec > className: 'ConfigurationOfPillar'; > loads: #('html