[Pharo-project] SUnit design question

2013-05-03 Thread Torsten Bergmann
interesting article about the evolution of JUnit: http://java.dzone.com/articles/your-code-structured So what is the current structure for SUnit...

[Pharo-project] NewListModel and AlainTreeModel

2013-05-03 Thread Torsten Bergmann
maybe it is just me ... but will we continue to name classes like this? = NewListModel (will it still be new in year 2052) = AlainTreeModel (followed by StefsNewTranscript, BenObject, IgorNBWinConstants, ...) What was the timeline for namespaces? Bye T.

[Pharo-project] How to Debug :D

2013-05-03 Thread stephane ducasse
Begin forwarded message: From: Camillo Bruni camillobr...@gmail.com Subject: [Lsehub-staff] How to Debug :D Date: May 2, 2013 6:22:06 PM GMT+02:00 To: RMoD private list lsehub-st...@lists.gforge.inria.fr Reply-To: RMoD private list lsehub-st...@lists.gforge.inria.fr Igor: Camillo can

[Pharo-project] [update 3.0] #30085

2013-05-03 Thread Marcus Denker
30085 - 10476 fix CompiledMethodTesttestCopyWithTrailerBytes https://pharo.fogbugz.com/f/cases/10476 10480 deprecated #decompilerClass https://pharo.fogbugz.com/f/cases/10480 Diff information:

[Pharo-project] [update 3.0] #30086

2013-05-03 Thread Marcus Denker
30086 - 10425 DateAndTime refactoring https://pharo.fogbugz.com/f/cases/10425 Diff information: http://smalltalkhub.com/#!/~Pharo/Pharo30/diff/KernelTests-MarcusDenker.504 http://smalltalkhub.com/#!/~Pharo/Pharo30/diff/Kernel-MarcusDenker.1410

Re: [Pharo-project] froze image just

2013-05-03 Thread Henrik Johansen
On May 2, 2013, at 4:46 PM, Igor Stasenko wrote: On 2 May 2013 16:39, Igor Stasenko siguc...@gmail.com wrote: On 2 May 2013 15:33, Henrik Johansen henrik.s.johan...@veloxit.no wrote: On May 2, 2013, at 2:50 PM, Igor Stasenko wrote: On 2 May 2013 09:54, Henrik Johansen

Re: [Pharo-project] NewListModel and AlainTreeModel

2013-05-03 Thread Benjamin
Of course not, but I just can't name the two tree implementation TreeModel. As I said in my mail, I will push AlainTreeModel as default, and it will be named TreeModel. Same for the list. (that's also why they do not have a class comment) Ben On May 3, 2013, at 8:10 AM, Torsten Bergmann

Re: [Pharo-project] froze image just

2013-05-03 Thread Henrik Johansen
On May 3, 2013, at 9:44 AM, Henrik Johansen wrote: oh.. on second thought, even better.. processToInterrupt look for best candidate to interrupt: first who is not weak-finalization process and only then weak-finalization process, if nothing left to interrupt.

Re: [Pharo-project] froze image just

2013-05-03 Thread Henrik Johansen
S…. I made a slice, but how does one save to the new inbox? You need credentials + some sort of access privileges all of a sudden? :S Cheers, Henry

[Pharo-project] [update 3.0] #30087

2013-05-03 Thread Marcus Denker
30087 - 10483 Fix Failing Tests in UTF16TextConverterTest https://pharo.fogbugz.com/f/cases/10483 10482 Fix failing test UndefinedObjectTest https://pharo.fogbugz.com/f/cases/10482 10471 UserPermission for CommandLineHandler

[Pharo-project] [regression reporter]regression occurred

2013-05-03 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/./label=linux/108/ 3 regressions found. FuelTests.FLMethodContextSerializationTest.testDoIt Tests.Release.ReleaseTest.testObsoleteBehaviors Tests.Release.ReleaseTest.testObsoleteClasses

[Pharo-project] [regression reporter]regression occurred

2013-05-03 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/./label=mac/108/ 3 regressions found. FuelTests.FLMethodContextSerializationTest.testDoIt Tests.Release.ReleaseTest.testObsoleteBehaviors Tests.Release.ReleaseTest.testObsoleteClasses

