Re: [Pharo-project] [COTDC] 30 - StepMessage

2011-03-14 Thread laurent laffont
This sounds right ? Laurent On Sun, Mar 13, 2011 at 8:42 PM, laurent laffont laurent.laff...@gmail.comwrote: Not sure, but try: I'm a MorphicAlarm to force the step of the receiver at a #stepTime period. See WordStaterunLocalStepMethodsIn: Laurent. On Fri, Mar 11, 2011 at 7:14 PM,

Re: [Pharo-project] [COTDC] 30 - StepMessage

2011-03-14 Thread Guillermo Polito
I would say that it configures the step, not force. The one who forces this message send is WorldState :). On Mon, Mar 14, 2011 at 3:30 AM, laurent laffont laurent.laff...@gmail.comwrote: This sounds right ? Laurent On Sun, Mar 13, 2011 at 8:42 PM, laurent laffont

Re: [Pharo-project] PBenchmark as a general framework for benchmarking in Smalltalk (commit access)

2011-03-14 Thread Mariano Martinez Peck
On Sun, Mar 13, 2011 at 11:30 PM, Stefan Marr ph...@stefan-marr.de wrote: Hi: For the others, I am currently adapting the benchmarking infrastructure used for Pinocchio to be a bit more general, and enable me to integrate our RoarVM benchmarking tools. The goal is to have a framework that

Re: [Pharo-project] PBenchmark as a general framework for benchmarking in Smalltalk (commit access)

2011-03-14 Thread Toon Verwaest
On 03/13/2011 11:30 PM, Stefan Marr wrote: Hi: For the others, I am currently adapting the benchmarking infrastructure used for Pinocchio to be a bit more general, and enable me to integrate our RoarVM benchmarking tools. The goal is to have a framework that allows all kind of benchmarking,

Re: [Pharo-project] can we add a StackVM for MacOS in Hudson?

2011-03-14 Thread Marcus Denker
On Mar 13, 2011, at 11:07 PM, Mariano Martinez Peck wrote: I saw there is for UNIX, but not for Mac OS. We will add that (it's already on the TODO). -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.

Re: [Pharo-project] can we add a StackVM for MacOS in Hudson?

2011-03-14 Thread Mariano Martinez Peck
thanks Marcus On Mon, Mar 14, 2011 at 9:54 AM, Marcus Denker marcus.den...@inria.frwrote: On Mar 13, 2011, at 11:07 PM, Mariano Martinez Peck wrote: I saw there is for UNIX, but not for Mac OS. We will add that (it's already on the TODO). -- Marcus Denker --

Re: [Pharo-project] PBenchmark as a general framework for benchmarking in Smalltalk (commit access)

2011-03-14 Thread Stefan Marr
Hi: On 14 Mar 2011, at 09:36, Mariano Martinez Peck wrote: Hi Stef. I would love this. Not only to see how successful an optimization was, but also, how much overhead your solution has ;) Just in case you are talking to me, it is Stefan, not Stef... Yes, please. Did you consider the

[Pharo-project] Issue 3816 in pharo: Time millisecondClockValue wraps around way too quickly

2011-03-14 Thread pharo
Status: New Owner: New issue 3816 by sven.van...@gmail.com: Time millisecondClockValue wraps around way too quickly http://code.google.com/p/pharo/issues/detail?id=3816 Time millisecondClockValue seems to wrap around way too soon. It is used for example by Seaside to track uptime. I

Re: [Pharo-project] PBenchmark as a general framework for benchmarking in Smalltalk (commit access)

2011-03-14 Thread Stefan Marr
Hi Toon: On 14 Mar 2011, at 09:52, Toon Verwaest wrote: Since the general idea is to write benchmarks like unit tests, how about 'SMark'/'SBench' instead of 'SUnit'? And he immediately calls it after himself! Stefanmarrk ;) Rather farfetched no? :-P The SMark was inspired by names like

[Pharo-project] Off Topic: top-level .st domain

2011-03-14 Thread Geert Claes
It is a bit off topic, but I thought it's some interesting info to share anyway. I only just now discovered that the company that manages the top-level domain .st for Säo Tome' and Principe at www.nic.st (e.g. world.st and seaside.st) is the same company (i.e. Bahnhof AB; www.bahnhof.net) that

Re: [Pharo-project] Seaside305 in Squeak 4.2

2011-03-14 Thread Torsten Bergmann
Lukas wrote: I have a nicely working version of OB with RB, Shout and eCompletion for Pharo 1.2. Just add http://source.lukas-renggli.ch/pharo12 So you forked again and I wonder why? Because we don't have write access to Lukas' repository, and his changes arrived on february. We

Re: [Pharo-project] Issue 3806 in pharo: Durationhours is broken

