Re: [Pharo-dev] strange difference between localhost and 127.0.0.1 with a Zinc server on mac

2014-06-13 Thread Ben Coman
Luc Fabresse wrote: Hi, I experiencing a strange difference between localhost and 127.0.0.1. In Pharo I do: (ZnServer startDefaultOn: )     onRequestRespond: [ :request | ZnResponse ok: (ZnEntity text: 'hello') ] In bash: $ lsof -Pi | gr

[Pharo-dev] Failing Tests in Pharo 4.0

2014-06-13 Thread Sean P. DeNigris
In a fresh 4.0 image, I get 10 failures and 11 errors. I guess this is why the monkey is failing validations... What do we do? - Cheers, Sean -- View this message in context: http://forum.world.st/Failing-Tests-in-Pharo-4-0-tp4763069.html Sent from the Pharo Smalltalk Developers mailing lis

Re: [Pharo-dev] strange difference between localhost and 127.0.0.1 with a Zinc server on mac

2014-06-13 Thread Max Leske
Can’t reproduce (OSX 10.9.3). Both curl calls work perfectly for me. Maybe its your curl? Max On 13.06.2014, at 21:32, Luc Fabresse wrote: > Hi, > > I experiencing a strange difference between localhost and 127.0.0.1. > > In Pharo I do: > > (ZnServer startDefaultOn: ) > onRequestRe

Re: [Pharo-dev] issue validation needed

2014-06-13 Thread Max Leske
Tested in 30 and 40 with normal configurations. Somebody who is using FileTree should test Git configurations. Max On 07.06.2014, at 15:50, Esteban Lorenzano wrote: > Hi, > > this is a problem that arises with the ConfigurationOfCog (changed to use > VMMaker.oscog, instead VMMaker-oscog).

[Pharo-dev] strange difference between localhost and 127.0.0.1 with a Zinc server on mac

2014-06-13 Thread Luc Fabresse
Hi, I experiencing a strange difference between localhost and 127.0.0.1. In Pharo I do: (ZnServer startDefaultOn: ) onRequestRespond: [ :request | ZnResponse ok: (ZnEntity text: 'hello') ] In bash: $ lsof -Pi | grep Pharo Pharo 2718 luc7u IPv4 0x1e64a2e9381f409b 0t0 TCP

Re: [Pharo-dev] Improving Pharo By Example

2014-06-13 Thread Gabriel Cotelli
Yes.. I usually remove the previous content before using the zero conf script.. (I'm not using pillar but the basic script don't work if you already have the vm and tries to download it again, at least on my Linux box). Hope it helps On Fri, Jun 13, 2014 at 2:25 PM, kilon alios wrote: > what "

Re: [Pharo-dev] Improving Pharo By Example

2014-06-13 Thread kilon alios
what "clean the directory" mean ? And how I do that ? Do I need to delete the directory and reclone it ? On Fri, Jun 13, 2014 at 7:57 PM, Gabriel Cotelli wrote: > Clean the directory where you're running the script. If some of the files > already exists the zero conf script won't work. > > > On

Re: [Pharo-dev] Improving Pharo By Example

2014-06-13 Thread Gabriel Cotelli
Clean the directory where you're running the script. If some of the files already exists the zero conf script won't work. On Fri, Jun 13, 2014 at 12:14 PM, kilon alios wrote: > thanks Damien that works. > > However running ./update.sh afterwards creates this error > > "2014-06-13 18:07:52 (1,01

Re: [Pharo-dev] Spur Squeak Trunk Image Available

2014-06-13 Thread Eliot Miranda
Hi Esteban, On Fri, Jun 13, 2014 at 6:31 AM, Esteban Lorenzano wrote: > > On 13 Jun 2014, at 06:44, Esteban Lorenzano wrote: > > > On 13 Jun 2014, at 04:29, Eliot Miranda wrote: > > > > On Thu, Jun 12, 2014 at 10:48 PM, stepharo wrote: > >> Thanks eliot. >> As soon as it is available for Pha

Re: [Pharo-dev] PharoVM with latests changes

2014-06-13 Thread Sean P. DeNigris
EstebanLM wrote > So… last days I’ve been working in new versions of the PharoVM based in > latest Eliot sources. Thanks!! - Cheers, Sean -- View this message in context: http://forum.world.st/PharoVM-with-latests-changes-tp4762726p4763000.html Sent from the Pharo Smalltalk Developers mai

Re: [Pharo-dev] Improving Pharo By Example

2014-06-13 Thread kilon alios
thanks Damien that works. However running ./update.sh afterwards creates this error "2014-06-13 18:07:52 (1,01 MB/s) - written to stdout [5311/5311] Downloading the latest pharoVM: http://files.pharo.org/vm/pharo/linux/stable.zip mkdir: cannot create directory ‘pharo-vm’: File exists " is this

Re: [Pharo-dev] [rmod] RMoD interview #4

2014-06-13 Thread Marcus Denker
On 11 Jun 2014, at 17:20, Nicolas Petton wrote: > Hi! > > I just published another interview of my dear colleagues at RMoD. > This time Jean-Baptiste Arnaud was kind enough to play the game! > > http://nicolas-petton.fr/blog/interview-jean-baptiste.html I added it as a news entry to the RMOD

Re: [Pharo-dev] Improving Pharo By Example

2014-06-13 Thread Damien Cassou
On Fri, Jun 13, 2014 at 2:00 PM, kilon alios wrote: > So how I proceed ? the Ubuntu PPA is made for this: sudo add-apt-repository ppa:pharo/stable sudo apt-get update sudo apt-get install pharo-launcher Can't be more simple than that -- Damien Cassou http://damiencassou.seasidehosting.st