[Pharo-project] [regression reporter]regression occurred

2013-05-03 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/./label=win/108/ 3 regressions found. FuelTests.FLMethodContextSerializationTest.testDoIt Tests.Release.ReleaseTest.testObsoleteBehaviors Tests.Release.ReleaseTest.testObsoleteClasses

[Pharo-project] NewListModel and AlainTreeModel

2013-05-03 Thread Torsten Bergmann
First was a joke, but second: What was the timeline for namespaces? was a question... Bye T.

Re: [Pharo-project] froze image just

2013-05-03 Thread Marcus Denker
On May 3, 2013, at 10:16 AM, Henrik Johansen henrik.s.johan...@veloxit.no wrote: S…. I made a slice, but how does one save to the new inbox? You need credentials + some sort of access privileges all of a sudden? :S Yes, this is a temporary problem. Soon you can commit without being

[Pharo-project] [update 3.0] #30088

2013-05-03 Thread Marcus Denker
30088 - 10063 listLoadedModules should be on the VirtualMachine class https://pharo.fogbugz.com/f/cases/10063 10234 Deadly Morphic Loop when CMD clicking on TestRunner https://pharo.fogbugz.com/f/cases/10234 10485 testScrolling dependent on display size

[Pharo-project] [Spec] Expanding nodes programmatically

2013-05-03 Thread roberto.mine...@usi.ch
Hi, I built a TreeModel using Spec. I cannot find a way to expand the items in the model by using the left arrow on the keyboard. I cannot find neither the correct binding nor the correct message to call. Any hint here? Thanks in advance, R

Re: [Pharo-project] froze image just

2013-05-03 Thread p...@highoctane.be
Well, add me as well please :-) 2013/5/3 Marcus Denker marcus.den...@inria.fr On May 3, 2013, at 10:16 AM, Henrik Johansen henrik.s.johan...@veloxit.no wrote: S…. I made a slice, but how does one save to the new inbox? You need credentials + some sort of access privileges all of a

[Pharo-project] [update 3.0] #30089

2013-05-03 Thread Marcus Denker
30089 - 10133 Remove RBSmallDictionary https://pharo.fogbugz.com/f/cases/10133 7325 KMShortcut#fromKeyboardEvent: is ignoring alt https://pharo.fogbugz.com/f/cases/7325 10455 EyeInspector improvements https://pharo.fogbugz.com/f/cases/10455

Re: [Pharo-project] froze image just

2013-05-03 Thread Marcus Denker
On May 3, 2013, at 12:05 PM, p...@highoctane.be wrote: Well, add me as well please :-) Done 2013/5/3 Marcus Denker marcus.den...@inria.fr On May 3, 2013, at 10:16 AM, Henrik Johansen henrik.s.johan...@veloxit.no wrote: S…. I made a slice, but how does one save to the new

[Pharo-project] [update 3.0] #30090

2013-05-03 Thread Marcus Denker
30090 - 10489 Update Opal to latest version https://pharo.fogbugz.com/f/cases/10489 10466 Better interruption https://pharo.fogbugz.com/f/cases/10466 Diff information:

[Pharo-project] [update 3.0] #30091

2013-05-03 Thread Marcus Denker
30091 - 10490 Eye inspector bug https://pharo.fogbugz.com/f/cases/10490 Diff information: http://smalltalkhub.com/#!/~Pharo/Pharo30/diff/Spec-Debugger-MarcusDenker.46 http://smalltalkhub.com/#!/~Pharo/Pharo30/diff/Spec-Inspector-MarcusDenker.8

[Pharo-project] [update 3.0] #30092

2013-05-03 Thread Marcus Denker
30092 - 10253 Unrecoverable error when deleting methods https://pharo.fogbugz.com/f/cases/10253 10139 Nautilus does not properly indent hierarchies https://pharo.fogbugz.com/f/cases/10139 Diff information:

[Pharo-project] [update 3.0] #30093

2013-05-03 Thread Marcus Denker
30093 - 10494 EyeInspector cannot inspect dictionaries https://pharo.fogbugz.com/f/cases/10494 10486 Cannot edit package cache in monticello browser https://pharo.fogbugz.com/f/cases/10486 10492 Sharing mc repositories between all packages

