[Pharo-users] Image Cleaner no longer useful?

2016-01-25 Thread Maximiliano Tabacman via Pharo-users
--- Begin Message --- Hi, and sorry if this has already been discussed. In Pharo 3, I used to be able to do: ImageCleaner cleanUpForProduction and that would correctly remove a lot of unneeded code in the image when preparing for a productive release.Then I would save the cleaned image, and since

Re: [Pharo-users] Image Cleaner no longer useful?

2016-02-05 Thread Maximiliano Tabacman via Pharo-users
. 2) image size in Pharo5: We have a bug right now that images *never* shrink. This means that if you savean image once with 80MB, even if the GC cleans up, the saved image stays 80MB. We should fix both…. On 25 Jan 2016, at 13:32, Maximiliano Tabacman via Pharo-users wrote: From: Maximiliano

Re: [Pharo-users] Image Cleaner no longer useful?

2016-02-07 Thread Maximiliano Tabacman via Pharo-users
hanks On Friday, February 5, 2016 9:33 AM, Maximiliano Tabacman via Pharo-users wrote: Thanks for the reply Marcus.I just checked, and can confirm that the old process took only 2 minutes and converted a 58,2 MB image (includes Seaside and my web product) into a 26,4 MB production imag

Re: [Pharo-users] Image Cleaner no longer useful?

2016-03-20 Thread Maximiliano Tabacman via Pharo-users
ny help or guidance you may be able to provide on this matter. On Sunday, February 7, 2016 1:10 PM, Maximiliano Tabacman via Pharo-users wrote: I've got some additional details. Using the old VM at: http://files.pharo.org/vm/pharo/win/Pharo-VM-win-stable.zip I downloaded a fr

[Pharo-users] Image freezes on Linux if it was previously saved on Windows

2016-06-25 Thread Maximiliano Tabacman via Pharo-users
--- Begin Message --- Hi. I am not sure if this issue is known, or what files to provide to help fix it.In the latest image (60112, but my guess is that this will happen with all Pharo 6 images) if I download a clean latest image, start Pharo on Windows, save the image, then copy it to a Linux e

Re: [Pharo-users] Image freezes on Linux if it was previously saved on Windows

2016-11-02 Thread Maximiliano Tabacman via Pharo-users
--- Begin Message --- This is the bug entryhttps://pharo.fogbugz.com/f/cases/19272/Image-freezes-on-Linux-if-it-was-previously-saved-on-Windows I reported it as Pharo 6 since it was not happening back when I used Pharo 5, but you could add your case to the bug entry. This is still happening in P

[Pharo-users] Developing on Mac Catalina 10.15

2020-02-15 Thread Maximiliano Tabacman via Pharo-users
--- Begin Message --- Hi. The Pharo application I developed is offered to users in Windows, Linux and macOS based on the three VMs available on the Pharo website.I basically download the VM, add my image and some resources, rename stuff and put a nice icon, and it's ready to be deployed.Now, sin