I don't remember, but i think Date class>>readFrom:pattern: was included in pharo 1.1 Oh. and installing installer in pharo is: ScriptLoader new installingInstaller. Sometimes, you just need to file-in changesets, like: installPrerequisites: installer (CompiledMethodTrailer trailerKinds includes: #NativeCodeTrailer) ifFalse: [ installer installUrl: 'http://nativeboost.googlecode.com/files/000-NativeCodeTrailers.cs' ]. "Make sure an image having this crucial fix " (Object>>#perform:withArguments: ) frameSize > CompiledMethod smallFrameSize ifFalse: [ installer installUrl: 'http://nativeboost.googlecode.com/files/001-perform-framesize.cs'. ]. and i don't know of any other tool, than Installer, which makes it easy. I think you can do similar trick with #readFrom:pattern: - put it into own changeset and load it, if system doesn't having it. 2010/5/30 Göran Krampe <goran@krampe.se>:
Hi!
CCing Pharo list, this was regarding:
http://goran.krampe.se/blog/Squeak/eblankett-dev.rdoc
On 05/30/2010 12:00 PM, Stephan Eggermont wrote:
Hello Göran,
Is there a special reason you tried Pharo 1.0? Your improvements are of
Nope, just (wrongly I agree) thought it was fairly up to date since it was just released. But you are right, depending on release process that does indeed not necessarily correlate.
course in 1.1. Feature freeze for 1.0 was long ago. If you're willing to use the bleeding edge in squeak, why not do it in pharo too?
Again, not a conscious choice. I can use bleeding edge in Pharo too, is there an easy place to start? Earlier I used some core + Renggli scripts to get a decent image.
Which peek bugfix is in Squeak? The 2010-1-13 solution is wrong. See http://code.google.com/p/pharo/issues/detail?id=1813.
I will check it out, gotta work on the house now :)
Groetjes, Stephan Eggermont
Thanks for the feedback, Göran
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Best regards, Igor Stasenko AKA sig.