Hi,
I've just uploaded new squeak-dev and squeak-web images based on Squeak3.9.1-7075, Squeak3.10.2-7179 and Pharo0.1-10082. More information and download: http://damien.cassou.free.fr/squeak-dev.html Pharo-based images can be downloaded at: http://code.google.com/p/pharo/wiki/Downloads?tm=2 Download statistics at http://damiencassou.dabbledb.com/publish/dev-imagesdownloads Changes in this version: --------------------------- - Pharo images are based on version 10082. - UIEnhancements has been renamed to Polymorph - NiceFonts is temporarily not included - ShoutWorkspace is now the only supported workspace. If you don't want color highlighting, open the workspace menu and uncheck the option (this is a new feature provided by Andrew Tween). - David Röthlisberger improved OmniBrowser a lot. Here is his comment: - Integrated tree in package column for a better navigation of packages and their class categories - Added support to place packages at the top of the list - Merged TraitsIntegration into OB-Enhancements - Merged OmniBrowserFixes into OB-Enhancements - Improved and enhanced icons for methods and classes: * Class icons used to denote type of class (eg. exception or collection classes). User can implement #browserIcon to specify icons for application classes. * Method icons to reflect structure or content of methods, eg. inheritance structure (abstract methods, methods with super- or sub-implementations, etc.), super sends, halts or flags used in a method, exceptions raised, etc. * Mouse-over support for icons to get an explaining label for the used icon * Icons are clickable: Clicking on an icon denoting super send or super-impl. brings you to the method in the superclass, similar for methods with sub-implementations. - Various problems fixed I was not able to generate a pharo-web this month, sorry. Contained packages: ------------------------ This image contains the following packages (some packages are only in the squeak-web image or beta images): Aida version 5.6 Algernon version 1.2 AST version 160 AutomaticMethodCategorizer version 0.25 AutomaticMethodCategorizerOB version 0.2 DynamicBindings version 2.7 eCompletion version 0.90 eCompletion-Traits version 0.1 eCompletionOmniBrowser version 0.4 Installer version 4.1 KomHttpServer version 7.0.30 KomServices version 1.12 Magritte-Model version 1.0.16.313 Magritte-Morph version 1.0.16.42 Magritte-Seaside version 1.0.16.261 Magritte-Tests version 1.0.16.141 OB-Enhancements version 0.219 OmniBrowser version 0.419 OmniBrowser-Algernon version 0.5 OmniBrowser-Full version 0.26 OmniBrowser-Morphic version 0.58.1 OmniBrowser-Refactory version 101.1 OmniBrowser-Regex version 0.9.1 OmniBrowser-Standard version 0.347 OmniBrowser-SUnitIntegration version 0.9.1 Pier version current Pier-Blog version 1.0.16.73 Pier-Documents version 1.0.16.6 Pier-EditorEnh version 1.0.16.12 Pier-Model version 1.0.16.221 Pier-OmniBrowser version 1.0.16.33 Pier-Seaside version 1.0.16.272 Pier-Security version 1.0.16.105 Pier-Tests version 1.0.16.95 Polymorph EventEnhancements version 1.0 Polymorph Geometry version 1.0 Polymorph TaskbarIcons version 1.0 Polymorph ToolBuilder version 1.0 Polymorph Tools Diff version 1.0 Polymorph Widgets version 1.0 Refactoring Core version 5 RoelTyper version 0.60 RSRSS2 version 2.8.9 Scriptaculous version 2.8.228 ScriptManager version 0.6 Seaside version 2.8.522 Seaside-Adapters-Core version pmm.2.mcz Seaside-Adapters-Swazoo version 8 Seaside-Squeak-Adapters version pmm.3.mcz SeasideAdaptersCompatibility version pmm.1.mcz Shout version 3.15-tween.72 ShoutWorkspace version 1-tween.4 SmaCC runtime version 13 Sport version 2.31 Squeak dev packages version 0.27 Squeak dev packages beta version 0.32 Squeak web packages version 0.2 SUnit-improved version 4.0.108 SUnitGUI-improved version 4.0.48 Swazoo version 2.1 Universes version 49 Universes OmniBrowser version 0.36 VBRegex version 1.9 YAXO version 9 Updating the image: ------------------------- You are not obliged to download a new image if you don't want. You can always update your image. To upgrade your already existing squeak-dev image: 1) World menu->open...->Package Universe Browser 2) Update list from network 3) Select all upgrades 4) Install selection 5) Execute: 'DEVImageCreator default install' (all windows will be closed) Prepared packages: -------------------------- There are a lot of packages prepared for you in this image. They are not loaded in the image, but they can be easily. - Open Package Universe Browser (world->open...->Package Universe Browser). - Click on "Update list from network" - Wait a few seconds - Select your packages - Install them -- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu) |
On Wed, Oct 1, 2008 at 4:43 PM, Damien Cassou <[hidden email]> wrote:
> I've just uploaded new squeak-dev and squeak-web images At least two people had problems with these images because I activated #showDeprecationWarnings and, in some cases, this could lead to a huge amount of debug windows. I've thus uploaded 4 new images which do not have this problem: http://damien.cassou.free.fr/squeak-dev.html. Have a nice day and sorry for the incovenience. -- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu) |
I can't get the squeak map to work, in the latest dev image, apparently it
is not creating the instance of SqueakMap correctly every variable appears to be nil when debugger window comes up... |
On Thu, Oct 9, 2008 at 1:25 PM, Gonzalo <[hidden email]> wrote:
> I can't get the squeak map to work, in the latest dev image, apparently it > is not creating the instance of SqueakMap correctly every variable appears > to be nil when debugger window comes up... Does it work in a base 3.10.2 image? -- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu) |
SqueakMap Package Loader (SMLoader) works in a clean 3.10.2-7179 release
image; it does for me at any rate. Ken On Thu, 2008-10-09 at 13:45 +0200, Damien Cassou wrote: > On Thu, Oct 9, 2008 at 1:25 PM, Gonzalo <[hidden email]> wrote: > > I can't get the squeak map to work, in the latest dev image, apparently it > > is not creating the instance of SqueakMap correctly every variable appears > > to be nil when debugger window comes up... > > Does it work in a base 3.10.2 image? > > > signature.asc (196 bytes) Download Attachment |
In reply to this post by Damien Cassou-3
On Thu, 09 Oct 2008 08:45:12 -0300, Damien Cassou
<[hidden email]> wrote: > On Thu, Oct 9, 2008 at 1:25 PM, Gonzalo <[hidden email]> wrote: >> I can't get the squeak map to work, in the latest dev image, apparently >> it >> is not creating the instance of SqueakMap correctly every variable >> appears >> to be nil when debugger window comes up... > > Does it work in a base 3.10.2 image? > > -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ |
i was having that problem as well
On Fri, Oct 10, 2008 at 6:26 AM, Gonzalo <[hidden email]> wrote: On Thu, 09 Oct 2008 08:45:12 -0300, Damien Cassou <[hidden email]> wrote: -- David Zmick /dz0004455\ http://dz0004455.googlepages.com http://dz0004455.blogspot.com |
David:
Have you also tried a stock release image: http://ftp.squeak.org/3.10/Squeak3.10.2-7179-basic.zip ? Gonzalo: And this was the image you tried that had the same behavior you described with the Squeak-dev image? Do you have direct access to the Internet/Web? Or do you need to make use of a proxy? Ken On Sat, 2008-10-11 at 18:49 -0500, David Zmick wrote: > i was having that problem as well > > On Fri, Oct 10, 2008 at 6:26 AM, Gonzalo <[hidden email]> > wrote: > On Thu, 09 Oct 2008 08:45:12 -0300, Damien Cassou > <[hidden email]> wrote: > > On Thu, Oct 9, 2008 at 1:25 PM, Gonzalo > <[hidden email]> wrote: > I can't get the squeak map to work, in the > latest dev image, apparently it > is not creating the instance of SqueakMap > correctly every variable appears > to be nil when debugger window comes up... > > Does it work in a base 3.10.2 image? > > > nop, just tried it... > > -- > Using Opera's revolutionary e-mail client: > http://www.opera.com/mail/ > > -- > David Zmick > /dz0004455\ > http://dz0004455.googlepages.com > http://dz0004455.blogspot.com > signature.asc (196 bytes) Download Attachment |
it works on the base image, just not in the dev image. i would go through and get you the debug stack, but i am away from my computer
On Sun, Oct 12, 2008 at 2:35 PM, Ken Causey <[hidden email]> wrote: David: -- David Zmick /dz0004455\ http://dz0004455.googlepages.com http://dz0004455.blogspot.com |
On Sun, Oct 12, 2008 at 10:08 PM, David Zmick <[hidden email]> wrote:
> it works on the base image, just not in the dev image. i would go through > and get you the debug stack, but i am away from my computer In the image, I flushed SqueakMap caches which sets the 'objects' variable to nil. Normally, it's not a problem but in the dev image, the initialization script does not recompute 'objects'. -- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu) |
In reply to this post by Ken Causey-3
Just FYI, the URL I provided below is what I believe Damien meant when
he asked you 'Does it work in a base 3.10.2 image?' Ken On Mon, 2008-10-13 at 22:22 -0300, Gonzalo Romano wrote: > hi, havent tried the stock image, i have direct access to internet > > 2008/10/12 Ken Causey <[hidden email]> > David: > > Have you also tried a stock release image: > > http://ftp.squeak.org/3.10/Squeak3.10.2-7179-basic.zip > > ? > > Gonzalo: > > And this was the image you tried that had the same behavior > you > described with the Squeak-dev image? > > Do you have direct access to the Internet/Web? Or do you need > to make > use of a proxy? > > Ken > > > On Sat, 2008-10-11 at 18:49 -0500, David Zmick wrote: > > i was having that problem as well > > > > On Fri, Oct 10, 2008 at 6:26 AM, Gonzalo > <[hidden email]> > > wrote: > > On Thu, 09 Oct 2008 08:45:12 -0300, Damien Cassou > > <[hidden email]> wrote: > > > > On Thu, Oct 9, 2008 at 1:25 PM, Gonzalo > > <[hidden email]> wrote: > > I can't get the squeak map to work, > in the > > latest dev image, apparently it > > is not creating the instance of > SqueakMap > > correctly every variable appears > > to be nil when debugger window comes > up... > > > > Does it work in a base 3.10.2 image? > > > > > > nop, just tried it... > > > > -- > > Using Opera's revolutionary e-mail client: > > http://www.opera.com/mail/ > > > > -- > > David Zmick > > /dz0004455\ > > http://dz0004455.googlepages.com > > http://dz0004455.blogspot.com > > > -- > Gonzalo, Romano > signature.asc (196 bytes) Download Attachment |
Free forum by Nabble | Edit this page |