Re: [Pharo-users] PharoJS

2017-06-26 Thread Stephane Ducasse
Excellent but it may take some time. You can probably use the 32 bit version to start porting. On Mon, Jun 26, 2017 at 10:16 PM, askoh wrote: > Stef: > > I hear you. I am waiting for Pharo 64bit on Windows to start porting some of > my work from VisualWorks 64bit. > > All the best, > Aik-Siong >

Re: [Pharo-users] PharoJS

2017-06-26 Thread askoh
Offray: Diversity is good. But we can get too much of a good thing. For example, I see merit in VisualWorks Appex where Smalltalk and JavaScript are both managed within the System Browser. Additionally, changes to JavaScript made in the Internet browser are picked up by VisualWorks. Now, Appex al

Re: [Pharo-users] PharoJS

2017-06-26 Thread askoh
Stef: I hear you. I am waiting for Pharo 64bit on Windows to start porting some of my work from VisualWorks 64bit. All the best, Aik-Siong -- View this message in context: http://forum.world.st/Re-PharoJS-tp4952267p4952642.html Sent from the Pharo Smalltalk Users mailing list archive at Nabbl

Re: [Pharo-users] Pharo6 bootstrap how to

2017-06-26 Thread Hilaire
Do you have a page explaining the process so people can try out? Hilaire Le 26/06/2017 à 16:29, Pavel Krivanek a écrit : > You need to do it manually. You should probably start with own copy of > BaselineOfIDE and then try to remove packages you don't need. You should > do it slowly and check if

Re: [Pharo-users] Pharo6 bootstrap how to

2017-06-26 Thread Tim Mackinnon
This is very interesting… what would you need in that image to use the remote debugging demo’d at Pharo Days 2017 - as I’m assuming for a server environment with a web-app, you could have a lean core image and then remotely attach to it to understand what was going on? With enough infrastructure

[Pharo-users] Some XMLParser DOM tests are red in Pharo 60

2017-06-26 Thread Stephane Ducasse
Hi all I'm taking Soup as an experiment to migrate to github.com Now I saw that some of the XMLParser DOM are red. Is it something known? Stef

[Pharo-users] Problems downloading windows version

2017-06-26 Thread Vitor Medina Cruz
Hello, I am trying to download the windows version of Pharo 6 but the download fails. The other distros work fine. cheers, Vitor

[Pharo-users] [ANN] Dates Pharo Sprints

2017-06-26 Thread Marcus Denker
Hi, I have added Events for all the next Pharo Sprint Dates in the Events page: https://association.pharo.org/events There is one for each month with the exception of August (holidays, ESUG the week after). Marcus

Re: [Pharo-users] Pharo6 bootstrap how to

2017-06-26 Thread Pavel Krivanek
You need to do it manually. You should probably start with own copy of BaselineOfIDE and then try to remove packages you don't need. You should do it slowly and check if you are still able to generate a working image. -- Pavel 2017-06-26 16:09 GMT+02:00 Hilaire : > So in pratical term, how do yo

Re: [Pharo-users] Pharo6 bootstrap how to

2017-06-26 Thread Hilaire
So in pratical term, how do you create a baseline? Hilaire Le 26/06/2017 à 15:43, Pavel Krivanek a écrit : > We have the BaselineOfBasicTools that is something in the middle. It > already contains Workspace and Nautilus (but not GTPlayground). > BaselineOfIDE corresponds to the standard Pharo dis

Re: [Pharo-users] Pharo6 bootstrap how to

2017-06-26 Thread Pavel Krivanek
2017-06-26 15:35 GMT+02:00 Hilaire : > Hi Pavel, > > Are your suggesting I should be using a pre-built image with minimal > requirement? : > > One for UI only : BaselineOfUi ? > > One for IDE tools: BaselineOfIDE. ? > > > In Dr. Geo to write script, one need at least access to a playground and > a

Re: [Pharo-users] Pharo6 bootstrap how to

2017-06-26 Thread Hilaire
Hi Pavel, Are your suggesting I should be using a pre-built image with minimal requirement? : One for UI only : BaselineOfUi ? One for IDE tools: BaselineOfIDE. ? In Dr. Geo to write script, one need at least access to a playground and a class browser. Which of this image should be used then?

Re: [Pharo-users] Pharo6 bootstrap how to

2017-06-26 Thread Alistair Grant
Hi Pavel & Esteban, Thanks very much for your replies. What I wanted to do was to replace the line: ./vm/pharo Pharo.image eval --save "Metacello new baseline: 'IDE';repository: 'filetree://../src'; load" with one that would keep the repository associated in Iceberg. Of course, since this is