[Pharo-project] How to Debug :D

2013-05-02 Thread stephane ducasse
Begin forwarded message: > From: Camillo Bruni > Subject: [Lsehub-staff] How to Debug :D > Date: May 2, 2013 6:22:06 PM GMT+02:00 > To: RMoD private list > Reply-To: RMoD private list > > Igor: Camillo can you help me debugging this strange athens rendering bug > Cami: sure > > Igor: where

[Pharo-project] NewListModel and AlainTreeModel

2013-05-02 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] SUnit design question

2013-05-02 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...

Re: [Pharo-project] upper vs. lower case

2013-05-02 Thread Igor Stasenko
On 3 May 2013 00:15, Benjamin wrote: > SmallLint rule :) > yes.. forgot it. Indeed this is right way to do it. I don't like changing system in a way to accept only things which is "right" today. Because today's "right" often get's tomorrows "wrong". > Ben > > On May 2, 2013, at 10:47 PM, Igor Sta

Re: [Pharo-project] upper vs. lower case

2013-05-02 Thread Benjamin
SmallLint rule :) Ben On May 2, 2013, at 10:47 PM, Igor Stasenko wrote: > On 2 May 2013 21:04, Camillo Bruni wrote: >> While trying out my new in-image filesystem to file-out my image I encounter >> strange things :) related to upper and lowercase names: >> >> - some classes have the same met

Re: [Pharo-project] sprint image preparation

2013-05-02 Thread Camillo Bruni
I don't seem to express myself clearly enough :) >>> I want to remove the current pending list of ~30 Delay wait processes >>> in the files.pharo.org/image/30/latest.zip just that we have a more or >>> less clean image for the sprint tomorrow. >>> >> ahh.. yes, that makes sense :) >> > here

Re: [Pharo-project] sprint image preparation

2013-05-02 Thread Igor Stasenko
On 2 May 2013 23:49, Igor Stasenko wrote: > On 2 May 2013 23:30, Camillo Bruni wrote: >> >> On 2013-05-02, at 22:32, Igor Stasenko wrote: >> >>> On 2 May 2013 19:37, Camillo Bruni wrote: On 2013-05-02, at 19:31, Igor Stasenko wrote: > On 2 May 2013 19:28, Camillo Bruni wrot

Re: [Pharo-project] sprint image preparation

2013-05-02 Thread Igor Stasenko
On 2 May 2013 23:30, Camillo Bruni wrote: > > On 2013-05-02, at 22:32, Igor Stasenko wrote: > >> On 2 May 2013 19:37, Camillo Bruni wrote: >>> >>> On 2013-05-02, at 19:31, Igor Stasenko wrote: >>> On 2 May 2013 19:28, Camillo Bruni wrote: > Could we upload a new version of the latest

Re: [Pharo-project] sprint image preparation

2013-05-02 Thread Camillo Bruni
On 2013-05-02, at 22:32, Igor Stasenko wrote: > On 2 May 2013 19:37, Camillo Bruni wrote: >> >> On 2013-05-02, at 19:31, Igor Stasenko wrote: >> >>> On 2 May 2013 19:28, Camillo Bruni wrote: Could we upload a new version of the latest image with all the DateAndTime delays removed?

Re: [Pharo-project] upper vs. lower case

2013-05-02 Thread Igor Stasenko
On 2 May 2013 21:04, Camillo Bruni wrote: > While trying out my new in-image filesystem to file-out my image I encounter > strange things :) related to upper and lowercase names: > > - some classes have the same method category with different cases! > - some testClasses have the same method with d

Re: [Pharo-project] sprint image preparation

2013-05-02 Thread Igor Stasenko
On 2 May 2013 19:37, Camillo Bruni wrote: > > On 2013-05-02, at 19:31, Igor Stasenko wrote: > >> On 2 May 2013 19:28, Camillo Bruni wrote: >>> Could we upload a new version of the latest image with all the >>> DateAndTime delays removed? I think that would be nice for the >>> sprint tomorrow. >>

[Pharo-project] NewListModel and AlainTreeModel

2013-05-02 Thread Benjamin
Hello :) I am glad to announce that I have spent some time on Spec, and introduce to new models :) 1) NewListModel This is the spec model for the new implementation of the list. It adds some cool features like a header, a real lazy display implementation, a better mechanism for drag and droppi

[Pharo-project] [Fun] Pharo Sprint -- co-event

2013-05-02 Thread Luc Fabresse
Hi Guys, Sadly, I will not be there for the Sprint this Friday. But you choose a significant date because there is a balloon event in Lille: http://montgolfiades.ec-lille.fr/la-manifestation/programme-des-xxiiemes/ Perhaps some of you will be interested ;-) Cheers, #Luc

Re: [Pharo-project] sprint relocation

2013-05-02 Thread Camillo Bruni
On 2013-05-02, at 20:38, "p...@highoctane.be" wrote: > Yes... let us know. The sprint is definitely held at the INRIA lab, as it was originally planned

[Pharo-project] upper vs. lower case

2013-05-02 Thread Camillo Bruni
While trying out my new in-image filesystem to file-out my image I encounter strange things :) related to upper and lowercase names: - some classes have the same method category with different cases! - some testClasses have the same method with different cases I think this should be avoided if po

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread Esteban A. Maringolo
+1 KISS principle at its best. 2013/5/2 Nicolas Cellier : > I like it >> okay. That makes sense and is nicer, and this sparked a new thought... >> While you might have other use cases, for that specific one case how about >> something like: >> >> #XYZ configuration load.

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread Nicolas Cellier
I like it 2013/5/2 Ben Coman > Igor Stasenko wrote: > >> On 2 May 2013 16:56, Frank Shearar wrote: >> >> >>> On 2 May 2013 15:37, Ben Coman wrote: >>> >>> Sven Van Caekenberghe wrote: > On 02 May 2013, at 06:03, Igor Stasenko wrote: > > > > >> Hi, all >

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread Ben Coman
Igor Stasenko wrote: On 2 May 2013 16:56, Frank Shearar wrote: On 2 May 2013 15:37, Ben Coman wrote: Sven Van Caekenberghe wrote: On 02 May 2013, at 06:03, Igor Stasenko wrote: Hi, all do not think that i am drunk or vent crazy, asking such silly question, which

Re: [Pharo-project] sprint relocation

2013-05-02 Thread p...@highoctane.be
Yes... let us know. 2013/5/2 Sven Van Caekenberghe > Please let us foreigners know if we should not come to your regular > building/office, ASAP ;-) > > On 02 May 2013, at 16:51, Camillo Bruni wrote: > > > I am thinking if it makes sense to relocate the sprint to my place... > > > > Internet w

Re: [Pharo-project] sprint relocation

2013-05-02 Thread Marcus Denker
On May 2, 2013, at 8:02 PM, Sven Van Caekenberghe wrote: > Please let us foreigners know if we should not come to your regular > building/office, ASAP ;-) > It is at the normal place! > On 02 May 2013, at 16:51, Camillo Bruni wrote: > >> I am thinking if it makes sense to relocate the spr

Re: [Pharo-project] sprint relocation

2013-05-02 Thread Sven Van Caekenberghe
Please let us foreigners know if we should not come to your regular building/office, ASAP ;-) On 02 May 2013, at 16:51, Camillo Bruni wrote: > I am thinking if it makes sense to relocate the sprint to my place... > > Internet was down every 10mins today and they have problems with the > conne

[Pharo-project] Printing TraitCompositions (was Re: How i can retrieve the global by its name?)

2013-05-02 Thread Frank Shearar
On 2 May 2013 17:40, Guillermo Polito wrote: > #bindedXXX and #boundXXX sounds pretty static to me... It's like it was > already binded. And maybe in the back it is dynamically looked up. Maybe a > more abstract name can fit better: > > #resolveToClass ? #lookupClass ? > > Also (I'm pretty negativ

Re: [Pharo-project] sprint image preparation

2013-05-02 Thread Camillo Bruni
On 2013-05-02, at 19:31, Igor Stasenko wrote: > On 2 May 2013 19:28, Camillo Bruni wrote: >> Could we upload a new version of the latest image with all the >> DateAndTime delays removed? I think that would be nice for the >> sprint tomorrow. >> >> I can do it later this evening, unless some sp

Re: [Pharo-project] sprint image preparation

2013-05-02 Thread Igor Stasenko
On 2 May 2013 19:28, Camillo Bruni wrote: > Could we upload a new version of the latest image with all the > DateAndTime delays removed? I think that would be nice for the > sprint tomorrow. > > I can do it later this evening, unless some special care is > needed for that? > i did not finished cle

[Pharo-project] sprint image preparation

2013-05-02 Thread Camillo Bruni
Could we upload a new version of the latest image with all the DateAndTime delays removed? I think that would be nice for the sprint tomorrow. I can do it later this evening, unless some special care is needed for that?

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread Igor Stasenko
On 2 May 2013 18:40, Guillermo Polito wrote: > #bindedXXX and #boundXXX sounds pretty static to me... It's like it was > already binded. And maybe in the back it is dynamically looked up. Maybe a > more abstract name can fit better: > > #resolveToClass ? #lookupClass ? > > Also (I'm pretty negativ

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread Guillermo Polito
#bindedXXX and #boundXXX sounds pretty static to me... It's like it was already binded. And maybe in the back it is dynamically looked up. Maybe a more abstract name can fit better: #resolveToClass ? #lookupClass ? Also (I'm pretty negative today), let's do not forget about traits! (We always do,

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread Chris Cunningham
On Thu, May 2, 2013 at 9:29 AM, Esteban Lorenzano wrote: > > #bindedClass > #bindedClassOn: anEnvironment > > looks clearer to me. > > Esteban > maybe: #boundClass #boundClassOn: anEnvironment

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread Esteban Lorenzano
the problem with #bind is that a binding is a pair (an association), not its value... so it can cause confusion (and you know murphy's law: it it can, it will). #asClass is not so bad #asClassOn: anEnvironment can work too. or: #bindedClass #bindedClassOn: anEnvironment looks clearer to me

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread Esteban A. Maringolo
I vote for the #bind* (ej, #bindToClass) or similar. The #asX... means casting for me. I'd expect that `#Foo asClass` answer a new class named #Foo. Regards, Esteban A. Maringolo 2013/5/2 Igor Stasenko : > On 2 May 2013 16:56, Frank Shearar wrote: >> On 2 May 2013 15:37, Ben Coman wrote: >>>

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread Igor Stasenko
On 2 May 2013 16:56, Frank Shearar wrote: > On 2 May 2013 15:37, Ben Coman wrote: >> Sven Van Caekenberghe wrote: >>> >>> On 02 May 2013, at 06:03, Igor Stasenko wrote: >>> >>> Hi, all do not think that i am drunk or vent crazy, asking such silly question, which at best

Re: [Pharo-project] [squeak-dev] Unix socket plugin patch for systemd

2013-05-02 Thread Max Leske
Thanks Bert. On 02.05.2013, at 16:29, Bert Freudenberg wrote: > On 2013-05-02, at 15:44, Max Leske wrote: > >> We've created a patch for the unix socket plugin that allows for socket >> activation via systemd. >> >> This is how it works: >> 1. tell systemd to link a socket to the vm (e.g. 8

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread Frank Shearar
On 2 May 2013 15:37, Ben Coman wrote: > Sven Van Caekenberghe wrote: >> >> On 02 May 2013, at 06:03, Igor Stasenko wrote: >> >> >>> >>> Hi, all >>> >>> do not think that i am drunk or vent crazy, asking such silly >>> question, which at best should be asked only by beginner :) >>> >>> I know the

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread Igor Stasenko
On 2 May 2013 16:37, Ben Coman wrote: > Sven Van Caekenberghe wrote: >> >> On 02 May 2013, at 06:03, Igor Stasenko wrote: >> >> >>> >>> Hi, all >>> >>> do not think that i am drunk or vent crazy, asking such silly >>> question, which at best should be asked only by beginner :) >>> >>> I know the

[Pharo-project] sprint relocation

2013-05-02 Thread Camillo Bruni
I am thinking if it makes sense to relocate the sprint to my place... Internet was down every 10mins today and they have problems with the connection here at the lab since a week. Without network we're pretty much dead for a sprint. We've been watching movies at our place with around 20 people, t

Re: [Pharo-project] froze image just

2013-05-02 Thread Igor Stasenko
On 2 May 2013 16:39, Igor Stasenko wrote: > On 2 May 2013 15:33, Henrik Johansen wrote: >> >> On May 2, 2013, at 2:50 PM, Igor Stasenko wrote: >> >>> On 2 May 2013 09:54, Henrik Johansen wrote: What? I am 99.99% sure it used to interrupt the GUI process if no other viable candida

[Pharo-project] [regression reporter]regression occurred

2013-05-02 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/./label=mac/105/ 3 regressions found. KernelTests.Objects.UndefinedObjectTest.testStoreOn Multilingual.Tests.TextConversion.UTF16TextConverterTest.testBOMWrite Multilingual.Tests.TextConversion.UTF16TextConverterTest.testNoBOM

Re: [Pharo-project] froze image just

