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-3
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



_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: Pillar package dependency

Stephan Eggermont-3
You are added now

Stephan

On 11-04-15 11:47, Johan Brichau wrote:

> 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
>
>
>
> _______________________________________________
> Magritte, Pier and Related Tools ...
> https://www.iam.unibe.ch/mailman/listinfo/smallwiki

_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: Pillar package dependency

Johan Brichau-3
Thanks!

btw, I’m playing around with it in Pharo4, so I will commit a Pharo4 version as well.


> On 11 Apr 2015, at 15:28, stephan <[hidden email]> wrote:
>
> You are added now
>
> Stephan
>
> On 11-04-15 11:47, Johan Brichau wrote:
>> 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
>>
>>
>>
>> _______________________________________________
>> Magritte, Pier and Related Tools ...
>> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>


_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki