Re: [Pharo-project] Gettext in Pharo2.0

2013-04-02 Thread Johan Brichau
I propose to make a Gettext repository on smalltalkhub. We can move Gettext and its Seaside extension there. If you want to include it in the release (which would be great), we need to factor out some code because there is an overlap with System-Internationalization. Hilaire, if you are fine

[Pharo-project] NativeBoost problems on Linux

2013-04-02 Thread Jimmie Houchin
Hello, I am having problems with code interfacing a C library on Ubuntu 12.10 32bit. I loaded my code into a clean Pharo 2.0 install. My code works perfectly when run on Windows 7. The Linux libraries work perfectly when running the demo C apps which come with the library. "I create the obj

Re: [Pharo-project] Gettext in Pharo2.0

2013-04-02 Thread Hilaire Fernandes
Le 02/04/2013 18:33, Paul DeBruicker a écrit : > I think Gettext should be in its own place, and I don't think there is one > for it yet. I think Gettext that worked in 1.3 also doesn't work in Pharo > 1.4, which I could look at fixing. Or if it does work in 1.4 let me know > how to load it. T

Re: [Pharo-project] Gettext in Pharo2.0

2013-04-02 Thread Marcus Denker
On Apr 2, 2013, at 6:34 PM, Paul DeBruicker wrote: > Johan Brichau-2 wrote >> Hi, >> >> Loading Gettext into Pharo2.0 crashes badly (system locks up, eventually >> an emergency debugger appears). >> The reason is the class initialization of NaturalLanguageTranslator: >> >> Smalltalk addTo

Re: [Pharo-project] Gettext in Pharo2.0

2013-04-02 Thread Paul DeBruicker
Johan Brichau-2 wrote > Hi, > > Loading Gettext into Pharo2.0 crashes badly (system locks up, eventually > an emergency debugger appears). > The reason is the class initialization of NaturalLanguageTranslator: > > Smalltalk addToStartUpList: NaturalLanguageTranslator after: > FileDirectory.

[Pharo-project] Gettext in Pharo2.0

2013-04-02 Thread Johan Brichau
Hi, Loading Gettext into Pharo2.0 crashes badly (system locks up, eventually an emergency debugger appears). The reason is the class initialization of NaturalLanguageTranslator: Smalltalk addToStartUpList: NaturalLanguageTranslator after: FileDirectory. Because the class FileDirectory

Re: [Pharo-project] [Pharo-users] SLOC in Smalltalk

2013-04-02 Thread Marcus Denker
On Apr 2, 2013, at 4:54 AM, Hernán Morales Durand wrote: > Hi Janko. Thanks for your useful package. > > Apparently there is some issue with #linesOfCode. The dummy expression below > return 5 instead of 4 in Pharo 1.4 and 2 because is counting the > autogenerated 'DoIt' selector. > > (Unde

Re: [Pharo-project] new Pharo 2.0 version

2013-04-02 Thread Esteban Lorenzano
it is semantics. is the release, but is 2.0.596... why? because mark the version as 2.0.1 would be horrible pain (yep, it is a hand made process)... so, for now, we are ok like that :) Esteban On Apr 2, 2013, at 3:10 PM, Ben Coman wrote: > Esteban Lorenzano wrote: >> Hi, >> >> I made some c

Re: [Pharo-project] new Pharo 2.0 version

2013-04-02 Thread Ben Coman
Esteban Lorenzano wrote: Hi, I made some changes in the Pharo 2.0 release (can be called 2.0.1, but well... it is 2.0.596. in fact :) 1) Nautilus keybindings settings are now the old ones by default (asked by Stef) 2) Backported the fix that prevents that load FFI crashes image (thanks to G

Re: [Pharo-project] How to define a ConfigurationOf with a #development version that depends on a baseline?

2013-04-02 Thread Tobias Pape
Am 02.04.2013 um 13:15 schrieb Damien Cassou : > http://stackoverflow.com/questions/15762706/how-to-define-a-configurationof-with-a-development-version-that-depends-on-a-ba http://stackoverflow.com/a/15763244/1197440

[Pharo-project] new Pharo 2.0 version

2013-04-02 Thread Esteban Lorenzano
Hi, I made some changes in the Pharo 2.0 release (can be called 2.0.1, but well... it is 2.0.596. in fact :) 1) Nautilus keybindings settings are now the old ones by default (asked by Stef) 2) Backported the fix that prevents that load FFI crashes image (thanks to Guille) 3) Backported the pl

[Pharo-project] How to define a ConfigurationOf with a #development version that depends on a baseline?

2013-04-02 Thread Damien Cassou
http://stackoverflow.com/questions/15762706/how-to-define-a-configurationof-with-a-development-version-that-depends-on-a-ba -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill

[Pharo-project] [update 2.0] #20596

2013-04-02 Thread Esteban Lorenzano
20596 - Prepared for updated release (yep, Stef asked for some special changes... and since he is the boss... :) Esteban

Re: [Pharo-project] Pharo Conference Videos

2013-04-02 Thread dimitris chloupis
"Well, we're taping, so they should appear online somewhere :)" Ah thats great news indeed, thank you, cant wait to watch them :)

Re: [Pharo-project] Pharon Conference Videos

2013-04-02 Thread Max Leske
Well, we're taping, so they should appear online somewhere :) On 02.04.2013, at 12:08, dimitris chloupis wrote: > Is there any plan to upload videos of the pharo conference ? would love to > watch them.

[Pharo-project] Pharon Conference Videos

2013-04-02 Thread dimitris chloupis
Is there any plan to upload videos of the pharo conference ? would love to watch them.

Re: [Pharo-project] [3.0] CI build is broken

2013-04-02 Thread Camillo Bruni
Yes I just haven't fully announced it yet ;) since I only programmed them this saturday and was waiting for the pharo conf ;) But I will deprecate it with a warning message in it tomorrow or so. And then people should rename their scripts. On 2013-04-02, at 11:58, Norbert Hartl wrote: > Well,

Re: [Pharo-project] [3.0] CI build is broken

2013-04-02 Thread Camillo Bruni
On 2013-04-02, at 11:24, Esteban Lorenzano wrote: > Hi Norbert, > > the vm-ui.sh script is deprecated (yep, Camillo already deprecated something, > even if it is brand new). > > now the valid scripts are > > "pharo" and "pharo-ui" with the same contents ;) > Esteban > > On Apr 2, 2013,

Re: [Pharo-project] [3.0] CI build is broken

2013-04-02 Thread Norbert Hartl
Well, I would say a mv vm-ui.sh pharo-ui would do a good job to get out of deprecation. Honestly if the scripts are deprecated just take them out of the download. I don't know why to leave them there because it is confusing. Norbert Am 02.04.2013 um 11:24 schrieb Esteban Lorenzano : > Hi No

Re: [Pharo-project] [3.0] CI build is broken

2013-04-02 Thread Camillo Bruni
On 2013-04-02, at 10:38, Norbert Hartl wrote: > Very good Cami. I have two remarks. If it should be short I think that > > curl -sL get.pharo.org | bash > > is shorter than > > wget --quiet -O - get.pharo.org | bash yes definitely! though it seems that I cannot properly install curl under

[Pharo-project] [update 2.0] #20595

2013-04-02 Thread Esteban Lorenzano
20595 - 10196 Change shortcuts default settings of 2.0 to the traditional ones UI: Misc | Milestone: Pharo2.0 https://pharo.fogbugz.com/f/cases/10196 10195 Replace ugly Keymappings API on:do: https://pharo.fogbugz.com/f/cases/10195 10194 Backport to 2.0: speci

Re: [Pharo-project] [3.0] CI build is broken

2013-04-02 Thread Sven Van Caekenberghe
On 02 Apr 2013, at 11:19, Tudor Girba wrote: > We are. Thx! > Doru > > > On Apr 2, 2013, at 11:14 AM, Sven Van Caekenberghe wrote: > >> >> On 02 Apr 2013, at 11:12, Tudor Girba wrote: >> >>> You should see the demo live. It's so ... how should I put it ... sexy :) >> >> Yes, I wish I w

Re: [Pharo-project] [3.0] CI build is broken

2013-04-02 Thread Esteban Lorenzano
Hi Norbert, the vm-ui.sh script is deprecated (yep, Camillo already deprecated something, even if it is brand new). now the valid scripts are "pharo" and "pharo-ui" :) Esteban On Apr 2, 2013, at 11:17 AM, Norbert Hartl wrote: > Another attempt. > > Norbert > > > > Am 02.04.2013 um 1

Re: [Pharo-project] [3.0] CI build is broken

2013-04-02 Thread Tudor Girba
We are. Doru On Apr 2, 2013, at 11:14 AM, Sven Van Caekenberghe wrote: > > On 02 Apr 2013, at 11:12, Tudor Girba wrote: > >> You should see the demo live. It's so ... how should I put it ... sexy :) > > Yes, I wish I was there - hope you are recording ... > >> Doru >> >> On Apr 2, 2013,

Re: [Pharo-project] [3.0] CI build is broken

2013-04-02 Thread Norbert Hartl
Another attempt. Norbert vm-ui.sh Description: Binary data Am 02.04.2013 um 10:43 schrieb Norbert Hartl : > Ah, rats, didn't think it through. It only works for commandline switches > that do not have an argument itself. Sad and sorry! > > Norbert > > Am 02.04.2013 um 10:38 schrieb Norbe

Re: [Pharo-project] [3.0] CI build is broken

2013-04-02 Thread Sven Van Caekenberghe
On 02 Apr 2013, at 11:12, Tudor Girba wrote: > You should see the demo live. It's so ... how should I put it ... sexy :) Yes, I wish I was there - hope you are recording ... > Doru > > On Apr 2, 2013, at 10:43 AM, Sven Van Caekenberghe wrote: > >> On 02 Apr 2013, at 09:15, Camillo Bruni wr

Re: [Pharo-project] [3.0] CI build is broken

2013-04-02 Thread Tudor Girba
You should see the demo live. It's so ... how should I put it ... sexy :) Doru On Apr 2, 2013, at 10:43 AM, Sven Van Caekenberghe wrote: > > On 02 Apr 2013, at 09:15, Camillo Bruni wrote: > >> we're back up, shinier than ever ;) >> >> check http://get.pharo.org ;) > > Beautiful and simple

[Pharo-project] #pharoconf has started

2013-04-02 Thread Tudor Girba
You can follow it at: https://twitter.com/search?q=%23pharoconf&src=hash Cheers, Doru -- www.tudorgirba.com "To utilize feedback, you first have to acquire it."

Re: [Pharo-project] [3.0] CI build is broken

2013-04-02 Thread Sven Van Caekenberghe
On 02 Apr 2013, at 09:15, Camillo Bruni wrote: > we're back up, shinier than ever ;) > > check http://get.pharo.org ;) Beautiful and simple, the mark of a true master. Cool HTML/bash hack ;-) Sven

Re: [Pharo-project] [3.0] CI build is broken

2013-04-02 Thread Norbert Hartl
Ah, rats, didn't think it through. It only works for commandline switches that do not have an argument itself. Sad and sorry! Norbert Am 02.04.2013 um 10:38 schrieb Norbert Hartl : > Very good Cami. I have two remarks. If it should be short I think that > > curl -sL get.pharo.org | bash > >

Re: [Pharo-project] [3.0] CI build is broken

2013-04-02 Thread Norbert Hartl
Very good Cami. I have two remarks. If it should be short I think that curl -sL get.pharo.org | bash is shorter than wget --quiet -O - get.pharo.org | bash If I see it correct the script is used for CI but as there is a get.pharo.org host I assume it is supposed to be an easy entry point for

Re: [Pharo-project] [Pharo-users] SLOC in Smalltalk

2013-04-02 Thread Hernán Morales Durand
Janko, As far as I can see the CompiledMethod>>linesOfCode belongs to Kernel-System of Pharo. I think it would be better to have it patched in the system if people agrees. Maybe can I have access to report a bug/issue? Cheers, Hernán El 02/04/2013 4:52, Janko Mivšek escribió: Hernán, It wou

Re: [Pharo-project] [Pharo-users] SLOC in Smalltalk

2013-04-02 Thread Janko Mivšek
Hernán, It would be nice if you patch the WebCodeStats by yourself. I just set a read-write access to the http://www.squeaksource.com/WebCodeStats.html. Best regards Janko Dne 02. 04. 2013 04:54, piše Hernán Morales Durand: > Hi Janko. Thanks for your useful package. > > Apparently there is som

Re: [Pharo-project] [3.0] CI build is broken

2013-04-02 Thread Camillo Bruni
we're back up, shinier than ever ;) check http://get.pharo.org ;) now you can use: wget --quiet -O - get.pharo.org | bash for the current stable release of Pharo and the PharoVM. On 2013-04-01, at 22:52, Tudor Girba wrote: > No stress. In the worst case you can fix it tomorrow during t