2013-05-02 Thread Igor Stasenko
On 2 May 2013 15:33, Henrik Johansen wrote: > > On May 2, 2013, at 2:50 PM, Igor Stasenko wrote: > >> On 2 May 2013 09:54, Henrik Johansen wrote: >>> What? >>> I am 99.99% sure it used to interrupt the GUI process if no other viable >>> candidate could be found, why change that? >>> At least in

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread Ben Coman
Sven Van Caekenberghe wrote: On 02 May 2013, at 06:03, Igor Stasenko wrote: Hi, all do not think that i am drunk or vent crazy, asking such silly question, which at best should be asked only by beginner :) I know the answer: Smalltalk at: #SomeName or Smalltalk globals at: #SomeName w

[Pharo-project] [regression reporter]regression occurred

2013-05-02 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/./label=win/105/ 3 regressions found. KernelTests.Objects.UndefinedObjectTest.testStoreOn Multilingual.Tests.TextConversion.UTF16TextConverterTest.testBOMWrite Multilingual.Tests.TextConversion.UTF16TextConverterTest.testNoBOM

[Pharo-project] [regression reporter]regression occurred

2013-05-02 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/./label=linux/105/ 3 regressions found. KernelTests.Objects.UndefinedObjectTest.testStoreOn Multilingual.Tests.TextConversion.UTF16TextConverterTest.testBOMWrite Multilingual.Tests.TextConversion.UTF16TextConverterTest.testNoB

[Pharo-project] [update 3.0] #30084

2013-05-02 Thread Marcus Denker
30084 - 10377 #evaluatorClass --> just use #compiler instead https://pharo.fogbugz.com/f/cases/10377 Diff information: http://smalltalkhub.com/#!/~Pharo/Pharo30/diff/Tools-MarcusDenker.1099 http://smalltalkhub.com/#!/~Pharo/Pharo30/diff/TextTests-MarcusDenker.5 http:

[Pharo-project] Unix socket plugin patch for systemd

2013-05-02 Thread Max Leske
We've created a patch for the unix socket plugin that allows for socket activation via systemd. This is how it works: 1. tell systemd to link a socket to the vm (e.g. 8080) 2. send a request to the socket 3. systemd will launch the vm and hold the request until the image is connected to the port

Re: [Pharo-project] froze image just

2013-05-02 Thread Henrik Johansen
On May 2, 2013, at 2:50 PM, Igor Stasenko wrote: > On 2 May 2013 09:54, Henrik Johansen wrote: >> What? >> I am 99.99% sure it used to interrupt the GUI process if no other viable >> candidate could be found, why change that? >> At least in my mind, if you hit cmd - dot, either you want to inte

Re: [Pharo-project] froze image just

2013-05-02 Thread stephane ducasse
On May 2, 2013, at 2:50 PM, Igor Stasenko wrote: > On 2 May 2013 09:54, Henrik Johansen wrote: >> What? >> I am 99.99% sure it used to interrupt the GUI process if no other viable >> candidate could be found, why change that? >> At least in my mind, if you hit cmd - dot, either you want to int

Re: [Pharo-project] froze image just

2013-05-02 Thread Igor Stasenko
On 2 May 2013 09:54, Henrik Johansen wrote: > What? > I am 99.99% sure it used to interrupt the GUI process if no other viable > candidate could be found, why change that? > At least in my mind, if you hit cmd - dot, either you want to interrupt some > process blocking the UI on a higher priorit

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread Igor Stasenko
On 2 May 2013 14:14, Camillo Bruni wrote: > On 2013-05-02, at 12:32, Guillermo Polito wrote: >> But today using Smalltalk everywhere means that we are always using the >> same environment, and that does not look like a big deal to anybody :)... >> >> And then, that's easily solved by doing some s

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread Tobias Pape
Am 02.05.2013 um 13:45 schrieb Norbert Hartl : > > Am 02.05.2013 um 06:03 schrieb Igor Stasenko : > >> #SomeName asGlobal >> >> (or suggest more appropriate/precise method name for a symbol) > > I think if you write > > asGlobalWhat? > > the problems with this becomes visible. As Steph wrote

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread Camillo Bruni
On 2013-05-02, at 12:32, Guillermo Polito wrote: > But today using Smalltalk everywhere means that we are always using the > same environment, and that does not look like a big deal to anybody :)... > > And then, that's easily solved by doing some simple stuff if you like > specify an environment

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread Igor Stasenko
On 2 May 2013 13:45, Norbert Hartl wrote: > > Am 02.05.2013 um 06:03 schrieb Igor Stasenko : > > #SomeName asGlobal > > (or suggest more appropriate/precise method name for a symbol) > > > I think if you write > > asGlobalWhat? > > the problems with this becomes visible. As Steph wrote there is as

