On Wed, Sep 16, 2009 at 10:06 AM, Johan Brichau <johan.brichau@uclouvain.be> wrote:
It's fixed (except the AlienLoader -- read on).

The only problem was loading order.

I separated the extensions to the Parser (necessary to load the
primitive methods) into a separate package Alien-Prereqs.
If you load Alien-Prereqs before Alien-Core, it will work.

I'm now trying to adapt the AlienLoader package to do the same but I'm
not familiar with Flair/Gofer. If someone can tell me how to ensure
package loading order? I tried the following but it does not make sure
the Prereqs is installed first (I only added the line with 'Alien-
Prereqs').

� � � �config project: 'Alien' dependsOn: [
� � � � � � � �config package: 'Alien-Prereqs' from: 'http://www.squeaksource.com/Alien'
.
� � � � � � � �config package: 'Alien-Core' from: 'http://www.squeaksource.com/
Alien'.
� � � � � � � �config package: 'Alien-CoreTest' from: 'http://www.squeaksource.com/Alien'
.
� � � � � � � �config package: 'Alien-Examples' from: 'http://www.squeaksource.com/Alien'
�].


On 14 Sep 2009, at 23:36, Ken Treis wrote:

> I'm unable to load Alien-Core into the latest Pharo (I'm on 10451),
> mostly because the package overrides some methods in Scanner/Parser
> and those overrides are out of sync with the current Pharo base. Is
> anyone working on bringing these into sync? I would be glad to take a
> stab at it but I'm hardly the best qualified person to do that.
>
> If there's a better mailing list for Alien issues/discussion, please
> let me know.
>
> Thanks,
>
> --
> Ken Treis
> Miriam Technologies, Inc.
>
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project@lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

----------------------------
_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Is it possible to make 'Alien-Core' depend on 'Alien-Prereqs' (i.e. a nested dependency)? If it were then the correct loading order would be achieved

--
Cheers,
Peter