[Pharo-dev] [pharo-project/pharo-core] 24c003: 40432

2015-01-07 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: 24c003baa5f3488e676dd9a1534735ca2d39eb7a https://github.com/pharo-project/pharo-core/commit/24c003baa5f3488e676dd9a1534735ca2d39eb7a Author: Jenkins Build Server bo...@pharo-project.org Date:

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

2015-01-07 Thread GitHub
Branch: refs/tags/40432 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] Are there lazy quantifiers in Pharo's Regex implementation ?

2015-01-07 Thread Paul DeBruicker
I can see and use the {1,3} quantifiers but are there lazy quantifiers too? e.g. http://msdn.microsoft.com/en-us/library/3206d374(v=vs.110).aspx It seems like the ? is parsed as a lookahead or as an optional element. Attempting to use it as a lazy quantifier gives an error.

[Pharo-dev] Pharo CI down?

2015-01-07 Thread Max Leske
ci.inria.fr/pharo seems to be down...

Re: [Pharo-dev] Fuel and multiple bytecode set support

2015-01-07 Thread Eliot Miranda
Hi Max, On Jan 7, 2015, at 1:42 PM, Max Leske maxle...@gmail.com wrote: Just to be sure: is the size of the header stil 32 bits? Or is it now 64 bits? Or is it 32 bits for now and will then become 64 bits? If it will become 64 bits anyway, we might aswell store 64 bits right away. That way

Re: [Pharo-dev] [Pharo-fuel] Fuel and multiple bytecode set support

2015-01-07 Thread Max Leske
Issue: https://pharo.fogbugz.com/f/cases/14688/Change-CompiledMethod-header-serialization-to-use-signed-integer Name: SLICE-Issue-14688-Change-CompiledMethod-header-serialization-to-use-signed-integer-MaxLeske.1 Author: MaxLeske Time: 8 January 2015, 7:22:34.50291 am UUID:

Re: [Pharo-dev] [Pharo-fuel] Fuel and multiple bytecode set support

2015-01-07 Thread Max Leske
On 08 Jan 2015, at 07:02, Eliot Miranda eliot.mira...@gmail.com wrote: Hi Max, On Jan 7, 2015, at 1:42 PM, Max Leske maxle...@gmail.com mailto:maxle...@gmail.com wrote: Just to be sure: is the size of the header stil 32 bits? Or is it now 64 bits? Or is it 32 bits for now and will

Re: [Pharo-dev] FogBugsz issue assignment

2015-01-07 Thread Marcus Denker
On 06 Jan 2015, at 15:13, MartinW w...@fastmail.fm wrote: Whenever I reply to an issue or resolve an issue, everybody gets automatically removed from assigned to this issue and I am set as the only one the issue is assigned to. Is this intended? I just entered a new bug

Re: [Pharo-dev] [ Call for participation ] Pharo Days 2015 Project Expo

2015-01-07 Thread horrido
Here is an important project to present at Pharo Days. SRP_at_Pharo_Days.pdf http://forum.world.st/file/n4798256/SRP_at_Pharo_Days.pdf -- View this message in context: http://forum.world.st/Call-for-participation-Pharo-Days-2015-Project-Expo-tp4797984p4798256.html Sent from the Pharo

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

2015-01-07 Thread GitHub
Branch: refs/tags/40433 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] [Pharo-users] Question about loading Roassal2 in Pharo4

2015-01-07 Thread Tudor Girba
I would prefer to have the integration work automatically without any trigger, but I do not know how to fit this in the current Pharo integration process. Doru On Wed, Jan 7, 2015 at 2:54 PM, Marcus Denker marcus.den...@inria.fr wrote: On 07 Jan 2015, at 10:52, Tudor Girba

[Pharo-dev] [pharo-project/pharo-core] b50799: 40433

2015-01-07 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: b5079989b0e81e14c19ce86db191e2614ed738f0 https://github.com/pharo-project/pharo-core/commit/b5079989b0e81e14c19ce86db191e2614ed738f0 Author: Jenkins Build Server bo...@pharo-project.org Date:

Re: [Pharo-dev] Fuel and multiple bytecode set support

2015-01-07 Thread Max Leske
Hi Clément On 30 Dec 2014, at 12:36, Clément Bera bera.clem...@gmail.com wrote: Hello, As some of you may know, Pharo is being enhanced with support for multiple bytecode sets. This will allow to run at the same time compiled methods with 2 different bytecode sets for experimentation

Re: [Pharo-dev] Dark side of variables

2015-01-07 Thread Clément Bera
A class variable is shared between the class, its subclasses, its instances and its subclasses instances. An instance variable of a class is a regular instance variable (can be accessed only by the object holding it, in this case, the class and its subclasses have all an instance variable with

Re: [Pharo-dev] Dark side of variables

2015-01-07 Thread Roberto Minelli
Thank you, Clément! We use instance var on class side is to implement singleton, for example. I’ve never used a class var and I am wondering what is a the most common use of such a variable? Cheers, R On 07 Jan 2015, at 17:57, Clément Bera bera.clem...@gmail.com wrote: A class variable is

Re: [Pharo-dev] SmalltalkHub bugs hangs :-(

2015-01-07 Thread Marcus Denker
On 07 Jan 2015, at 13:15, Sebastian Sastre sebast...@flowingconcept.com wrote: On Dec 1, 2014, at 8:21 AM, Hilaire hila...@drgeo.eu mailto:hila...@drgeo.eu wrote: With git, don't you lost the capability to browse the history of changes in your code? Hilaire The history mechanism

Re: [Pharo-dev] Dark side of variables

2015-01-07 Thread Marcus Denker
On 07 Jan 2015, at 14:06, Roberto Minelli roberto.mine...@usi.ch wrote: Thank you, Clément! We use instance var on class side is to implement singleton, for example. I’ve never used a class var and I am wondering what is a the most common use of such a variable? Singletons where you

Re: [Pharo-dev] [ANN] WKHTML2PDF for Pharo

2015-01-07 Thread H. Hirzel
wkhtmltopdf runs fine on Linux; I have not tested it with Pharo though. Can anybody confirm that it works with Pharo on Linux? --Hannes On 12/20/14, Torsten Bergmann asta...@gmx.de wrote: Very interesting (especially for when we do have lots of tables and colors, which I do happen to have a

[Pharo-dev] Dark side of variables

2015-01-07 Thread Roberto Minelli
Hi guys, Can anyone please quickly explain to me the difference between (1) an instance variable defined on the class side and (2) a class variable defined on the instance side? Thanks a lot! Cheers, Roberto

Re: [Pharo-dev] SmalltalkHub bugs hangs :-(

2015-01-07 Thread Sebastian Sastre
On Dec 1, 2014, at 8:21 AM, Hilaire hila...@drgeo.eu wrote: With git, don't you lost the capability to browse the history of changes in your code? Hilaire Some IDEs like WebStorm can should you history based on the git repo commit history. But for us is more theoretical than practical

Re: [Pharo-dev] [ Call for participation ] Pharo Days 2015 Project Expo

2015-01-07 Thread Sven Van Caekenberghe
Here is another one: memcached-poster.pdf Description: Adobe PDF document On 06 Jan 2015, at 22:18, Torsten Bergmann asta...@gmx.de wrote: The idea is that authors, maintainers, supporters or even users create a single poster style A4 page highlighting one framework or library. Describe