On Sun, Feb 14, 2010 at 10:09 PM, Yanni Chiu <[email protected]> wrote:
> The last word on Metacello, that I recall reading in this list, is that > it is an experiment. Has that changed? I'm happy enough to changed my > habits, if that is the case. > Metacello seems to be very stable, not an experiment any more. There are a lot of big projects that are being managed with it such us Moose, GLASS, PharoDev images, etc. Take a look to http://www.squeaksource.com/MetacelloRepository for all the available configurations. Nevertheless, Metacello hasn't released the 1.0 stable version. It is still in beta state, but I think the 1.0 will be very soon. > In this case, my build script was loading Albatross, which had the > dependency on FFI (so I was not directly interested in FFI). The script > I had was pieced together somehow, long ago, and was using #loadFFI, > which worked fine until a few days ago. > > BTW, since all FFI-Examples packages were removed from the FFI > repository, even Metacello "versions" would fail because the package is > no longer there. > Thank for the report. I have just commited a new version that fix this and another couple of things. Can you tell me if it works ok for you ? Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfFFI'; load. ((Smalltalk at: #ConfigurationOfFFI) project version: '1.0') load. I have one failing test :( testUlongRange > -- > Yanni > > > Stéphane Ducasse wrote: > >> did you check the configurationOfFFI ??? > >> Does it exist? > >> > >> Stef > >> > >> On Feb 14, 2010, at 7:45 AM, Yanni Chiu wrote: > >> > >>> Oops, this was on Pharo. I just checked Squeak3.11-9371-alpha.zip, and > ScriptLoader>>loadFFI does not exist there. > >>> > >>> Anyhow, what is the proper way to load FFI? > >>> > >>> > >>> Yanni Chiu wrote: > >>>> "ScriptLoader loadFFI" now fails because the package FFI-Examples is > no longer in the repository. > >>>> Does ScriptLoader need to be updated, or was the package deleted > accidentally? > > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >
_______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