2011-03-14 Thread Brent Pinkney
Steps to reproduce: 1. self assert: 2 days hours = 48 2. do 3. it it will fail It's a bug because of what is said in the comment. But please don't even think in fixing it by changing the comment. Even a toddler would expect to see 48 hours in a duration of two days. Hi, I am

Re: [Pharo-project] Issue 3815 in pharo: Filing in Class comments raises an error

2011-03-14 Thread pharo
Updates: Status: Closed Comment #9 on issue 3815 by stephane...@gmail.com: Filing in Class comments raises an error http://code.google.com/p/pharo/issues/detail?id=3815 in 13086

Re: [Pharo-project] Issue 3814 in pharo: Weak announcements refinement

2011-03-14 Thread pharo
Comment #6 on issue 3814 by stephane...@gmail.com: Weak announcements refinement http://code.google.com/p/pharo/issues/detail?id=3814 In 13086 Announcements-Core-LukasRenggli.12 Announcements-Tests-Core-LukasRenggli.4

Re: [Pharo-project] Issue 3815 in pharo: Filing in Class comments raises an error

2011-03-14 Thread pharo
Comment #10 on issue 3815 by marcus.d...@gmail.com: Filing in Class comments raises an error http://code.google.com/p/pharo/issues/detail?id=3815 should this be added to 1.2, too?

[Pharo-project] [update 1.3] #13087

2011-03-14 Thread Stéphane Ducasse
13087 - - Issue 3814: Weak announcements refinement. Preparation Announcements-Core-LukasRenggli.12 Announcements-Tests-Core-LukasRenggli.4 - Issue 3815: Filing in Class comments raises an error. Stef and Igor

Re: [Pharo-project] Issue 3815 in pharo: Filing in Class comments raises an error

2011-03-14 Thread pharo
Updates: Labels: -Milestone-1.2 Comment #11 on issue 3815 by stephane...@gmail.com: Filing in Class comments raises an error http://code.google.com/p/pharo/issues/detail?id=3815 (No comment was entered for this change.)

Re: [Pharo-project] Do you want to add the background picture to the image like we did with Pharo 1.1 ?

2011-03-14 Thread Alexandre Bergel
On Mar 13, 2011, at 18:40 , Tudor Girba wrote: I vote against using a picture as a background. +1 +1 Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

[Pharo-project] [update 1.3] #13088

2011-03-14 Thread Stéphane Ducasse
13088 - - Issue 3811: Extending MessageSend protocol with cull: and value: protocol. Thanks Igor and Henrik. Stef and Igor

Re: [Pharo-project] Issue 3811 in pharo: Extending MessageSend protocol with cull: and value: protocol

2011-03-14 Thread pharo
Updates: Status: Closed Comment #4 on issue 3811 by stephane...@gmail.com: Extending MessageSend protocol with cull: and value: protocol http://code.google.com/p/pharo/issues/detail?id=3811 in 13088

Re: [Pharo-project] Issue 3814 in pharo: Weak announcements refinement

2011-03-14 Thread pharo
Comment #7 on issue 3814 by stephane...@gmail.com: Weak announcements refinement http://code.google.com/p/pharo/issues/detail?id=3814 Part one in 13089

Re: [Pharo-project] [COTDC] 30 - StepMessage

2011-03-14 Thread laurent laffont
On Mon, Mar 14, 2011 at 7:41 AM, Guillermo Polito guillermopol...@gmail.com wrote: I would say that it configures the step, not force. The one who forces this message send is WorldState :). And this one: I'm a MorphicAlarm to be queued in WorldState list of stepping actions. I hold the

[Pharo-project] Issue 3817 in pharo: make Object error: deprecated

2011-03-14 Thread pharo
Status: New Owner: New issue 3817 by camillob...@gmail.com: make Object error: deprecated http://code.google.com/p/pharo/issues/detail?id=3817 Object error: should be deprecated. It encourages the usage of raw Errors too much. Using specialized errors everywhere in the system should be

[Pharo-project] [update 1.3] #13090

2011-03-14 Thread Stéphane Ducasse
13090 - - Issue 3814: Weak announcements refinement. Part two. Thanks Henrik and Igor. Great work! Stef and Igor.

Re: [Pharo-project] Issue 3814 in pharo: Weak announcements refinement

2011-03-14 Thread pharo
Updates: Status: Closed Comment #8 on issue 3814 by stephane...@gmail.com: Weak announcements refinement http://code.google.com/p/pharo/issues/detail?id=3814 Part two in 13090

Re: [Pharo-project] Issue 3806 in pharo: Durationhours is broken

