"Torsten Bergmann"<[email protected]> wrote: > Used your Gofer script in Pharo-core 1.2 and Pharo-dev 1.1., > but after loading I run the tests with many errors and failures...
Hm, that is odd. Maybe I need to try a fresh load and see. I normally get a single failure in one of the socket tests which we haven't tracked down yet. Can you give me a bit more about the kind of errors and failures you see. Does it look like stuff is completely missing ? Maybe I messed up the publishing after the various class moves that I did recently. > Is it Squeak only? (which I doubt since the loading script uses > Gofer instead of Installer and Gofer is Pharo while Installer is > Squeak). I'm currently using Pharo OneClick image version 1.1.1 directly from the download page. Currently I'm running using the old VM as Cog once crashed on me and I lost a lot of changes. But both VMs seem to run the tests OK. > Would be nice if we could have a working ConfigurationOfXtream in > http://squeaksource.com/MetacelloRepository so it is easy accessible and > working packages are versioned together using Metacello. Yes, I probably need to do that as well. So far I was a bit discouraged mostly by my ignorance. I'm not up to speed on metacello yet, there don't seem to be any tools pre-loaded in the one click image, and I don't know what should one load to get some. I was able to figure out how to use ConfigurationOfFFI but in the end I ended up running the class side load method by hand. The other issue I had was that it seems a metacello configuration requires a bit of maintenance, it seems like you have to manually update the versions when you publish something new. That may be less of a problem now after the updates are done. The Gofer expression seemed a lot easier, and I hoped sufficient for now. Anyway, unless someone beats me to it I'll see what I can do about creating a configuration. Martin
