I've pushed out a 4.0.1b1U macintosh carbon VM that is Closure
compiler aware with Alien Support. It can be found via http://smalltalkconsulting.com/squeak.html I also reviewed updated, and added the majority of the plugins that have built over the years to support the VM and Sophie since the Pharo team is now using the extended clipboard plugin for unicode aware clipboard logic and there has been confusing about where the plugin is. The ones I added are: ClipboardExtendedPlugin.bundle Extended clipboard support so you can fetch anything from the mac os-x clipboard if you can interpreter the bytes. CurlPlugin.bundle Curl Support KedamaPlugin.bundle KedamaPlugin2.bundle OggPlugin.bundle Ogg Support RomePlugin.bundle SerialExtendedUnixPlugin.bundle Extended os-x serial port support SparklePlugin.bundle http://en.wikipedia.org/wiki/Sparkle_(software) On the VM side the changes are: (a) Reference Mantis 0006987: signed32BitValueOf:, signed64BitValueOf: etc. broken However I had earlier patched that code base in the 3.8.21x series so the issues involved have been fixed for some time. (b) Updated SocketPlugin for IPv6 primitives. (c) Reference Mantis 0007327: Bug in BitBlt: rgbMin and other set alpha to 0 (d) Changes to how SqueakUnTrustedDirectory and SqueakTrustedDirectory path names are resolved to support EToys On A Stick -- = = = ======================================================================== John M. McIntosh <[hidden email]> Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com = = = ======================================================================== _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
It's backward compatible to images long ago, for example when I do my
final bytecode/second speed test, did I break anything smoke test before shipping, I do that with a squeak 3.0 Feb 4th 2001 image. As for loading the closure changes, well the Pharo folks are busy working on and supporting a Pharo Closure image http://gforge.inria.fr/frs/?group_id=1299 For the squeak stuff, a 3.11 http://ftp.squeak.org/3.11/ I don't think it's as simple as going to squeakssource and doing a load. On 9-Apr-09, at 3:14 PM, Randal L. Schwartz wrote: >>>>>> "John" == John M McIntosh <[hidden email]> >>>>>> writes: > > John> I've pushed out a 4.0.1b1U macintosh carbon VM that is > Closure compiler aware > John> with Alien Support. > > Does this vm work with a stock 3.10.2 image? If I want closures, > is it a matter of just loading the right thing from Squeaksource? > > -- > Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 > 777 0095 > <[hidden email]> <URL:http://www.stonehenge.com/merlyn/> > Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc. > See http://methodsandmessages.vox.com/ for Smalltalk and Seaside > discussion -- = = = ======================================================================== John M. McIntosh <[hidden email]> Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com = = = ======================================================================== _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by johnmci
Thanks ***a lot*** john.
About Alien support can you tell us more? This means that there are some new primitives and that the alien code would be just needed on the smalltalk side On Apr 10, 2009, at 12:00 AM, John M McIntosh wrote: > I've pushed out a 4.0.1b1U macintosh carbon VM that is Closure > compiler aware with Alien Support. > > It can be found via > http://smalltalkconsulting.com/squeak.html > > > I also reviewed updated, and added the majority of the plugins that > have built over the years to support the VM and Sophie > since the Pharo team is now using the extended clipboard plugin for > unicode aware clipboard logic and there has been confusing > about where the plugin is. > > The ones I added are: > > ClipboardExtendedPlugin.bundle Extended clipboard support so you can > fetch anything from the mac os-x clipboard if you can interpreter the > bytes. > CurlPlugin.bundle Curl Support > KedamaPlugin.bundle > KedamaPlugin2.bundle > OggPlugin.bundle Ogg Support > RomePlugin.bundle > SerialExtendedUnixPlugin.bundle Extended os-x serial port support > SparklePlugin.bundle http://en.wikipedia.org/wiki/Sparkle_(software) > > > On the VM side the changes are: > > (a) Reference Mantis 0006987: signed32BitValueOf:, signed64BitValueOf: > etc. broken > However I had earlier patched that code base in the 3.8.21x series so > the issues involved have been fixed for some time. > > (b) Updated SocketPlugin for IPv6 primitives. > > (c) Reference Mantis 0007327: Bug in BitBlt: rgbMin and other set > alpha to 0 > > (d) Changes to how SqueakUnTrustedDirectory and SqueakTrustedDirectory > path names are resolved to support EToys On A Stick > > -- > = > = > = > = > = > ====================================================================== > John M. McIntosh <[hidden email]> > Corporate Smalltalk Consulting Ltd. http:// > www.smalltalkconsulting.com > = > = > = > = > = > ====================================================================== > > > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
On 9-Apr-09, at 11:50 PM, Stéphane Ducasse wrote: > Thanks ***a lot*** john. > About Alien support can you tell us more? > This means that there are some new primitives and that the alien code > would be just needed on the smalltalk side Nothing has changed I just point out it's in the macintosh carbon VM, But I don't believe anyone has built a Windows or Linux VM that works with it. It's all documented at http://wiki.squeak.org/squeak/6100 -- = = = ======================================================================== John M. McIntosh <[hidden email]> Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com = = = ======================================================================== _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |