Re: [Pharo-dev] Pharo 3 - Nautilus bug ?

2014-02-17 Thread jannik laval
Ok, thank you Nicolai. Jannik 2014-02-16 23:01 GMT+01:00 Nicolai Hess nicolaih...@web.de: On Sun Feb 16 22:26:08 2014 jannik laval jannik.la...@gmail.com wrote: When browsing class extensions, when I have an extension in instance side and an extension in class side, this class appears 2

Re: [Pharo-dev] What is wrong with Settings Browser ?

2014-02-17 Thread jannik laval
Thank you guys, Jannik 2014-02-17 8:34 GMT+01:00 Tudor Girba tu...@tudorgirba.com: Thanks. Doru On Mon, Feb 17, 2014 at 8:23 AM, nicolaih...@googlemail.com nicolaih...@web.de wrote: On Mon Feb 17 07:18:18 2014 Tudor Girba tu...@tudorgirba.com wrote: Hi, No need to guess :).

[Pharo-dev] CMS status

2014-02-17 Thread Yuriy Tymchuk
Hi guys, this weekend I was unlucky enough to work with WordPress and all it’s shitty php. Now obvious question is what is the status of Pharo-based CMSes and how they can be hosted. Right now I’m looking for a free solution. Yes, I know that developers also want to eat, but, usually people

Re: [Pharo-dev] Connection closed while waiting for data in bootstrapped image

2014-02-17 Thread Guillermo Polito
ExternalSemaphores table may be not well initialized? I can help having a look this afternoon :) On Mon, Feb 17, 2014 at 11:11 AM, Sven Van Caekenberghe s...@stfx.euwrote: Hi Pavel, I just tried on a machine of mine. I changed testNetwork.st to Transcript show: (ZnClient new

Re: [Pharo-dev] CMS status

2014-02-17 Thread Norbert Hartl
Am 17.02.2014 um 11:17 schrieb Sven Van Caekenberghe s...@stfx.eu: Phil, On 17 Feb 2014, at 10:13, p...@highoctane.be wrote: 2- Process vs on-request PHP-based solutions mostly have the request-apache-mod_php-scripts-db and back roundtrip. When there is no client, there is no CPU, no

Re: [Pharo-dev] Connection closed while waiting for data in bootstrapped image

2014-02-17 Thread Guillermo Polito
On Mon, Feb 17, 2014 at 11:22 AM, Sven Van Caekenberghe s...@stfx.euwrote: On 17 Feb 2014, at 11:18, Guillermo Polito guillermopol...@gmail.com wrote: ExternalSemaphores table may be not well initialized? I can help having a look this afternoon :) Spoken like someone who has seen a fair

Re: [Pharo-dev] Package for manage USB - RS232

2014-02-17 Thread Dario Trussardi
Ciao, Hi, I'm also interested by an answer to that question. So far, what I have as status is: you need a plugin to handle communications with the serial port (either for direct RS232 or USB-to-Serial) and compiling the serial port plugin with the Pharo VM makes it unstable. I dont

Re: [Pharo-dev] Package for manage USB - RS232

2014-02-17 Thread Sven Van Caekenberghe
You should #close the port when you are done, else it remains in use, I would guess. Also, why do you #close before you start, seems strange to me ? On 17 Feb 2014, at 12:05, Dario Trussardi dario.trussa...@tiscali.it wrote: Ciao, Hi, I'm also interested by an answer to that question.

Re: [Pharo-dev] Package for manage USB - RS232

2014-02-17 Thread Dario Trussardi
Thanks Sven, You should #close the port when you are done, else it remains in use, I would guess. Of course, i used : | srl | srl := SerialPort new. srl openPort: 'COM1'. srl nextPutAll: #[ 27 66 2 2 ] . srl close. But

Re: [Pharo-dev] Package for manage USB - RS232

2014-02-17 Thread Sven Van Caekenberghe
Dario, On 17 Feb 2014, at 12:55, Dario Trussardi dario.trussa...@tiscali.it wrote: Thanks Sven, You should #close the port when you are done, else it remains in use, I would guess. Of course, i used : | srl | srl := SerialPort new. srl openPort: 'COM1'.

Re: [Pharo-dev] NB and ASMJit questions

2014-02-17 Thread Igor Stasenko
On 16 February 2014 23:37, Torsten Bergmann asta...@gmx.de wrote: Hi, I'm trying to mimic the following C/C++ example in NativeBoots to allow random number generation on windows: https://gist.github.com/kbjorklu/6317361 When I combine the flags in Pharo using | in the same way like in

Re: [Pharo-dev] NB and ASMJit questions

2014-02-17 Thread Igor Stasenko
Other solution, is to change NBFFIConst and be more forgiving about constants range (so if it sees large positive integer which don't fits into 32-bit signed integer range, assume it is unsigned 32-but integer and use proper immediate type during code generation). I know this could be 'least

[Pharo-dev] [pharo-project/pharo-core]

2014-02-17 Thread GitHub
Branch: refs/tags/30765 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] d26359: 30765

2014-02-17 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: d26359d3c56eb14e6e532af0e60814f7a6ac2b18 https://github.com/pharo-project/pharo-core/commit/d26359d3c56eb14e6e532af0e60814f7a6ac2b18 Author: Jenkins Build Server bo...@pharo-project.org Date:

Re: [Pharo-dev] WhatsUp from: 2014-02-17 until: 2014-02-28

2014-02-17 Thread Max Leske
On 17.02.2014, at 07:00, seas...@rmod.lille.inria.fr wrote: Hi! We're sending this automatic email twice a month, to give the community an opportunity to easily know what's happening and to coordinate efforts. Just answer informally, and feel free to spawn discussions thereafter! ###

Re: [Pharo-dev] Package for manage USB - RS232

2014-02-17 Thread btc
Try adding (Smalltalk garbageCollect) after the #close. Now a question of my own for the list. Why does it seem common to do three #garbageCollects in a row. cheers -ben Sven Van Caekenberghe wrote: Dario, On 17 Feb 2014, at 12:55, Dario Trussardi dario.trussa...@tiscali.it wrote:

Re: [Pharo-dev] WhatsUp from: 2014-02-17 until: 2014-02-28

2014-02-17 Thread Stefan Marr
Hi: On 17 Feb 2014, at 07:00, seas...@rmod.lille.inria.fr wrote: ### Here's what I've been up to since the last WhatsUp: - got StackInterpreterSimulator running in Pharo3 - there are remaining issues with the BallonEngine simulation, but according to Eliot, you can just ignore the failing

Re: [Pharo-dev] WhatsUp from: 2014-02-17 until: 2014-02-28

2014-02-17 Thread Goubier Thierry
Le 17/02/2014 07:00, seas...@rmod.lille.inria.fr a écrit : Hi! We're sending this automatic email twice a month, to give the community an opportunity to easily know what's happening and to coordinate efforts. Just answer informally, and feel free to spawn discussions thereafter! ### Here's

Re: [Pharo-dev] Package for manage USB - RS232

2014-02-17 Thread Dario Trussardi
Ciao, Try adding (Smalltalk garbageCollect) after the #close. I add it, but after the SerialPort allInstances return an array with aSerialPort. Strange it's close. I found what generate the problem it's in the openPort: method.

[Pharo-dev] [pharo-project/pharo-core] da9e07: 30766

2014-02-17 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: da9e07d261c6f929e2d445d002c373e8aeead839 https://github.com/pharo-project/pharo-core/commit/da9e07d261c6f929e2d445d002c373e8aeead839 Author: Jenkins Build Server bo...@pharo-project.org Date:

[Pharo-dev] [pharo-project/pharo-core]

2014-02-17 Thread GitHub
Branch: refs/tags/30766 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] WhatsUp from: 2014-02-17 until: 2014-02-28

2014-02-17 Thread btc
seas...@rmod.lille.inria.fr wrote: Hi! We're sending this automatic email twice a month, to give the community an opportunity to easily know what's happening and to coordinate efforts. Just answer informally, and feel free to spawn discussions thereafter! ### Here's what I've been up to

[Pharo-dev] Problems using old style keys in 3.0

2014-02-17 Thread Norbert Hartl
I just enabled old style keys in the settings browser. After that I opened a new system browser. I could not open a class search via cmd-f but with cmd-f + cmd-c. The menu displays only ‚f' as hotkey. Can anyone confirm this? Norbert

Re: [Pharo-dev] Package for manage USB - RS232

2014-02-17 Thread Dario Trussardi
Some consideration: in any case the SerialPort after the first opendon't close right the connection. ( and raise the problem as in my last email. ) From other program i can't manage the RS232 device until i close the Pharo image, even if all SerialPort

Re: [Pharo-dev] fuel on pharo 3

2014-02-17 Thread Max Leske
Sebastian, I dug up this post by accident, but: did you run into errors? Or why did you think that Fuel didn’t get loaded? Cheers, Max On 04.01.2014, at 14:30, Sebastian Sastre sebast...@flowingconcept.com wrote: cool thanks On Jan 4, 2014, at 11:23 AM, Sebastian Sastre

Re: [Pharo-dev] fuel on pharo 3

2014-02-17 Thread Esteban Lorenzano
because it is already there, probably :) On 17 Feb 2014, at 20:55, Max Leske maxle...@gmail.com wrote: Sebastian, I dug up this post by accident, but: did you run into errors? Or why did you think that Fuel didn’t get loaded? Cheers, Max On 04.01.2014, at 14:30, Sebastian Sastre

Re: [Pharo-dev] Update Fuel documentation

2014-02-17 Thread Max Leske
And in regard to this first e-mail: On 01.11.2013, at 21:37, Nicolas Cellier nicolas.cellier.aka.n...@gmail.com wrote: This page http://rmod.lille.inria.fr/web/pier/software/Fuel/Version1.9/Documentation/Installation has obsolete information, at least for Squeak installation. I’ve run

Re: [Pharo-dev] fuel on pharo 3

2014-02-17 Thread Max Leske
oops, wanted to send it directly… On 17.02.2014, at 21:01, Esteban Lorenzano esteba...@gmail.com wrote: because it is already there, probably :) Yeah, that’s what I think but I want to be sure :) On 17 Feb 2014, at 20:55, Max Leske maxle...@gmail.com wrote: Sebastian, I dug up this

[Pharo-dev] XMLParser does not close input stream

2014-02-17 Thread paolo.bernardi...@gmail.com
hi, after parsing the input stream is left open, so Dia can't save the next version of my toy-designs. added streamReader stream close. at the end of XMLParserTokenizernextEndDocument this made Dia (and me) happy. cheers

[Pharo-dev] unloading a module used by NativeBoost

2014-02-17 Thread paolo.bernardi...@gmail.com
hi all, I need to find out a way for unloading a module previously loaded by NativeBoost. Smalltalk vm unload:'mylib.dll' works perfectly, but NB does not like it, How to ask NB to unload a module, or: how to tell NB that one module has been unloaded? thanks

[Pharo-dev] installing opendbx for postgres on mac

2014-02-17 Thread Tudor Girba
Hi, After successfully getting DBXTalk to work with Oracle on Windows, I would like to try to use it with Postgres on Mac. However, I have difficulties in obtaining the binaries for OpenDBX for Mac (Mountain Lion). Does any of you know how to do this? Cheers, Doru -- www.tudorgirba.com

Re: [Pharo-dev] WhatsUp from: 2014-02-17 until: 2014-02-28

2014-02-17 Thread Tudor Girba
### Here's what I've been up to since the last WhatsUp: - $HEROIC_ACHIEVEMENTS_OR_DISMAL_FAILURES_OR_SIMPLE_BORING_NECESSARY_TASKS Worked on the GTPlayground to replace the concept of the workspace by integrating it with the inspector. You can see it in action here:

Re: [Pharo-dev] installing opendbx for postgres on mac

2014-02-17 Thread Sven Van Caekenberghe
Doru, I know this doesn't answer your question, but did you also try the native PostgreSQL driver, which should work unmodified without plugins or libraries on all platforms ? Sven PS: I never tried the DBX ones ;-) On 18 Feb 2014, at 07:33, Tudor Girba tu...@tudorgirba.com wrote: Hi,