[Pharo-users] [Iceberg] Loading my git project into a new image

2019-01-20 Thread sergio ruiz
I had a troublesome image today, so my first thought is to dump the image, and load the packages back up in a new image. While I can clone the the repo on in my new image using Iceberg, I can’t figure out now to load the packages, now that they are loaded up via iceberg. under “loaded version” i

[Pharo-users] My Pharo image is crashing

2019-01-20 Thread sergio ruiz
I have an image that I have been working on for a few weeks. Today, when I went to edit a method, the image crashed, and it crashes whenever I try to save. normally, I wouldn’t care, but this one has a bunch of data (as Ordered Collections in class variables). The current size of the image is 19

[Pharo-users] Pharo 6.1 VMs archive

2019-01-20 Thread Juraj Kubelka via Pharo-users
--- Begin Message --- Hi,I have a Pharo 6.1 64bit (macOS) image that worked a month or two ago, but it does not work now. And using a new Pharo 6.1 image with Roassal 2 does not work neither because of a Cairo/libfreetype issue.Where can I find Pharo 6.1 VMs? The only think I likely updated was the

[Pharo-users] Falsehoods programmers believe about Smalltalk

2019-01-20 Thread Hernán Morales Durand
Hi there, I just created a GitHub repo to collect myths around Smalltalk-based technologies: Pharo, Squeak, VW, VAST, Smalltalk/X, GNU/ST, etc. in the spirit of the Falsehoods lists [1-4]. This is just a draft now but please feel free to add falsehoods based on your own experiences. Examples are

Re: [Pharo-users] Transforming objects

2019-01-20 Thread Richard O'Keefe
I note that #become: is not in the ANSI Smalltalk standard (am I the last person in the world to care about that? Probably) and that several of the Smalltalk systems I have on my machine don't support it. In Squeak 5.2, there were 17 references to #become:. Four of those were just testing it. One