2011-03-14 Thread Geert Claes
Brent Pinkney-2 wrote: Hi, I am that mental toddler that coded up the ANSI compliant date and time package. Please refer to ANSI spec §5.8.2.11. I promise it will only take a minute. Instead of a polite enquiry as to why the implementation is such, you had to define obvious for

[Pharo-project] Issue 3818 in pharo: CommandLine Manager

2011-03-14 Thread pharo
Status: FixProposed Owner: stephane...@gmail.com Labels: Milestone-1.3 New issue 3818 by stephane...@gmail.com: CommandLine Manager http://code.google.com/p/pharo/issues/detail?id=3818 The proposal of adrien is in PharoTaskForces/SLICE-Issue-0-replaceAbstractProjectAndLinkedElement

[Pharo-project] [update 1.2 Core] #12341

2011-03-14 Thread Marcus Denker
12341 - Release 1.2 (Core) -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.

Re: [Pharo-project] Issue 3817 in pharo: make Object error: deprecated

2011-03-14 Thread pharo
Comment #1 on issue 3817 by marianopeck: make Object error: deprecated http://code.google.com/p/pharo/issues/detail?id=3817 I think this change is too radical, and it should be discussed. I think a lot of packages will be broken. Is this part of ANSI ?

Re: [Pharo-project] [Pharo-users] Last pending things for Pharo 1.2

2011-03-14 Thread Alexandre Bergel
ConfigurationOfMemoryMonitor (Alex, can the actual version be released?) Hi Guillermo and Mariano, The configuration hasn't changed for a long time. It has just been recently updated with symbolic version. So yes, it is probably okay to release it. Mariano, you said that the default version

Re: [Pharo-project] [update 1.2 Core] #12341

2011-03-14 Thread laurent laffont
On Mon, Mar 14, 2011 at 1:56 PM, Marcus Denker marcus.den...@inria.frwrote: 12341 - Release 1.2 (Core) finally :) Laurent. -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.

[Pharo-project] [ANN 1.2] prebuilt core 1.2 final

2011-03-14 Thread Marcus Denker
Please check... https://gforge.inria.fr/frs/download.php/28340/PharoCore-1.2.zip -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.

[Pharo-project] [update 1.3] #13091

2011-03-14 Thread Stéphane Ducasse
13091 - - fixing isHeadless to cope with mac vm not handling correctly vm parameters. Now marcus you can work on the mac build with igor :) Stef

Re: [Pharo-project] from bash to Coral

2011-03-14 Thread Stéphane Ducasse
On Mar 14, 2011, at 12:33 PM, laurent laffont wrote: Hi, Is it possible today to write this using Coral ? find application library -type f \( -name *.php -o -name *.phtml \) -exec /usr/local/bin/xgettext -j -L PHP --from-code=utf-8 --keyword=traduire --keyword=_ -o

Re: [Pharo-project] from bash to Coral

2011-03-14 Thread Igor Stasenko
On 14 March 2011 12:33, laurent laffont laurent.laff...@gmail.com wrote: Hi, Is it possible today to write this using Coral ? find application library -type f \( -name *.php -o -name *.phtml \) -exec  /usr/local/bin/xgettext -j -L PHP --from-code=utf-8 --keyword=traduire --keyword=_ -o

[Pharo-project] [update 1.1] #11422

2011-03-14 Thread Marcus Denker
11422 - Release 1.1.2 Zip file for archive: https://gforge.inria.fr/frs/download.php/28341/PharoCore-1.1.2.zip ... this is 1.1.1 with some additional fixes - fixes from Netstyle they did after moving to 1.1 - some workarounds to get the tests green (on the build

Re: [Pharo-project] PBenchmark as a general framework for benchmarking in Smalltalk (commit access)

2011-03-14 Thread Henrik Sperre Johansen
On 14.03.2011 10:19, Stefan Marr wrote: Hi Toon: On 14 Mar 2011, at 09:52, Toon Verwaest wrote: Since the general idea is to write benchmarks like unit tests, how about 'SMark'/'SBench' instead of 'SUnit'? And he immediately calls it after himself! Stefanmarrk ;) Rather farfetched no? :-P

Re: [Pharo-project] [ANN 1.2] prebuilt core 1.2 final

2011-03-14 Thread laurent laffont
On Mon, Mar 14, 2011 at 2:40 PM, Marcus Denker marcus.den...@inria.frwrote: Please check... https://gforge.inria.fr/frs/download.php/28340/PharoCore-1.2.zip What is the official VM for Pharo 1.2 ? Running all tests with Cog (OSX) = crash. Laurent. -- Marcus Denker --

Re: [Pharo-project] Issue 3817 in pharo: make Object error: deprecated

