Re: [Pharo-project] help needed

2013-01-31 Thread Goubier Thierry
Le 31/01/2013 02:30, Stéphane Ducasse a écrit : Morbid fascination It is late so I may completely off but how many isKindOf: are executed in this method? ((aSymbol isKindOf: Array) and: [aSymbol size 1 and: [aSymbol first == self nodeListSelector and: [

Re: [Pharo-project] OrderedIdentityDictionary in a more general package

2013-01-31 Thread Esteban Lorenzano
... and we need Spec as a project under team Pharo, in sthub :) On Jan 31, 2013, at 8:28 AM, Torsten Bergmann asta...@gmx.de wrote: Stef wrote: good idea. Do you know the test coverage of the class? Because it would be nice to run hapao on it and write some tests if there are none.

Re: [Pharo-project] OrderedIdentityDictionary in a more general package

2013-01-31 Thread Clément Bera
Actually this was in the bug tracker http://code.google.com/p/pharo/issues/detail?id=2759can=1q=orderedDictionarycolspec=ID%20Type%20Status%20Summary%20Milestone%20Difficulty error 2759 This OrderedIdentityDictionary is only used for user interface that is why it is on Spec-Core for now. See

[Pharo-project] [update 2.0] #20500

2013-01-31 Thread Marcus Denker
20500 - Issue 7360: Tests for FillStyle http://code.google.com/p/pharo/issues/detail?id=7360 Issue 7197: Not running RBSpellCheckerTest? http://code.google.com/p/pharo/issues/detail?id=7197 Issue 7340: Failing test:

Re: [Pharo-project] I hate 'as yet unclassified'

2013-01-31 Thread Frank Shearar
On 30 January 2013 22:36, Nicolas Cellier nicolas.cellier.aka.n...@gmail.com wrote: 2013/1/30 Frank Shearar frank.shea...@gmail.com On 30 January 2013 22:20, Nicolas Cellier nicolas.cellier.aka.n...@gmail.com wrote: In st-80 these were protocols and the name make you think of it

Re: [Pharo-project] zn url with passwords

2013-01-31 Thread Damien Cassou
On Wed, Jan 30, 2013 at 7:50 PM, Sven Van Caekenberghe s...@stfx.eu wrote: I added this (in bleedingEdge) so that 'git://u...@foo.com/bar' asZnUrl works as expected. thank you so much Sven! -- Damien Cassou http://damiencassou.seasidehosting.st Success is the ability to go from

Re: [Pharo-project] help needed

2013-01-31 Thread Usman Bhatti
On Thu, Jan 31, 2013 at 2:30 AM, Stéphane Ducasse stephane.duca...@inria.fr wrote: Morbid fascination It is late so I may completely off but how many isKindOf: are executed in this method? ((aSymbol isKindOf: Array) and: [aSymbol size 1 and: [aSymbol first == self

Re: [Pharo-project] I hate 'as yet unclassified'

2013-01-31 Thread Camillo Bruni
On 2013-01-31, at 03:53, Ben Coman b...@openinworld.com wrote: Camillo Bruni wrote: I was just waiting for the google issue tracker to come back to life... https://code.google.com/p/pharo/issues/detail?id=7373 = Slice in Inbox the major problem I have now, is that wrong

Re: [Pharo-project] zn url with passwords

2013-01-31 Thread Camillo Bruni
On 2013-01-31, at 10:58, Damien Cassou damien.cas...@gmail.com wrote: On Wed, Jan 30, 2013 at 7:50 PM, Sven Van Caekenberghe s...@stfx.eu wrote: I added this (in bleedingEdge) so that 'git://u...@foo.com/bar' asZnUrl works as expected. thank you so much Sven! nice ;)

Re: [Pharo-project] [update 2.0] #20500

2013-01-31 Thread Sven Van Caekenberghe
On 31 Jan 2013, at 10:24, Marcus Denker marcus.den...@inria.fr wrote: 20500 - Lovely version number ;-) This calls for a little virtual celebration ! Thanks everybody for all the hard work. Issue 7360: Tests for FillStyle http://code.google.com/p/pharo/issues/detail?id=7360

Re: [Pharo-project] I hate 'as yet unclassified'

2013-01-31 Thread S Krish
Auto categorization in the old browser: Categorize all uncategorized had simple rules especially overridden methods / known methods in their known categories.. That would help greatly for most developers, more so the beginners to get a good feel of recommended categorization. But can auto

[Pharo-project] [Jenkins] Old Jenkins has been turned off

2013-01-31 Thread Marcus Denker
Hi, The migration is done! The old jenkins now is officially turned off, and we are running on the new one: https://ci.inria.fr/pharo/ Of course, like all move, there are some collaterals to fix, but the first milestone has been passed. TODO: - Get the broken builds running

Re: [Pharo-project] [Jenkins] Old Jenkins has been turned off

2013-01-31 Thread Tudor Girba
Much more?! Impressive. Thank you for all the effort. Cheers, Doru On Thu, Jan 31, 2013 at 12:55 PM, Marcus Denker marcus.den...@inria.frwrote: Hi, The migration is done! The old jenkins now is officially turned off, and we are running on the new one:

Re: [Pharo-project] [Jenkins] Old Jenkins has been turned off

2013-01-31 Thread Sven Van Caekenberghe
On 31 Jan 2013, at 12:55, Marcus Denker marcus.den...@inria.fr wrote: Hi, The migration is done! The old jenkins now is officially turned off, and we are running on the new one: https://ci.inria.fr/pharo/ Of course, like all move, there are some collaterals to fix, but the

Re: [Pharo-project] OrderedIdentityDictionary in a more general package

2013-01-31 Thread Stéphane Ducasse
Ok so it would be good to address the issue. We should get better and larger collection choice. Since you already add a look could you check it again. Stef On Jan 31, 2013, at 5:49 AM, Clément Bera wrote: Actually this was in the bug tracker

Re: [Pharo-project] help needed

2013-01-31 Thread Stéphane Ducasse
Usman did you check with 1.3 to know if the method was there? Stef On Jan 31, 2013, at 7:03 AM, Usman Bhatti wrote: On Thu, Jan 31, 2013 at 2:30 AM, Stéphane Ducasse stephane.duca...@inria.fr wrote: Morbid fascination It is late so I may completely off but how many isKindOf: are

Re: [Pharo-project] OrderedIdentityDictionary in a more general package

2013-01-31 Thread Tudor Girba
Does anyone know the difference between: - OrderedIdentityDictionary from Spec and - OrderPreservingDictionary from http://www.squeaksource.com/OrderPreservingDict ? we use the latter in XMLSupport and I think we could probably consolidate. Doru On Thu, Jan 31, 2013 at 9:38 AM, Esteban

Re: [Pharo-project] [Jenkins] Old Jenkins has been turned off

2013-01-31 Thread Stéphane Ducasse
Thanks a lot for all the efforts. I'm convinced that it will really pay off. Stef On Jan 31, 2013, at 8:55 AM, Marcus Denker wrote: Hi, The migration is done! The old jenkins now is officially turned off, and we are running on the new one: https://ci.inria.fr/pharo/ Of

Re: [Pharo-project] Extent a Athens surface?

2013-01-31 Thread Vanessa Peña Araya
Hi, Thank you very much for your answer, it works perfectly :) Vanessa. On 01/30/2013 05:44 PM, Igor Stasenko wrote: On 30 January 2013 18:14, MartinW w...@fastmail.fm wrote: Igor Stasenko wrote I wanted to ask if it's possible to extent an Athens surface. If it can't be done, because as

[Pharo-project] [update 2.0] #20501

2013-01-31 Thread Marcus Denker
20501 - Issue 7343: Monkey should *not* set FailingTest http://code.google.com/p/pharo/issues/detail?id=7343 Issue 7333: CommandLineUImanager missing methods (was define behavior ie, writing on stdout) http://code.google.com/p/pharo/issues/detail?id=7333

Re: [Pharo-project] [ANN] NativeBoost project moved to new hosting: smalltalkhub

2013-01-31 Thread Nicolas Petton
Igor Stasenko siguc...@gmail.com writes: (Lets hope, smalltalkhub won't forget all the data, so i have to add users over and over again like on squeaksource ;) It shouldn't just nuke the db, no :) Nico

Re: [Pharo-project] [ANN] NativeBoost project moved to new hosting: smalltalkhub

2013-01-31 Thread Norbert Hartl
Am 31.01.2013 um 15:08 schrieb Igor Stasenko siguc...@gmail.com: If you want to be added as developer(s) to NativeBoost or AsmJit , make sure you are registered at smalltalkhub, and then send me your credentials. This is a phishing mail. Official pharo members never ask you to give them your

Re: [Pharo-project] [ANN] NativeBoost project moved to new hosting: smalltalkhub

2013-01-31 Thread Camillo Bruni
On 2013-01-31, at 15:13, Norbert Hartl norb...@hartl.name wrote: Am 31.01.2013 um 15:08 schrieb Igor Stasenko siguc...@gmail.com: If you want to be added as developer(s) to NativeBoost or AsmJit , make sure you are registered at smalltalkhub, and then send me your credentials. This is

Re: [Pharo-project] [ann] glamorous debugger (alpha)

2013-01-31 Thread Stéphane Ducasse
Andrei I will integrate the Spec Widget Changes now. Then I played with the debugger with vanessa and we got a bit lost because the text selection does not show where is the expression currently with over or into. At one point we got to new process and it blocked also everything. So after

Re: [Pharo-project] [ANN] NativeBoost project moved to new hosting: smalltalkhub

2013-01-31 Thread Jimmie Houchin
On 1/31/2013 8:47 AM, Igor Stasenko wrote: On 31 January 2013 15:13, Norbert Hartl norb...@hartl.name wrote: Am 31.01.2013 um 15:08 schrieb Igor Stasenko siguc...@gmail.com: If you want to be added as developer(s) to NativeBoost or AsmJit , make sure you are registered at smalltalkhub, and

Re: [Pharo-project] [ann] glamorous debugger (alpha)

2013-01-31 Thread Andrei Vasile Chis
Hi Stef, Andrei I will integrate the Spec Widget Changes now. Then I played with the debugger with vanessa and we got a bit lost because the text selection does not show where is the expression currently with over or into. This should be fixed now. At one point we got to new process and

[Pharo-project] Zinc-SSO OAuth2 Google offline access

2013-01-31 Thread Yanni Chiu
After some struggle to understand OAuth2 and Google Calendar API, I managed to insert a calendar entry. Now, I want to be able to manipulate the calendar, without the user being logged on, in their browser - which is offline access according to the Google docs [1] (I'm not sure whether this

Re: [Pharo-project] misleading behaviour of TextModelsetSelection: in Spec

2013-01-31 Thread Benjamin
I think it's a bug. At least it's not the expected behaviour :) Ben On Jan 31, 2013, at 7:40 PM, Andrei Vasile Chis chisvasileand...@gmail.com wrote: Hi, I am playing with spec hit some issues with TextModelsetSelection: First, unlike any other method in TextModel, setSelection: only

Re: [Pharo-project] misleading behaviour of TextModelsetSelection: in Spec

2013-01-31 Thread Andrei Vasile Chis
Ok. I'll open an issue then. Andrei On Thu, Jan 31, 2013 at 8:41 PM, Benjamin benjamin.vanryseghem.ph...@gmail.com wrote: I think it's a bug. At least it's not the expected behaviour :) Ben On Jan 31, 2013, at 7:40 PM, Andrei Vasile Chis chisvasileand...@gmail.com wrote: Hi, I am

Re: [Pharo-project] Zinc-SSO OAuth2 Google offline access

2013-01-31 Thread Jan van de Sandt
Hello Yanni, Good to hear that you have OAuth access to Google Calendar working. Currently the access_type parameter is hardcoded to online in ZnGoogleOAuth2Session. Instead of making a separate class for offline access I think it's a better idea to change the current class so you can configure

[Pharo-project] [update 2.0] #20502

2013-01-31 Thread stephane ducasse
A last one from chile :) 20502 - - Issue 7347: Spec-Widgets. Thanks Andrei Chis. http://code.google.com/p/pharo/issues/detail?id=7347 - Issue 7149: Selection is wrong in senders and Implementors. Thanks Alexandre Bergel and Milton Mamani.

Re: [Pharo-project] misleading behaviour of TextModelsetSelection: in Spec

2013-01-31 Thread Andrei Vasile Chis
I created two :) http://code.google.com/p/pharo/issues/detail?id=7382 http://code.google.com/p/pharo/issues/detail?id=7383 For the second I also uploaded a possible fix. Andrei On Thu, Jan 31, 2013 at 8:44 PM, Andrei Vasile Chis chisvasileand...@gmail.com wrote: Ok. I'll open an issue then.

[Pharo-project] Ghosting around Tool Windows

2013-01-31 Thread Sean P. DeNigris
When I open (for example) a Workspace and then drag it around the world, there is a very thin trail left behind in the world (screenshot attached). Anyone else seeing this? Image - Pharo2.0a Latest update: #20501 Virtual Machine --- /Applications/Pharo.app/Contents/MacOS/Pharo

Re: [Pharo-project] Ghosting around Tool Windows

2013-01-31 Thread DeNigris Sean
Here's the screenshot...

[Pharo-project] new Cog VMs available

2013-01-31 Thread Eliot Miranda
...at http://www.mirandabanda.org/files/Cog/VM/VM.r2677/. CogVM binaries as per VMMaker.oscog-eem.261/r2677. Move determination of the ammount of headroom to the platform in osCogStackPageHeadroom (in the various sqFooMain.c files). Hence 2k stack pages on Mac and Win32 with 4k pages on linux.

Re: [Pharo-project] help needed

2013-01-31 Thread Stéphane Ducasse
usman what is the expected behavior? Because I replace the last line with ^ container emptySelection but I do not know if the result is what is expected. Stef On Jan 31, 2013, at 12:48 PM, Usman Bhatti wrote: On Thu, Jan 31, 2013 at 1:20 PM, Stéphane Ducasse

Re: [Pharo-project] help needed

2013-01-31 Thread Stéphane Ducasse
Usman I also try just returning the container but do not know the expected result. It works Stef On Jan 31, 2013, at 12:48 PM, Usman Bhatti wrote: On Thu, Jan 31, 2013 at 1:20 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: Usman did you check with 1.3 to know if the method

Re: [Pharo-project] [ANN] NativeBoost project moved to new hosting: smalltalkhub

2013-01-31 Thread Stéphane Ducasse
This is a phishing mail. Official pharo members never ask you to give them your credentials. If you've done so please change your password immediately and notify the security department! ok, I already informed the police. will distract igor in the office until they get here… :) Stef

Re: [Pharo-project] [ANN] NativeBoost project moved to new hosting: smalltalkhub

2013-01-31 Thread Stéphane Ducasse
Excellent. 2.0 is a good number. much much much better than 0.4 or 0.6 :) Stef Hi, i just migrated all packages history to new hosting on smalltalkhub. There is a new version AsmJit 1.3 and NativeBoost 2.0 but 'new' there is just changing the official repository urls. --- To try