[Pharo-project] [update 3.0] #30094

2013-05-03 Thread Marcus Denker
30094 - 10498 KeyStroke events broken on new list model https://pharo.fogbugz.com/f/cases/10498 10495 EyeInspector has no resizable panels https://pharo.fogbugz.com/f/cases/10495 6398 Keymapping: Put announcements in own subcategory

Re: [Pharo-project] [Spec] Expanding nodes programmatically

2013-05-03 Thread roberto.mine...@usi.ch
I managed to accomplish the said behavior in this way self on: (Character arrowRight asShortcut) do: [ :morph | | item | item := self selectedItem. morph selectedMorph toggleExpandedState.

[Pharo-project] [regression reporter]regression occurred

2013-05-03 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/./label=win/116/ 1 regressions found. Zinc.Zodiac.ZnHTTPSTests.testWikimedia

Re: [Pharo-project] [Spec] Expanding nodes programmatically

2013-05-03 Thread Benjamin
Use the correct implementation of tree, it will help :) Ben On May 3, 2013, at 3:49 PM, roberto.mine...@usi.ch roberto.mine...@usi.ch wrote: I managed to accomplish the said behavior in this way self on: (Character arrowRight asShortcut) do: [ :morph | |

Re: [Pharo-project] [Spec] Expanding nodes programmatically

2013-05-03 Thread roberto.mine...@usi.ch
Ok, what's the correct implementation of tree? On May 3, 2013, at 4:48 PM, Benjamin benjamin.vanryseghem.ph...@gmail.com wrote: Use the correct implementation of tree, it will help :) Ben On May 3, 2013, at 3:49 PM, roberto.mine...@usi.ch roberto.mine...@usi.ch wrote: I managed to

[Pharo-project] [update 3.0] #30095 - 30097

2013-05-03 Thread Marcus Denker
30097 - 10488 DateAndTime now to use microseconds https://pharo.fogbugz.com/f/cases/10488 Diff information: http://smalltalkhub.com/#!/~Pharo/Pharo30/diff/Kernel-MarcusDenker.1417

Re: [Pharo-project] [update 3.0] #30086

2013-05-03 Thread Sean P. DeNigris
Marcus Denker-4 wrote 30086 ... 10425 DateAndTime refactoring Hooray, I love progress on DateAndTime... this one was rally ugly! - Cheers, Sean -- View this message in context: http://forum.world.st/update-3-0-30086-tp4685125p4685374.html Sent from the Pharo Smalltalk mailing list

Re: [Pharo-project] [update 3.0] #30093

2013-05-03 Thread Sean P. DeNigris
Marcus Denker-4 wrote 10492 Sharing mc repositories between all packages Cool! That always bothered me... - Cheers, Sean -- View this message in context: http://forum.world.st/update-3-0-30093-tp4685315p4685375.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Re: [Pharo-project] [update 3.0] #30086

2013-05-03 Thread Milan Mimica
How about a 2.0 backport? On 3 May 2013 09:43, Marcus Denker marcus.den...@inria.fr wrote: 30086 - 10425 DateAndTime refactoring https://pharo.fogbugz.com/f/cases/10425 Diff information: http://smalltalkhub.com/#!/~Pharo/Pharo30/diff/KernelTests-MarcusDenker.504

[Pharo-project] [update 3.0] #30098

2013-05-03 Thread Marcus Denker
30098 - 10497 Suggestions in debugger and message browser https://pharo.fogbugz.com/f/cases/10497 10464 Always warn when sources or changes are not available https://pharo.fogbugz.com/f/cases/10464 10499 Eyeinspector and spec debugger create excessive number

Re: [Pharo-project] [Spec] Expanding nodes programmatically

2013-05-03 Thread Clément Bera
It is AlainTreeModel. Ben told me, I cheated. When I don't know I go ask him. Reportedly he has sent a mail yesterday about that. But I didn't see it. 2013/5/3 roberto.mine...@usi.ch roberto.mine...@usi.ch Ok, what's the correct implementation of tree? On May 3, 2013, at 4:48 PM, Benjamin

Re: [Pharo-project] [Spec] Expanding nodes programmatically

2013-05-03 Thread Clément Bera
It is AlainTreeModel. Ben told me, I cheated. When I don't know I go ask him. Reportedly he has sent a mail yesterday about that. But I didn't see it. 2013/5/3 Clément Bera clement.b...@inria.fr It is AlainTreeModel. Ben told me, I cheated. When I don't know I go ask him. Reportedly he has

[Pharo-project] [ANN] A SmalltalkHub server for each

2013-05-03 Thread Damien Cassou
Hi, Nicolas Petton, Benjamin van Ryseghem and I are proud to announce a ConfigurationOfSmalltalkHub and a dedicated Jenkins job: https://ci.inria.fr/pharo-contribution/job/SmalltalkHub/ http://smalltalkhub.com/#!/~NicolasPetton/SmalltalkHub Everyone can now have its own private instance of

Re: [Pharo-project] [ANN] A SmalltalkHub server for each

2013-05-03 Thread Benjamin
:D Ben On May 3, 2013, at 5:42 PM, Damien Cassou damien.cas...@gmail.com wrote: Hi, Nicolas Petton, Benjamin van Ryseghem and I are proud to announce a ConfigurationOfSmalltalkHub and a dedicated Jenkins job: https://ci.inria.fr/pharo-contribution/job/SmalltalkHub/

Re: [Pharo-project] [ANN] A SmalltalkHub server for each

2013-05-03 Thread Sean P. DeNigris
Damien Cassou wrote Everyone can now have its own private instance of SmalltalkHub. So, if you need a feature in SmalltalkHub, you can now implement it yourself! Please do :-) Awesome!!! Thanks :) - Cheers, Sean -- View this message in context:

Re: [Pharo-project] [ANN] A SmalltalkHub server for each

2013-05-03 Thread Camillo Bruni
Great work! Thanks a lot! BTW on which Seaside version do you depend (and which pharo image?) On 2013-05-03, at 17:42, Damien Cassou damien.cas...@gmail.com wrote: Hi, Nicolas Petton, Benjamin van Ryseghem and I are proud to announce a ConfigurationOfSmalltalkHub and a dedicated Jenkins

[Pharo-project] RFB in 2.0

2013-05-03 Thread Norbert Hartl
Esteban, now I can tell that it isn't working for me either. Socket is open and server is running. But there are immediate disconnects when trying to connect to a pharo2.0 image. Did you figure it out? Norbert

Re: [Pharo-project] froze image just

2013-05-03 Thread Igor Stasenko
On 3 May 2013 13:34, Marcus Denker marcus.den...@inria.fr wrote: On May 3, 2013, at 12:05 PM, p...@highoctane.be wrote: Well, add me as well please :-) Done and as i heard it is already integrated, yes? 2013/5/3 Marcus Denker marcus.den...@inria.fr On May 3, 2013, at 10:16 AM,

Re: [Pharo-project] RFB in 2.0

2013-05-03 Thread Norbert Hartl
I've found the problem. There is a FileDirectory access in RFBSession#desktopName. Removing it makes RFB work. The current RFB sources are on Lukas' server. What do we do with that stuff? Move to smalltalkhub? If not I can ask Lukas to give me write permission. Just wanted to ask what kind of

Re: [Pharo-project] RFB in 2.0

2013-05-03 Thread Mariano Martinez Peck
Hi Norbert, I would move it to its own new repo in SmalltalkHub. Also, I had another problem with RFB and the UIManager. The solution I found was this one: http://samadhiweb.com/blog/2012.11.04.headless.rfb.html I don't like it because I need to change Pharo's base source, but I didn't spend

Re: [Pharo-project] RFB in 2.0

2013-05-03 Thread Norbert Hartl
Am 03.05.2013 um 20:00 schrieb Mariano Martinez Peck marianop...@gmail.com: Hi Norbert, I would move it to its own new repo in SmalltalkHub. Ok, but then it goes under my private section, right? Also, I had another problem with RFB and the UIManager. The solution I found was this one:

Re: [Pharo-project] RFB in 2.0