2011-03-14 Thread pharo
Comment #2 on issue 3817 by camillob...@gmail.com: make Object error: deprecated http://code.google.com/p/pharo/issues/detail?id=3817 it is not too radical for 1.3. Using Error is as useful as saying that something went wrong somewhere. You don't want that. I agree that `self error:

Re: [Pharo-project] [ANN] More on Keymappings

2011-03-14 Thread Camillo Bruni
I pushed everying into a single Keymapping package for now. As soon as there is full functionality we should separate it again. camillo On 2011-03-13, at 22:40, Tudor Girba wrote: Excellent initiative Camillo! Regarding multiple packages: Having multiple packages limits the conflicts,

Re: [Pharo-project] [ANN] More on Keymappings

2011-03-14 Thread Tudor Girba
I saw :). Just two questions: - Is the ConfigurationOfKeymapping updated? - Is it already usable? Cheers, Doru On 14 Mar 2011, at 15:15, Camillo Bruni wrote: I pushed everying into a single Keymapping package for now. As soon as there is full functionality we should separate it again.

Re: [Pharo-project] [ANN 1.2] prebuilt core 1.2 final

2011-03-14 Thread Marcus Denker
On Mar 14, 2011, at 3:08 PM, laurent laffont wrote: On Mon, Mar 14, 2011 at 2:40 PM, Marcus Denker marcus.den...@inria.fr wrote: Please check... https://gforge.inria.fr/frs/download.php/28340/PharoCore-1.2.zip What is the official VM for Pharo 1.2 ? Running all tests with

Re: [Pharo-project] [ANN] More on Keymappings

2011-03-14 Thread Guillermo Polito
The last version of the configuration (1.5 I guess, I don't remember now) is usable. It just have some ugly inner parts, but it's usable. On Mon, Mar 14, 2011 at 11:17 AM, Tudor Girba tudor.gi...@gmail.com wrote: I saw :). Just two questions: - Is the ConfigurationOfKeymapping updated? - Is

Re: [Pharo-project] from bash to Coral

2011-03-14 Thread Adrien BARREAU
Hi Laurent, I would say yes, because Coral can execute any piece of Smalltalk. So if you can do what that script does with OSProcess, there is no reason you can't put it in a Coral script. At that time, there is no Coral API to make your life easier on top on things like OSProcess, but

Re: [Pharo-project] [ANN] More on Keymappings

2011-03-14 Thread Camillo Bruni
On 2011-03-14, at 15:17, Tudor Girba wrote: I saw :). Just two questions: - Is the ConfigurationOfKeymapping updated? that I pushed to the existing branch - Is it already usable? not yet, didn't have too much time so far, but the basic tests are working. the interface will stay the same,

Re: [Pharo-project] [update 1.2 Core] #12341

2011-03-14 Thread Guillermo Polito
Fuck yeah! :) On Mon, Mar 14, 2011 at 10:31 AM, laurent laffont laurent.laff...@gmail.com wrote: On Mon, Mar 14, 2011 at 1:56 PM, Marcus Denker marcus.den...@inria.frwrote: 12341 - Release 1.2 (Core) finally :) Laurent. -- Marcus Denker -- http://www.marcusdenker.de

[Pharo-project] [ANN 1.3] prebuilt 1.3#13091 Core

2011-03-14 Thread Marcus Denker
https://gforge.inria.fr/frs/download.php/28342/PharoCore-1.3-13091.zip ... to have a checkpoint in the archive. For everything else, it's better to load from Hudson: https://pharo-ic.lille.inria.fr/hudson/job/Pharo%20Core%201.3/ -- Marcus Denker -- http://www.marcusdenker.de

Re: [Pharo-project] from bash to Coral

2011-03-14 Thread laurent laffont
On Mon, Mar 14, 2011 at 3:20 PM, Adrien BARREAU abarreau@live.frwrote: Hi Laurent, I would say yes, because Coral can execute any piece of Smalltalk. So if you can do what that script does with OSProcess, there is no reason you can't put it in a Coral script. At that time, there is no

Re: [Pharo-project] [update 1.2 Core] #12341

2011-03-14 Thread Tudor Girba
Excellent! Doru On 14 Mar 2011, at 13:56, Marcus Denker wrote: 12341 - Release 1.2 (Core) -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD. -- www.tudorgirba.com Presenting is storytelling.

Re: [Pharo-project] Issue 3806 in pharo: Durationhours is broken

2011-03-14 Thread pharo
Comment #11 on issue 3806 by ryd...@gmail.com: Durationhours is broken http://code.google.com/p/pharo/issues/detail?id=3806 My 2c: I agree with cesar: - Keep ANSI compliancy for #hours. - Add #asHours, doing what OP expected. - Explain the difference in comments, so noone thinks the implementer