Re: [Pharo-project] SUnit design question

2013-05-02 Thread Camillo Bruni
Yeah, so maybe this is the way to go, for now I think we simply add a bit more extended MOP to the TestResult so we can rewrite it from there on. For instance we only have #addSkip: which does not give you the user-defined message from #sip: as an argument. Same goes for #addError: and #addFail

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread stephane ducasse
> But today using Smalltalk everywhere means that we are always using the same > environment, and that does not look like a big deal to anybody :)... > > And then, that's easily solved by doing some simple stuff if you like specify > an environment, isn't it? > > Symbol>>asClass > self as

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread Norbert Hartl
Am 02.05.2013 um 06:03 schrieb Igor Stasenko : > #SomeName asGlobal > > (or suggest more appropriate/precise method name for a symbol) I think if you write asGlobalWhat? the problems with this becomes visible. As Steph wrote there is asClass which does it for the case you are looking for a c

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread stephane ducasse
> asGlobalOrSomethingLikeThat :-) ;D

[Pharo-project] [regression reporter]regression occurred

2013-05-02 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/./label=win/104/ 1 regressions found. KernelTests.Methods.CompiledMethodTest.testCopyWithTrailerBytes

[Pharo-project] [regression reporter]regression occurred

2013-05-02 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/./label=mac/104/ 1 regressions found. KernelTests.Methods.CompiledMethodTest.testCopyWithTrailerBytes

[Pharo-project] [update 3.0] #30083

2013-05-02 Thread Marcus Denker
30083 - 10474 Undeclared filteringBlockHolder on NewList https://pharo.fogbugz.com/f/cases/10474 10469 ClassDescriptionTest uncategorized method and make ClassTest >> #testUnCategorizedMethods more verbose https://pharo.fogbugz.com/f/cases/10469 10473 #equiva

[Pharo-project] [regression reporter]regression occurred

2013-05-02 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/./label=linux/104/ 1 regressions found. KernelTests.Methods.CompiledMethodTest.testCopyWithTrailerBytes

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread Guillermo Polito
But today using Smalltalk everywhere means that we are always using the same environment, and that does not look like a big deal to anybody :)... And then, that's easily solved by doing some simple stuff if you like specify an environment, isn't it? Symbol>>asClass self asClassInEnvironment:

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread Nicolas Cellier
But practically, when are you interested to query existence of a global which is not a class? Concerning asClass, it does not resolve anything, how do you specify the environment? Will it be included into the String and decoded? 'MyEnvironment.MyClass' asClass? What if you don't provide a fully qu

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread Pavel Krivanek
asGlobalOrSomethingLikeThat :-) -- Pavel On Thu, May 2, 2013 at 11:59 AM, stephane ducasse wrote: > > On May 2, 2013, at 10:36 AM, Frank Shearar > wrote: > > > What's "global"? Even if you haven't implemented scoped environments, > > rather use a name that doesn't imply that you'll never have s

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread stephane ducasse
On May 2, 2013, at 10:36 AM, Frank Shearar wrote: > What's "global"? Even if you haven't implemented scoped environments, > rather use a name that doesn't imply that you'll never have scoped > environments. :) this is why I proposed asClass Now asGlobal can be interpreted as as globally access

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread S Krish
Yes that's a much needed one. I used it yesterday, after creating my own crOut, I quickly looked into Pharo2.0 to find these crLog, logCr et als.. Beginner stuff like this does make it lot easier for everyone, not just beginners..! We could borrow from all other languages if any like this.. O

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread Frank Shearar
What's "global"? Even if you haven't implemented scoped environments, rather use a name that doesn't imply that you'll never have scoped environments. #asClass sounds better, except for Guillermo's point about well-known things that aren't classes. frank On 2 May 2013 09:31, Nicolas Cellier wro

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread Nicolas Cellier
Sounds a bit like VW #{ } This sounds good to me, but don't use globalBinding, I would expect this one to answer the binding (Asociation) rather than the value. 2013/5/2 Sven Van Caekenberghe > > On 02 May 2013, at 06:03, Igor Stasenko wrote: > > > Hi, all > > > > do not think that i am drunk

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread Guillermo Polito
+1!! The only thing that makes me noise about asClass is #Processor asClass #Transcript asClass What do we do with those guys? :) On Thu, May 2, 2013 at 9:17 AM, Camillo Bruni wrote: > > On 2013-05-02, at 09:12, Sven Van Caekenberghe wrote: > > > > > On 02 May 2013, at 06:03, Igor Stasenko