Re: [Pharo-dev] Improving Pharo By Example

2014-06-13 Thread Ben Coman
kilon alios wrote: Thanks Ben I tried to install on my new fresh install of UBUNTU 14.04 64 bit and I get all sort of problems.  First download.sh does not like the fact that I try to run it from my secondary internal drive and not the home folder. I get permission denied and

Re: [Pharo-dev] Spur Squeak Trunk Image Available

2014-06-13 Thread Esteban Lorenzano
On 13 Jun 2014, at 06:44, Esteban Lorenzano wrote: > > On 13 Jun 2014, at 04:29, Eliot Miranda wrote: > >> >> >> On Thu, Jun 12, 2014 at 10:48 PM, stepharo wrote: >> Thanks eliot. >> As soon as it is available for Pharo we will try with some large moose >> images. >> >> OK, but just so y

Re: [Pharo-dev] Improving Pharo By Example

2014-06-13 Thread kilon alios
Thanks Ben I tried to install on my new fresh install of UBUNTU 14.04 64 bit and I get all sort of problems. First download.sh does not like the fact that I try to run it from my secondary internal drive and not the home folder. I get permission denied and when I try to turn it to executable , no

Re: [Pharo-dev] Performance for Video Games(Woden Video)

2014-06-13 Thread Alexandre Bergel
This is impressive stuff. I have seen this running, it is smooth like hell. Strange that this feel a bit sluggish in the video. When Ronie demonstrated this to me it was smooth smooth smooth. I am really happy to see this happening. Performance exhibited by OSWindow and Woden are remarkable. I

Re: [Pharo-dev] Performance for Video Games(Woden Video)

2014-06-13 Thread Alexandre Bergel
Currently this only works on Windows and Linux. I will borrow a mac laptop to Ronie to do the port to OSX… Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Jun 13, 2014, at 5:42 AM, Esteb

Re: [Pharo-dev] [Moose-dev] CodeCity and Spec

2014-06-13 Thread Johan Fabry
Hola, AFAIK there are no plans for that. Maybe there is an alternative: there is a Roassal2 adaptor for Spec, Roassal2Spec package, which should now come with Roassal2. It allows you to have any Roassal2 visualization as a Spec ComposableModel. On Jun 13, 2014, at 4:47 AM, Yuriy Tymchuk wrote

Re: [Pharo-dev] Spur Squeak Trunk Image Available

2014-06-13 Thread Esteban Lorenzano
On 13 Jun 2014, at 04:29, Eliot Miranda wrote: > > > On Thu, Jun 12, 2014 at 10:48 PM, stepharo wrote: > Thanks eliot. > As soon as it is available for Pharo we will try with some large moose images. > > OK, but just so you know I'm not going to do the Pharo bootstrap. I hope > someone in

Re: [Pharo-dev] Performance for Video Games(Woden Video)

2014-06-13 Thread Esteban Lorenzano
cool :) using OSWindow and SDL2, I suppose? how can I play with that? cheers, Esteban On 13 Jun 2014, at 00:16, Ronie Salgado wrote: > I am working on making a video game engine in Pharo. Recently added a FPS > counter and recorded some samples: http://youtu.be/-2ida5Q1mbg . > > Lets say I wa

[Pharo-dev] CodeCity and Spec

2014-06-13 Thread Yuriy Tymchuk
Hi all, are there any suggestions for integrating CodeCity into Spec? E.g. using CodeCity visualisation in a view build by Spec. Uko

Re: [Pharo-dev] [website] new news entry: talk NDC Oslo

2014-06-13 Thread Sven Van Caekenberghe
On 13 Jun 2014, at 09:31, Tudor Girba wrote: > If the fonts get much larger, having several panes side-by-side makes things > look ugly and you kind of lose the perspective :(. I think the GTTools take up too much screen space. I know that today we have bigger screens and we should use them,

Re: [Pharo-dev] [website] new news entry: talk NDC Oslo

2014-06-13 Thread Tudor Girba
The room was flat with several monitors around, and people could see well (I tested beforehand). If the fonts get much larger, having several panes side-by-side makes things look ugly and you kind of lose the perspective :(. That is why I am so looking forward for Bloc (so that I can scale things

Re: [Pharo-dev] Spur Squeak Trunk Image Available

2014-06-13 Thread Eliot Miranda
On Thu, Jun 12, 2014 at 10:48 PM, stepharo wrote: > Thanks eliot. > As soon as it is available for Pharo we will try with some large moose > images. > OK, but just so you know I'm not going to do the Pharo bootstrap. I hope someone in your team will have a go. I'm happy to help but I don't kno

Re: [Pharo-dev] Performance for Video Games(Woden Video)

2014-06-13 Thread Clément Bera
This is very good. As Doru said, please show something at Esug. 3D graphics are always very nice to show. 2014-06-13 6:51 GMT+02:00 Tudor Girba : > Very nice! > > Will you be showing some of these at ESUG? > > Doru > > > On Fri, Jun 13, 2014 at 5:16 AM, Ronie Salgado > wrote: > >> I am working

Re: [Pharo-dev] HowToMakeYourOwnTutorial, how to launch my own?

2014-06-13 Thread Serge Stinckwich
On Thu, Jun 12, 2014 at 3:06 PM, Marc-Philippe Huget wrote: > Hello everybody, Hi Marc-Philippe, > I try to do a tutorial for our project and I decided to use ProfStef, so I > follow the instructions as given in HowToMakeYourOwnTutorial, so > * no problem to create a class inheriting from Abstra