Pillar package dependency

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Pillar package dependency

Johan Brichau-2
Hi all,

Can someone give me access to the Pillar repository or fix the issue below?

I was trying to play around with Pier3 (which uses Pillar) but immediately hit an issue. When loading:

Metacello new
        configuration: 'Pier3';
        version: #'release3.1';
        load.
       
And then opening localhost:8080 pier gives you a DNU on MacOSXPlatform>>pillarLineEnding

The issue is that the code of Pillar-Model (which is loaded by Pier) is dependent on Pillar-ExporterCore (which contains the method above).
I think two things need to be done:
- move the #pillarLineEnding method to the Pillar-Model
- move the #pillarLineEnding method from Platform class to GRPlatform class to ease porting to other Smalltalks

thanks
Johan



Reply | Threaded
Open this post in threaded view
|

Re: Pillar package dependency

stepharo
somebody added you apparently.
Is it ok now?

Stef

Le 11/4/15 09:43, Johan Brichau a écrit :

> Hi all,
>
> Can someone give me access to the Pillar repository or fix the issue below?
>
> I was trying to play around with Pier3 (which uses Pillar) but immediately hit an issue. When loading:
>
> Metacello new
> configuration: 'Pier3';
> version: #'release3.1';
> load.
>
> And then opening localhost:8080 pier gives you a DNU on MacOSXPlatform>>pillarLineEnding
>
> The issue is that the code of Pillar-Model (which is loaded by Pier) is dependent on Pillar-ExporterCore (which contains the method above).
> I think two things need to be done:
> - move the #pillarLineEnding method to the Pillar-Model
> - move the #pillarLineEnding method from Platform class to GRPlatform class to ease porting to other Smalltalks
>
> thanks
> Johan
>
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Pillar package dependency

CyrilFerlicot
Hum.. Do we really need the pillarLineEnding method ? Because if you
check that return exaclty the same as the lineEnding method into
OSPlateform...

Someone know why we have a pillarLineEnding method instead of lineEnding ?

On 12 April 2015 at 10:53, stepharo <[hidden email]> wrote:

> somebody added you apparently.
> Is it ok now?
>
> Stef
>
> Le 11/4/15 09:43, Johan Brichau a écrit :
>
>> Hi all,
>>
>> Can someone give me access to the Pillar repository or fix the issue
>> below?
>>
>> I was trying to play around with Pier3 (which uses Pillar) but immediately
>> hit an issue. When loading:
>>
>> Metacello new
>>         configuration: 'Pier3';
>>         version: #'release3.1';
>>         load.
>>
>> And then opening localhost:8080 pier gives you a DNU on
>> MacOSXPlatform>>pillarLineEnding
>>
>> The issue is that the code of Pillar-Model (which is loaded by Pier) is
>> dependent on Pillar-ExporterCore (which contains the method above).
>> I think two things need to be done:
>> - move the #pillarLineEnding method to the Pillar-Model
>> - move the #pillarLineEnding method from Platform class to GRPlatform
>> class to ease porting to other Smalltalks
>>
>> thanks
>> Johan
>>
>>
>>
>>
>
>



--
Cheers
Cyril Ferlicot