Re: [Pharo-project] Issue 3817 in pharo: make Object error: deprecated

2011-03-14 Thread pharo
Comment #3 on issue 3817 by guillerm...@gmail.com: make Object error: deprecated http://code.google.com/p/pharo/issues/detail?id=3817 I don't fully agree. You have to use particular exception types, when you want to give them a special treatment (by code). Most of the times, the error

Re: [Pharo-project] [update 1.2 Core] #12341

2011-03-14 Thread Alexandre Bergel
+1 Alexandre On 14 Mar 2011, at 11:28, Tudor Girba wrote: Excellent! Doru On 14 Mar 2011, at 13:56, Marcus Denker wrote: 12341 - Release 1.2 (Core) -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD. -- www.tudorgirba.com

Re: [Pharo-project] Issue 3815 in pharo: Filing in Class comments raises an error

2011-03-14 Thread pharo
Comment #12 on issue 3815 by ryd...@gmail.com: Filing in Class comments raises an error http://code.google.com/p/pharo/issues/detail?id=3815 IMHO, yes. Stef is much closer and scarier, and do not seem to think so though :)

Re: [Pharo-project] [ANN 1.3] prebuilt 1.3#13091 Core

2011-03-14 Thread Mariano Martinez Peck
yes, uploadting to gforge is important, even if we have hudson ;) On Mon, Mar 14, 2011 at 3:25 PM, Marcus Denker marcus.den...@inria.frwrote: https://gforge.inria.fr/frs/download.php/28342/PharoCore-1.3-13091.zip ... to have a checkpoint in the archive. For everything else, it's better to

Re: [Pharo-project] [update 1.1] #11422

2011-03-14 Thread Mariano Martinez Peck
Marcus, should we build a Pharo 1.1.2 (dev) or it doesn't make sense? On Mon, Mar 14, 2011 at 2:56 PM, Marcus Denker marcus.den...@inria.frwrote: 11422 - Release 1.1.2 Zip file for archive: https://gforge.inria.fr/frs/download.php/28341/PharoCore-1.1.2.zip ... this is

Re: [Pharo-project] Issue 3806 in pharo: Durationhours is broken

2011-03-14 Thread Brent Pinkney
Hi, Lets end this thread quickly - I don't think it warrants a flame war. I took a hard line on the toddler bit as there is a tendency for some, often new members in the community to jump to conclusions about what is a pretty elegent platform (Squeak), and presume oversight or errors by

Re: [Pharo-project] [update 1.1] #11422

2011-03-14 Thread Marcus Denker
On Mar 14, 2011, at 4:17 PM, Mariano Martinez Peck wrote: Marcus, should we build a Pharo 1.1.2 (dev) or it doesn't make sense? Can you do that withput changing *what* is installed? that is, keep the versions identical to the 1.1.1 dev image? I am sure that if we load newer ones, we will

Re: [Pharo-project] [update 1.1] #11422

2011-03-14 Thread Mariano Martinez Peck
On Mon, Mar 14, 2011 at 4:27 PM, Marcus Denker marcus.den...@inria.frwrote: On Mar 14, 2011, at 4:17 PM, Mariano Martinez Peck wrote: Marcus, should we build a Pharo 1.1.2 (dev) or it doesn't make sense? Can you do that withput changing *what* is installed? that is, keep the versions

Re: [Pharo-project] Issue 3817 in pharo: make Object error: deprecated

2011-03-14 Thread pharo
Comment #4 on issue 3817 by ryd...@gmail.com: make Object error: deprecated http://code.google.com/p/pharo/issues/detail?id=3817 Yes, Object#error: is part of the ANSI protocol. I agree in spirit 100% with what Camillo is saying though. To me, a better approach would be to lead by example.

Re: [Pharo-project] Issue 3806 in pharo: Durationhours is broken

2011-03-14 Thread Stéphane Ducasse
I like your signature :) On Mar 14, 2011, at 4:22 PM, Brent Pinkney wrote: Hi, Lets end this thread quickly - I don't think it warrants a flame war. I took a hard line on the toddler bit as there is a tendency for some, often new members in the community to jump to conclusions about

Re: [Pharo-project] The current status of OSProcess

2011-03-14 Thread Casimiro de Almeida Barreto
+1 OSProcess important FFI and/or Alien running Ok in Linux and Windows important CdAB Em 13-03-2011 06:46, Stéphane Ducasse escreveu: +1 OSProcess is really important for us. Like a good FFI Stef On Mar 13, 2011, at 1:11 AM, Igor Stasenko wrote:

Re: [Pharo-project] The current status of OSProcess

2011-03-14 Thread Schwab,Wilhelm K
+1 From: pharo-project-boun...@lists.gforge.inria.fr [pharo-project-boun...@lists.gforge.inria.fr] On Behalf Of Casimiro de Almeida Barreto [casimiro.barr...@gmail.com] Sent: Monday, March 14, 2011 11:37 AM To: Pharo-project@lists.gforge.inria.fr

Re: [Pharo-project] PBenchmark as a general framework for benchmarking in Smalltalk (commit access)

2011-03-14 Thread Igor Stasenko
+1 to SMark On 14 March 2011 15:06, Henrik Sperre Johansen henrik.s.johan...@veloxit.no wrote: On 14.03.2011 10:19, Stefan Marr wrote: Hi Toon: On 14 Mar 2011, at 09:52, Toon Verwaest wrote: Since the general idea is to write benchmarks like unit tests, how about 'SMark'/'SBench' instead

Re: [Pharo-project] Issue 3806 in pharo: Durationhours is broken

2011-03-14 Thread Geert Claes
Brent Pinkney-2 wrote: ... Hell, my initials are all over the code, just ask. Cheers Brent the Tolerant and Approachable No worries, I fully agree with the draft ANSI spec approach and that everyone should be able to just ask Geert the diplomat and peace-keeper :) -- View this

Re: [Pharo-project] The current status of OSProcess

2011-03-14 Thread Igor Stasenko
i added this to issue tracker :) On 14 March 2011 16:54, Schwab,Wilhelm K bsch...@anest.ufl.edu wrote: +1 From: pharo-project-boun...@lists.gforge.inria.fr [pharo-project-boun...@lists.gforge.inria.fr] On Behalf Of Casimiro de Almeida Barreto

[Pharo-project] removing toolbuilder

2011-03-14 Thread Stéphane Ducasse
Hi guys since the esug discussion and request to take action, I kept that issue in my mind. Now I think that we should remove toolbuilder since it serves a purpose we do not need right now (developing tools to new ui framworks,...platform). Now if somebody uses it I suggest to maintain it.

Re: [Pharo-project] Issue 3815 in pharo: Filing in Class comments raises an error

2011-03-14 Thread pharo
Comment #13 on issue 3815 by stephane...@gmail.com: Filing in Class comments raises an error http://code.google.com/p/pharo/issues/detail?id=3815 Henrik I think that this is clearly a showstopper for 1.2 and this will be just a patch on a huge patch. I prefer to keep my energy to rebuild

Re: [Pharo-project] Issue 3734 in pharo: Build of 1.1 Full is broken...

2011-03-14 Thread pharo
Updates: Status: WontFix Comment #1 on issue 3734 by marcus.d...@gmail.com: Build of 1.1 Full is broken... http://code.google.com/p/pharo/issues/detail?id=3734 As 1.2 is the new stable, we do stop the builds of 1.1 on Hudson (1.1 is just in the archive, static).

Re: [Pharo-project] Issue 3581 in pharo: [Failing test] 1.1.1 Full: MethodWrappers.Tests.ObjectAsOneTimeMethodWrapperTest.testInstallOnClassCategory

2011-03-14 Thread pharo
Updates: Labels: -Milestone-1.1.2-DevImage Milestone-1.2-DevImage Comment #10 on issue 3581 by marcus.d...@gmail.com: [Failing test] 1.1.1 Full: MethodWrappers.Tests.ObjectAsOneTimeMethodWrapperTest.testInstallOnClassCategory http://code.google.com/p/pharo/issues/detail?id=3581

Re: [Pharo-project] Issue 3606 in pharo: [1.1.2] [Failing Test] Undeclared in package shout

2011-03-14 Thread pharo
Updates: Status: WontFix Comment #3 on issue 3606 by marcus.d...@gmail.com: [1.1.2] [Failing Test] Undeclared in package shout http://code.google.com/p/pharo/issues/detail?id=3606 1.1 is retired to the archives.

Re: [Pharo-project] Issue 3817 in pharo: make Object error: deprecated

2011-03-14 Thread pharo
Comment #5 on issue 3817 by stephane...@gmail.com: make Object error: deprecated http://code.google.com/p/pharo/issues/detail?id=3817 only :) and I'm sure that I fixed some of them already :). What would be good is to perform an analysis to see their usage.

Re: [Pharo-project] Issue 1575 in pharo: optimize WeakKeyDictionary and subclasses for messagesends

2011-03-14 Thread pharo
Updates: Status: Invalid Comment #3 on issue 1575 by marcus.d...@gmail.com: optimize WeakKeyDictionary and subclasses for messagesends http://code.google.com/p/pharo/issues/detail?id=1575 Weak* will be revisited soon. I close this.

Re: [Pharo-project] Issue 953 in pharo: PackageInfo could be much faster

