Hi,
I want to announce the release of a new version of Cocoa Squeak VM (non Cog), version 5.7.4. It can be downloaded here: http://squeakvm.org/mac/release/Squeak%205.7.4.zip Since this is my first release, there are no big changes to take into account: 1) It's based on VMMaker 221 (latest) 2) it has a minor bugfix on arguments passed to the image (it was ignoring first argument). 3) My biggest change is that I drop the "b" from the release version, I didn't like it, and I think nobody else likes it :) and also is clear to understand, IMHO. Now you can read the version as: Major Version.Minor Version.Bugfix Version. This release ships with this internal plugins included: ADPCMCodecPlugin B3DEnginePlugin BalloonEnginePlugin BitBltSimulation BMPReadWriterPlugin ClipboardExtendedPlugin DeflatePlugin DSAPlugin FFIPlugin FFTPlugin FilePlugin FloatArrayPlugin GeniePlugin HostWindowPlugin JPEGReaderPlugin JPEGReadWriter2Plugin KlattSynthesizerPlugin LargeIntegersPlugin Matrix2x3Plugin MacMenubarPlugin MiscPrimitivePlugin NewsqueakIA32ABIPlugin ObjectiveCPlugin RePlugin SecurityPlugin SocketPlugin SoundCodecPlugin SoundGenerationPlugin SoundPlugin StarSqueakPlugin SurfacePlugin UUIDPlugin DropPlugin Enjoy, Esteban, with mac vm maintainer hat |
On Feb 2, 2011, at 5:18 56PM, Esteban Lorenzano wrote: > Hi, > I want to announce the release of a new version of Cocoa Squeak VM (non Cog), version 5.7.4. > > It can be downloaded here: http://squeakvm.org/mac/release/Squeak%205.7.4.zip > > Since this is my first release, there are no big changes to take into account: > > 1) It's based on VMMaker 221 (latest) > 2) it has a minor bugfix on arguments passed to the image (it was ignoring first argument). > 3) My biggest change is that I drop the "b" from the release version, I didn't like it, and I think nobody else likes it :) and also is clear to understand, IMHO. Now you can read the version as: Major Version.Minor Version.Bugfix Version. > > This release ships with this internal plugins included: > > ADPCMCodecPlugin > B3DEnginePlugin > BalloonEnginePlugin > BitBltSimulation > BMPReadWriterPlugin > ClipboardExtendedPlugin > DeflatePlugin > DSAPlugin > FFIPlugin > FFTPlugin > FilePlugin > FloatArrayPlugin > GeniePlugin > HostWindowPlugin > JPEGReaderPlugin > JPEGReadWriter2Plugin > KlattSynthesizerPlugin > LargeIntegersPlugin > Matrix2x3Plugin > MacMenubarPlugin > MiscPrimitivePlugin > NewsqueakIA32ABIPlugin > ObjectiveCPlugin > RePlugin > SecurityPlugin > SocketPlugin > SoundCodecPlugin > SoundGenerationPlugin > SoundPlugin > StarSqueakPlugin > SurfacePlugin > UUIDPlugin > DropPlugin > > > Enjoy, > Esteban, with mac vm maintainer hat Hi Esteban, good work! A few questions:: - No FT2Plugin? - MacMenubarPlugin is listed, but I don't get a custom menu with a Pharo 1.1.1 image? 5.8 reserved for Cog VM's? Cheers, Henry |
El 02/02/2011, a las 1:33p.m., Henrik Johansen escribió: > - No FT2Plugin? No, no FT2Plugin included... I think this is an external plugin... if it's not the case, I can include it in a future release. I also can compile and provide it as an external plugin... both solutions will take some time, I'm sorry. > - MacMenubarPlugin is listed, but I don't get a custom menu with a Pharo 1.1.1 image? It should... let me see what happened. > 5.8 reserved for Cog VM's? mmm... in fact, 6.0 is reserverd for cog versions. I decided cog is worth enough to be a major version, not just a minor... next cog version will be 6.0.0 :) > > Cheers, > Henry best, Esteban |
esteban
do you know if FFI is working and from which place we could get the code running? Stef On Feb 2, 2011, at 5:59 PM, Esteban Lorenzano wrote: > > El 02/02/2011, a las 1:33p.m., Henrik Johansen escribió: >> - No FT2Plugin? > > No, no FT2Plugin included... I think this is an external plugin... if it's not the case, I can include it in a future release. I also can compile and provide it as an external plugin... both solutions will take some time, I'm sorry. > >> - MacMenubarPlugin is listed, but I don't get a custom menu with a Pharo 1.1.1 image? > > It should... let me see what happened. > >> 5.8 reserved for Cog VM's? > > mmm... in fact, 6.0 is reserverd for cog versions. I decided cog is worth enough to be a major version, not just a minor... next cog version will be 6.0.0 :) > >> >> Cheers, >> Henry > > best, > Esteban |
In reply to this post by Henrik Sperre Johansen
El 02/02/2011, a las 1:33p.m., Henrik Johansen escribió: > - MacMenubarPlugin is listed, but I don't get a custom menu with a Pharo 1.1.1 image? yes... the plugin is there, but the cocoa vm seems to not-be ready to mac menus (also absent in 5.7b3)... yet another task to my todo list :( Cheers, Esteban |
In reply to this post by Stéphane Ducasse
It should be, but right now, I'm getting an "Unsupported calling convention". And same error with 5.7b3
yet another task :( my todo list is really, really long :P Cheers, Esteban El 02/02/2011, a las 2:07p.m., Stéphane Ducasse escribió: > esteban > > do you know if FFI is working and from which place we could get the code running? > > Stef > > On Feb 2, 2011, at 5:59 PM, Esteban Lorenzano wrote: > >> >> El 02/02/2011, a las 1:33p.m., Henrik Johansen escribió: >>> - No FT2Plugin? >> >> No, no FT2Plugin included... I think this is an external plugin... if it's not the case, I can include it in a future release. I also can compile and provide it as an external plugin... both solutions will take some time, I'm sorry. >> >>> - MacMenubarPlugin is listed, but I don't get a custom menu with a Pharo 1.1.1 image? >> >> It should... let me see what happened. >> >>> 5.8 reserved for Cog VM's? >> >> mmm... in fact, 6.0 is reserverd for cog versions. I decided cog is worth enough to be a major version, not just a minor... next cog version will be 6.0.0 :) >> >>> >>> Cheers, >>> Henry >> >> best, >> Esteban > > |
> It should be, but right now, I'm getting an "Unsupported calling convention". And same error with 5.7b3
> > yet another task :( > my todo list is really, really long :P Do you know a VM on which it worked? Because we checked with igor and could not make it. Stef |
4.2.5 was working
Esteban El 02/02/2011, a las 3:56p.m., Stéphane Ducasse escribió: >> It should be, but right now, I'm getting an "Unsupported calling convention". And same error with 5.7b3 >> >> yet another task :( >> my todo list is really, really long :P > > Do you know a VM on which it worked? Because we checked with igor and could not make it. > > Stef |
Free forum by Nabble | Edit this page |