2013-05-03 Thread Mariano Martinez Peck
On Fri, May 3, 2013 at 3:05 PM, Norbert Hartl norb...@hartl.name wrote: Am 03.05.2013 um 20:00 schrieb Mariano Martinez Peck marianop...@gmail.com: Hi Norbert, I would move it to its own new repo in SmalltalkHub. Ok, but then it goes under my private section, right? you can put it

Re: [Pharo-project] [ANN] A SmalltalkHub server for each

2013-05-03 Thread jannik.laval
really cool ! Thank you guys ! Jannik On May 3, 2013, at 6:14 PM, Camillo Bruni camillobr...@gmail.com wrote: Great work! Thanks a lot! BTW on which Seaside version do you depend (and which pharo image?) On 2013-05-03, at 17:42, Damien Cassou damien.cas...@gmail.com wrote: Hi,

Re: [Pharo-project] RFB in 2.0

2013-05-03 Thread Sean P. DeNigris
Mariano Martinez Peck wrote What about adding RFB at startup list and implement #startUp doing UIManager default: MorphicUIManager new. ? But you don't necessarily always want it to be headful, do you? If you have a headless server image, then use RFB to debug, then it seems you would want to

Re: [Pharo-project] [ANN] A SmalltalkHub server for each

2013-05-03 Thread p...@highoctane.be
Ah, cool! 2013/5/3 jannik.laval jannik.la...@gmail.com really cool ! Thank you guys ! Jannik On May 3, 2013, at 6:14 PM, Camillo Bruni camillobr...@gmail.com wrote: Great work! Thanks a lot! BTW on which Seaside version do you depend (and which pharo image?) On 2013-05-03,

Re: [Pharo-project] RFB in 2.0

2013-05-03 Thread Norbert Hartl
In case of RFB I want it mostly with morphic ui manager. On the other hand it is an option when starting my server. The images runs headless anyway because there is no display driver. I don't see a problem here. Norbert Am 03.05.2013 um 20:17 schrieb Sean P. DeNigris s...@clipperadams.com:

[Pharo-project] [ANN] GemStone/S product and team move to a dedicated company

2013-05-03 Thread Dale Henrichs
If you haven't already heard, the GemStone/S team is becoming an independent company after 3 years as part of VMware. The entire engineering team is moving to GemTalk Systems[1]. GemTalk Systems is completely focused on Smalltalk, GemStone/S and allied initiatives. I've published a blog

Re: [Pharo-project] [ANN] GemStone/S product and team move to a dedicated company

2013-05-03 Thread Casimiro de Almeida Barreto
On 03-05-2013 16:22, Dale Henrichs wrote: If you haven't already heard, the GemStone/S team is becoming an independent company after 3 years as part of VMware. The entire engineering team is moving to GemTalk Systems[1]. GemTalk Systems is completely focused on Smalltalk, GemStone/S and

Re: [Pharo-project] [ANN] GemStone/S product and team move to a dedicated company

2013-05-03 Thread Sven Van Caekenberghe
On 03 May 2013, at 21:22, Dale Henrichs dhenr...@vmware.com wrote: If you haven't already heard, the GemStone/S team is becoming an independent company after 3 years as part of VMware. The entire engineering team is moving to GemTalk Systems[1]. GemTalk Systems is completely focused on

Re: [Pharo-project] [ANN] GemStone/S product and team move to a dedicated company

2013-05-03 Thread stephane ducasse
this is cool :) Stef On May 3, 2013, at 9:22 PM, Dale Henrichs dhenr...@vmware.com wrote: If you haven't already heard, the GemStone/S team is becoming an independent company after 3 years as part of VMware. The entire engineering team is moving to GemTalk Systems[1]. GemTalk Systems

Re: [Pharo-project] [ANN] GemStone/S product and team move to a dedicated company

2013-05-03 Thread Dale Henrichs
- Original Message - | From: Casimiro de Almeida Barreto casimiro.barr...@gmail.com | To: Pharo-project@lists.gforge.inria.fr | Sent: Friday, May 3, 2013 12:28:49 PM | Subject: Re: [Pharo-project] [ANN] GemStone/S product and team move to a dedicated company | | On 03-05-2013 16:22,

Re: [Pharo-project] RFB in 2.0