Re: [Pharo-project] OrderedIdentityDictionary in a more general package

2013-01-31 Thread Stéphane Ducasse
It will come :) Stef ... and we need Spec as a project under team Pharo, in sthub :) Stef wrote: good idea. Do you know the test coverage of the class? Because it would be nice to run hapao on it and write some tests if there are none. Actually there are no tests - at least not in

Re: [Pharo-project] OrderedIdentityDictionary in a more general package

2013-01-31 Thread Stéphane Ducasse
I do not know but indeed it would be good to have one good one instead of three half Stef On Jan 31, 2013, at 9:40 AM, Tudor Girba wrote: Does anyone know the difference between: - OrderedIdentityDictionary from Spec and - OrderPreservingDictionary from

Re: [Pharo-project] Spec questions

2013-01-31 Thread Sean P. DeNigris
Benjamin Van Ryseghem-2 wrote You can have a look at SpecInspector. If you need more, I will write more :) SpecInspector seems to cover the dynamic showing and hiding behavior, but I think an example of adding and removing arbitrary widgets on the fly, like the one we discussed, would be very

Re: [Pharo-project] [ANN] NativeBoost project moved to new hosting: smalltalkhub

2013-01-31 Thread Camillo Bruni
Igor can you also update the ci? https://ci.inria.fr/rmod/job/NativeBoost/configure On 2013-01-31, at 22:14, Stéphane Ducasse stephane.duca...@inria.fr wrote: Excellent. 2.0 is a good number. much much much better than 0.4 or 0.6 :) Stef Hi, i just migrated all packages history to new

Re: [Pharo-project] Cross-classified methods

2013-01-31 Thread Stephan Eggermont
Hmm, it was not clear in which direction this works. I switched them for http://code.google.com/p/pharo/issues/detail?id=7379 Thanks for noting, Sean. So: the first set are methods where Squeak has no classification, and Pharo does. The second set has methods where Pharo has no classifications,

Re: [Pharo-project] help needed

2013-01-31 Thread Usman Bhatti
On Thu, Jan 31, 2013 at 10:09 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: Usman I also try just returning the container but do not know the expected result. It works It kinda works because DNU has disappeared. Scenario I have a list, when I select an element from the list, its

Re: [Pharo-project] help needed

2013-01-31 Thread Stéphane Ducasse
On Jan 31, 2013, at 7:35 PM, Usman Bhatti wrote: On Thu, Jan 31, 2013 at 10:09 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: Usman I also try just returning the container but do not know the expected result. It works It kinda works because DNU has disappeared.

Re: [Pharo-project] help needed

2013-01-31 Thread Stéphane Ducasse
On Jan 31, 2013, at 7:35 PM, Usman Bhatti wrote: On Thu, Jan 31, 2013 at 10:09 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: Usman I also try just returning the container but do not know the expected result. It works It kinda works because DNU has disappeared.

Re: [Pharo-project] [update 2.0] #20502

2013-01-31 Thread Sean P. DeNigris
stephane ducasse wrote - Issue 7348: Enhancing SmallLintRules Were the correct packages integrated for this? Name: SLICE-Issue-7348-Enhancing-SmallLintRules--StephaneDucasse.2 Dependencies: - Refactoring-Critics-StephaneDucasse.30 - Refactoring-Tests-Core-StephaneDucasse.61 -

Re: [Pharo-project] OrderedIdentityDictionary in a more general package

2013-01-31 Thread Tudor Girba
Ok, I created a bug entry: http://code.google.com/p/pharo/issues/detail?id=7384 Cheers, Doru On Jan 31, 2013, at 10:18 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: I do not know but indeed it would be good to have one good one instead of three half Stef On Jan 31, 2013, at