[Pharo-project] [update 3.0] #30082

2013-05-02 Thread Marcus Denker
30082 - 10379 #compilerClass new --> compiler https://pharo.fogbugz.com/f/cases/10379 Diff information: http://smalltalkhub.com/#!/~Pharo/Pharo30/diff/Traits-MarcusDenker.493 http://smalltalkhub.com/#!/~Pharo/Pharo30/diff/Tools-MarcusDenker.1097 http://smalltalkhub.com/#!/~Pharo/Phar

Re: [Pharo-project] SUnit design question

2013-05-02 Thread Herby Vojčík
In Amber I created such thing, for the same reasons, but there SUnit is lot simpler than Pharo's one. stephane ducasse wrote: Indeed it would be nice to have. On May 1, 2013, at 11:29 AM, Camillo Bruni wrote: I'm not sure if I asked that question before, but why is there no dedicated TestRu

Re: [Pharo-project] froze image just

2013-05-02 Thread Henrik Johansen
What? I am 99.99% sure it used to interrupt the GUI process if no other viable candidate could be found, why change that? At least in my mind, if you hit cmd - dot, either you want to interrupt some process blocking the UI on a higher priority, or you want the UI process itself. For everything el

Re: [Pharo-project] froze image just

2013-05-02 Thread Sven Van Caekenberghe
On 02 May 2013, at 09:01, Denis Kudriashov wrote: > 2013/5/2 Camillo Bruni > > On 2013-05-02, at 08:36, Denis Kudriashov wrote: > > > Same problem in same train situation. > > I press commit on local directory and system start connect to smalltalkhub > > repository and hang for ever. Why sys

Re: [Pharo-project] froze image just

2013-05-02 Thread Camillo Bruni
On 2013-05-02, at 09:01, Denis Kudriashov wrote: > 2013/5/2 Camillo Bruni >> On 2013-05-02, at 08:36, Denis Kudriashov wrote: >> >>> Same problem in same train situation. >>> I press commit on local directory and system start connect to >> smalltalkhub >>> repository and hang for ever. Why syst

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread Camillo Bruni
On 2013-05-02, at 09:12, Sven Van Caekenberghe wrote: > > On 02 May 2013, at 06:03, Igor Stasenko wrote: > >> Hi, all >> >> do not think that i am drunk or vent crazy, asking such silly >> question, which at best should be asked only by beginner :) >> >> I know the answer: >> >> Smalltalk

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread stephane ducasse
> > ConfigurationOfXYZ globalValue project bleedingEdge load. #ConfigurationOfXYZ globalValue project bleedingEdge load. may be #ConfigurationOfXYZ asClass ?

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread Sven Van Caekenberghe
On 02 May 2013, at 06:03, Igor Stasenko wrote: > Hi, all > > do not think that i am drunk or vent crazy, asking such silly > question, which at best should be asked only by beginner :) > > I know the answer: > > Smalltalk at: #SomeName > > or > > Smalltalk globals at: #SomeName > > what st

Re: [Pharo-project] Moment of fun

2013-05-02 Thread stephane ducasse
Neat!!! > Hello. > > (UpdatingStringMorph on: otherMorph selector: #position) openInWorld. > > and then move otherMorph on screen > > or > > (UpdatingStringMorph on: otherMorph selector: #extent) openInWorld. > > and then resize otherMorph > > 2013/4/30 Stéphane Ducasse > Hi guys > > I wou

Re: [Pharo-project] froze image just

2013-05-02 Thread Denis Kudriashov
2013/5/2 Camillo Bruni > > On 2013-05-02, at 08:36, Denis Kudriashov wrote: > > > Same problem in same train situation. > > I press commit on local directory and system start connect to > smalltalkhub > > repository and hang for ever. Why system doing this when I use local > > repository? > > Be

Re: [Pharo-project] dynamic spec contents

2013-05-02 Thread Camillo Bruni
Ben and I fixed the SpecDebugger yesterday. Doing another pass with Clement these days and we're ready to ship the new inspectors :) On 2013-04-30, at 21:09, Clément Bera wrote: > Yeah it would be nice. > > We wanted to avoid stuff as "primitiveChangeClassTo:". It is nice we can > avoid them