2013-05-03 Thread Mariano Martinez Peck
On Fri, May 3, 2013 at 3:17 PM, Sean P. DeNigris s...@clipperadams.comwrote: Mariano Martinez Peck wrote What about adding RFB at startup list and implement #startUp doing UIManager default: MorphicUIManager new. ? But you don't necessarily always want it to be headful, do you? If the

[Pharo-project] Sprint

2013-05-03 Thread Camillo Bruni
Thanks everybody for the great sprint! We fixed a lot of things today (incomplete list, please extend): - DateAndTime startup cleansing - Fixing and integrating the new EyeInspector - Fixing Monticello recategorization bug - Removal of RBSmallDictionary - Removal of an old deadly Morphic Halo -

Re: [Pharo-project] How to Debug :D

2013-05-03 Thread Clara Allende
This is great news! Are you going to publish the code? it will come in handy for my summer of code :D On 3 May 2013 03:21, stephane ducasse stephane.duca...@free.fr wrote: Begin forwarded message: *From: *Camillo Bruni camillobr...@gmail.com *Subject: **[Lsehub-staff] How to Debug :D*

Re: [Pharo-project] [ANN] A SmalltalkHub server for each

2013-05-03 Thread Benjamin
I am maybe wrong but I think it's a 2.0 image with Seaside3.0 Ben On May 3, 2013, at 6:14 PM, Camillo Bruni camillobr...@gmail.com wrote: Great work! Thanks a lot! BTW on which Seaside version do you depend (and which pharo image?) On 2013-05-03, at 17:42, Damien Cassou

Re: [Pharo-project] Sprint

2013-05-03 Thread Nicolas Cellier
kudos! 2013/5/4 Camillo Bruni camillobr...@gmail.com Thanks everybody for the great sprint! We fixed a lot of things today (incomplete list, please extend): - DateAndTime startup cleansing - Fixing and integrating the new EyeInspector - Fixing Monticello recategorization bug - Removal

Re: [Pharo-project] RFB in 2.0

2013-05-03 Thread Igor Stasenko
On 3 May 2013 20:05, Norbert Hartl norb...@hartl.name wrote: Am 03.05.2013 um 20:00 schrieb Mariano Martinez Peck marianop...@gmail.com: Hi Norbert, I would move it to its own new repo in SmalltalkHub. Ok, but then it goes under my private section, right? Also, I had another problem

Re: [Pharo-project] RFB in 2.0

2013-05-03 Thread Igor Stasenko
On 3 May 2013 20:17, Sean P. DeNigris s...@clipperadams.com wrote: Mariano Martinez Peck wrote What about adding RFB at startup list and implement #startUp doing UIManager default: MorphicUIManager new. ? But you don't necessarily always want it to be headful, do you? If you have a headless

Re: [Pharo-project] [ANN] A SmalltalkHub server for each

2013-05-03 Thread Javier Pimás
Cool! And I just discovered that typing smalltalk.Browser._open() in the javascript console on smalltalkhub site lets you see how the client side works. I'm starting to understand the power of a pharo backend working together with an amber client, that let's you do fancy stuff in the browser.

Re: [Pharo-project] How to Debug :D

2013-05-03 Thread Igor Stasenko
Did i said already that i don't like how ASTInterpreter implemented? :) Nevertheless, it is useful.. and this case clearly demonstrates that. On 4 May 2013 00:14, Clara Allende clari.alle...@gmail.com wrote: This is great news! Are you going to publish the code? it will come in handy for my

Re: [Pharo-project] [ANN] A SmalltalkHub server for each

2013-05-03 Thread Igor Stasenko
On 4 May 2013 01:01, Javier Pimás elpochodelage...@gmail.com wrote: Cool! And I just discovered that typing smalltalk.Browser._open() in the javascript console on smalltalkhub site lets you see how the client side works. Just don't break it please. I need st-hub in working state :) I'm

Re: [Pharo-project] [ANN] A SmalltalkHub server for each

2013-05-03 Thread Ben Coman
Igor Stasenko wrote: On 4 May 2013 01:01, Javier Pimás elpochodelage...@gmail.com wrote: Cool! And I just discovered that typing smalltalk.Browser._open() in the javascript console on smalltalkhub site lets you see how the client side works. Just don't break it please. I need st-hub