2011-03-14 Thread pharo
Updates: Status: FixProposed Comment #20 on issue 953 by marcus.d...@gmail.com: PackageInfo could be much faster http://code.google.com/p/pharo/issues/detail?id=953 (No comment was entered for this change.)

[Pharo-project] [Bug Tracker] fixed vs. fixedProposed...

2011-03-14 Thread Marcus Denker
Hi, There was always the confusion of the meaning of fixed, which actually had no clear meaning... I therefore added some weeks ago FixProposed -- this issue has a proposal of a fix, but there is no consensus that it's good FixToInclude --- Please add to unstable ASAP This

Re: [Pharo-project] Issue 1507 in pharo: is LocatedMethod needed?

2011-03-14 Thread pharo
Updates: Status: FixProposed Comment #5 on issue 1507 by marcus.d...@gmail.com: is LocatedMethod needed? http://code.google.com/p/pharo/issues/detail?id=1507 (No comment was entered for this change.)

Re: [Pharo-project] Issue 1036 in pharo: Better interrupt handler registration

2011-03-14 Thread pharo
Updates: Status: FixProposed Comment #7 on issue 1036 by marcus.d...@gmail.com: Better interrupt handler registration http://code.google.com/p/pharo/issues/detail?id=1036 (No comment was entered for this change.)

Re: [Pharo-project] Issue 1836 in pharo: Adding dedicated accessors for VM parameters

2011-03-14 Thread pharo
Updates: Status: FixProposed Comment #13 on issue 1836 by marcus.d...@gmail.com: Adding dedicated accessors for VM parameters http://code.google.com/p/pharo/issues/detail?id=1836 (No comment was entered for this change.)

Re: [Pharo-project] PBenchmark as a general framework for benchmarking in Smalltalk (commit access)

2011-03-14 Thread Alexandre Bergel
Since the general idea is to write benchmarks like unit tests, how about 'SMark'/'SBench' instead of 'SUnit'? I like the idea. Actually, this is what I have done with HealthReportProducer. A benchmark is created by subclassing it and defining #metric* methods. Cheers, Alexandre --

Re: [Pharo-project] Issue 1907 in pharo: Set with nil

2011-03-14 Thread pharo
Updates: Status: FixProposed Comment #22 on issue 1907 by marcus.d...@gmail.com: Set with nil http://code.google.com/p/pharo/issues/detail?id=1907 (No comment was entered for this change.)

Re: [Pharo-project] Issue 1915 in pharo: Making ToolSet more flexible

2011-03-14 Thread pharo
Updates: Status: FixProposed Comment #10 on issue 1915 by marcus.d...@gmail.com: Making ToolSet more flexible http://code.google.com/p/pharo/issues/detail?id=1915 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3798 in pharo: FilePathcoverter is a typo and unused

2011-03-14 Thread pharo
Updates: Status: FixProposed Comment #1 on issue 3798 by marcus.d...@gmail.com: FilePathcoverter is a typo and unused http://code.google.com/p/pharo/issues/detail?id=3798 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3800 in pharo: StaticForm can be removed

2011-03-14 Thread pharo
Updates: Status: FixProposed Comment #2 on issue 3800 by marcus.d...@gmail.com: StaticForm can be removed http://code.google.com/p/pharo/issues/detail?id=3800 (No comment was entered for this change.)

Re: [Pharo-project] Issue 2848 in pharo: Deprecate StringasUrl

2011-03-14 Thread pharo
Updates: Status: FixProposed Comment #4 on issue 2848 by marcus.d...@gmail.com: Deprecate StringasUrl http://code.google.com/p/pharo/issues/detail?id=2848 (No comment was entered for this change.)

Re: [Pharo-project] Issue 2986 in pharo: DemoMode should not change Fonts only sizes

2011-03-14 Thread pharo
Updates: Status: FixProposed Comment #5 on issue 2986 by marcus.d...@gmail.com: DemoMode should not change Fonts only sizes http://code.google.com/p/pharo/issues/detail?id=2986 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3792 in pharo: PluggableListMorph with a wrapper for display

2011-03-14 Thread pharo
Updates: Status: FixProposed Comment #2 on issue 3792 by marcus.d...@gmail.com: PluggableListMorph with a wrapper for display http://code.google.com/p/pharo/issues/detail?id=3792 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3685 in pharo: #createUserSubclass:instVarNames:categoryName: no longer accepts an inst var array

2011-03-14 Thread pharo
Updates: Status: FixProposed Comment #4 on issue 3685 by marcus.d...@gmail.com: #createUserSubclass:instVarNames:categoryName: no longer accepts an inst var array http://code.google.com/p/pharo/issues/detail?id=3685 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3073 in pharo: A version of Compiler with support for methods with many arguments including external FFI calls - For inclusion in Pharo 1.2

2011-03-14 Thread pharo
Updates: Status: FixProposed Comment #3 on issue 3073 by marcus.d...@gmail.com: A version of Compiler with support for methods with many arguments including external FFI calls - For inclusion in Pharo 1.2 http://code.google.com/p/pharo/issues/detail?id=3073 (No comment was entered

Re: [Pharo-project] Issue 3148 in pharo: Proposal: adding 261 named colors

2011-03-14 Thread pharo
Updates: Status: FixProposed Comment #2 on issue 3148 by marcus.d...@gmail.com: Proposal: adding 261 named colors http://code.google.com/p/pharo/issues/detail?id=3148 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3692 in pharo: Default line-end convention fix

2011-03-14 Thread pharo
Updates: Status: FixProposed Comment #4 on issue 3692 by marcus.d...@gmail.com: Default line-end convention fix http://code.google.com/p/pharo/issues/detail?id=3692 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3426 in pharo: shouldBePrintedAsLiteral instead of isLiteral

2011-03-14 Thread pharo
Updates: Status: FixProposed Comment #3 on issue 3426 by marcus.d...@gmail.com: shouldBePrintedAsLiteral instead of isLiteral http://code.google.com/p/pharo/issues/detail?id=3426 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3214 in pharo: better Stack implementation

2011-03-14 Thread pharo
Updates: Status: FixProposed Comment #2 on issue 3214 by marcus.d...@gmail.com: better Stack implementation http://code.google.com/p/pharo/issues/detail?id=3214 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3698 in pharo: removing caseOf:

2011-03-14 Thread pharo
Updates: Status: Comment #1 on issue 3698 by marcus.d...@gmail.com: removing caseOf: http://code.google.com/p/pharo/issues/detail?id=3698 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3387 in pharo: Package name should not contain crptic characters

2011-03-14 Thread pharo
Updates: Status: FixProposed Comment #7 on issue 3387 by marcus.d...@gmail.com: Package name should not contain crptic characters http://code.google.com/p/pharo/issues/detail?id=3387 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3687 in pharo: Browse senders/implementors in Omnibrowser/OB pops up menu that doesn't respond to enter/CR

2011-03-14 Thread pharo
Updates: Status: FixProposed Comment #5 on issue 3687 by marcus.d...@gmail.com: Browse senders/implementors in Omnibrowser/OB pops up menu that doesn't respond to enter/CR http://code.google.com/p/pharo/issues/detail?id=3687 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3726 in pharo: Turn the orange corner into a real Morph object

2011-03-14 Thread pharo
Updates: Status: FixProposed Comment #1 on issue 3726 by marcus.d...@gmail.com: Turn the orange corner into a real Morph object http://code.google.com/p/pharo/issues/detail?id=3726 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3466 in pharo: Display the leading zero while printing the hexadecimal version of a Character

2011-03-14 Thread pharo
Updates: Status: FixProposed Comment #3 on issue 3466 by marcus.d...@gmail.com: Display the leading zero while printing the hexadecimal version of a Character http://code.google.com/p/pharo/issues/detail?id=3466 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3445 in pharo: [Repackage] SUnit should be well structured

2011-03-14 Thread pharo
Updates: Status: FixProposed Comment #5 on issue 3445 by marcus.d...@gmail.com: [Repackage] SUnit should be well structured http://code.google.com/p/pharo/issues/detail?id=3445 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3792 in pharo: PluggableListMorph with a wrapper for display

2011-03-14 Thread pharo
Comment #3 on issue 3792 by benjamin...@gmail.com: PluggableListMorph with a wrapper for display http://code.google.com/p/pharo/issues/detail?id=3792 I rename a method ;) Attachments: RenameInPluggableListMorph.1.cs 1.3 KB

Re: [Pharo-project] Issue 3581 in pharo: [Failing test] 1.1.1 Full: MethodWrappers.Tests.ObjectAsOneTimeMethodWrapperTest.testInstallOnClassCategory

2011-03-14 Thread pharo
Comment #11 on issue 3581 by marianopeck: [Failing test] 1.1.1 Full: MethodWrappers.Tests.ObjectAsOneTimeMethodWrapperTest.testInstallOnClassCategory http://code.google.com/p/pharo/issues/detail?id=3581 The problem is that if you use addSelector:withMethod then you will need to implement

[Pharo-project] There is life in Mars. A post explaining current status

2011-03-14 Thread Esteban Lorenzano
Hi all, Several months passed without Mars news, and I'm trying to correct that (it is some kind a compromise to publish some news at least once a month, starting from now... so people can see our advances). I prepared a very long post explaining last months and next steps we want to make (to

  1   2   >