Re: [Pharo-project] Issue 3087 in pharo: optimize hasBindingThatBeginsWith:

2010-11-11 Thread pharo
Comment #3 on issue 3087 by stephane.ducasse: optimize hasBindingThatBeginsWith: http://code.google.com/p/pharo/issues/detail?id=3087 tx!

Re: [Pharo-project] Problem with de Traits

2010-11-11 Thread Stéphane Ducasse
TPureBehavior users do: [:e | Transcript show: e printString ;cr] TraitBehavior Behavior in 1.1 and 1.2 so may be you should mentioned your configuration and also get an example that we can run. It would be more efficient to help you, isn't? Stef On Nov 12, 2010, at 2:07 AM,

Re: [Pharo-project] Pharo and Astronomy?

2010-11-11 Thread Chris Cunningham
There also appears to be http://www.squeaksource.com/AdAstra Mathematical Astronomy

Re: [Pharo-project] Smalltalks 2010

2010-11-11 Thread Mariano Martinez Peck
Yes, the talks are being recorder, but no streamed. They will be uploaded to the website after. cheers mariano On Thu, Nov 11, 2010 at 11:46 AM, Sean P. DeNigris wrote: > > I got a reply from the contact email that there were no streaming plans, > but > contact them - the more interest, the mor

[Pharo-project] Problem with de Traits

2010-11-11 Thread Diogenes Moreira
Hi Folks.. I have the following method classesIncluded | includes | includes := OrderedCollection new. TSSerosDB users do:[ :aClass | self processClass: aClass into: includes ]. ^ includes. TSSerosDB is a Trait.. Well when I run the process, I get a MNU.. reci

Re: [Pharo-project] Issue 3226 in pharo: New finder enh

2010-11-11 Thread pharo
Comment #2 on issue 3226 by Benjamin.VanRyseghem.Pharo: New finder enh http://code.google.com/p/pharo/issues/detail?id=3226 Steph : It's done, and commited on PharoTaskForces gazzaguru2 : I do not know how to do that, but if you can explain it to me, I will be glad :)

Re: [Pharo-project] [Metacello] Re: Metacello 1.0-beta.27.5 released

2010-11-11 Thread Tudor Girba
Perfect! Doru On 12 Nov 2010, at 00:13, Dale Henrichs wrote: > Give it another try ... I've updated the ensureMetacello code (no version > change)... > > Dale > > On 11/11/2010 02:33 PM, Tudor Girba wrote: >> Indeed, I can confirm that the sortBy: problem is not fixed in version >> 1.0-beta

[Pharo-project] Issue 3249 in pharo: SourceReference throw an error when is answered

2010-11-11 Thread pharo
Status: Fixed Owner: Benjamin.VanRyseghem.Pharo New issue 3249 by Benjamin.VanRyseghem.Pharo: SourceReference throw an error when is answered http://code.google.com/p/pharo/issues/detail?id=3249 Attached: the cs Attachments: SourceReferenceHistoricalFix.1.cs 1.4 KB

Re: [Pharo-project] Issue 3216 in pharo: [enh] Support for Metacello in Monticello

2010-11-11 Thread pharo
Comment #13 on issue 3216 by da...@teleport.com: [enh] Support for Metacello in Monticello http://code.google.com/p/pharo/issues/detail?id=3216 I tend to agree, but the MonticelloBrowser is a better place to hang Metacello functionality than the code browser (considering that OB isn't loa

Re: [Pharo-project] Issue 3189 in pharo: Changes not working since update 12220

2010-11-11 Thread pharo
Comment #1 on issue 3189 by guillermopolito: Changes not working since update 12220 http://code.google.com/p/pharo/issues/detail?id=3189 With the last version of PharoCore 1.2 (12233) I did ScriptLoader new cleanUpForRelease the I created a new class and it got logged in the change sorter..

Re: [Pharo-project] [Metacello] Re: Metacello 1.0-beta.27.5 released

2010-11-11 Thread Dale Henrichs
Give it another try ... I've updated the ensureMetacello code (no version change)... Dale On 11/11/2010 02:33 PM, Tudor Girba wrote: Indeed, I can confirm that the sortBy: problem is not fixed in version 1.0-beta.27.5 :(. Cheers, Doru On 11 Nov 2010, at 23:27, Torsten Bergmann wrote: I st

Re: [Pharo-project] Issue 3216 in pharo: [enh] Support for Metacello in Monticello

2010-11-11 Thread pharo
Comment #12 on issue 3216 by alexandre.bergel: [enh] Support for Metacello in Monticello http://code.google.com/p/pharo/issues/detail?id=3216 I agree with you Stef. But I am looking for an easy way to use Metacello

Re: [Pharo-project] Issue 3087 in pharo: optimize hasBindingThatBeginsWith:

2010-11-11 Thread pharo
Updates: Status: Fixed Comment #2 on issue 3087 by marianopeck: optimize hasBindingThatBeginsWith: http://code.google.com/p/pharo/issues/detail?id=3087 Ok, together with Nicolas Passerini we analyzed the code. Seems to be ok for our point of view. Commited in Name: SLICE-Issue-3087

Re: [Pharo-project] Issue 3248 in pharo: Bad error message for non existing changes file.

2010-11-11 Thread pharo
Comment #4 on issue 3248 by npasserini: Bad error message for non existing changes file. http://code.google.com/p/pharo/issues/detail?id=3248 Sorry, we mean the ".changes" file. When you open an image, if the corresponding changes file cannot be found, it produces an error message. The for

Re: [Pharo-project] Issue 3187 in pharo: Undeclared in SmartRefStream>>#nextPut:

2010-11-11 Thread pharo
Comment #1 on issue 3187 by guillermopolito: Undeclared in SmartRefStream>>#nextPut: http://code.google.com/p/pharo/issues/detail?id=3187 There's a line that's using that instance variable, but it was removed. Does it have something to do with the Uniclasses removal? There are no tests for

Re: [Pharo-project] Issue 3216 in pharo: [enh] Support for Metacello in Monticello

2010-11-11 Thread pharo
Updates: Status: Closed Comment #11 on issue 3216 by stephane.ducasse: [enh] Support for Metacello in Monticello http://code.google.com/p/pharo/issues/detail?id=3216 in fact I'm not sure that the metacello creation should be driven by the monticello browser but I will integrate it

Re: [Pharo-project] Issue 3185 in pharo: BitmapStreamTests have errors

2010-11-11 Thread pharo
Updates: Cc: alexandre.bergel Comment #2 on issue 3185 by guillermopolito: BitmapStreamTests have errors http://code.google.com/p/pharo/issues/detail?id=3185 As we noticed, here are two problems: 1) SmartStreamRef>>nextPut: has already an instance variable that (as we supose) was remov

Re: [Pharo-project] Metacello 1.0-beta.27.5 released

2010-11-11 Thread Dale Henrichs
Welllit will be awhile because I'm going to have to download and update a PharoCore image to test ... sorry about that... Dale On 11/11/2010 02:48 PM, Dale Henrichs wrote: Okay, I got rid of all of the senders of sortBy:, but I didn't update the ensureMetacello code ... at least that's my

Re: [Pharo-project] Metacello 1.0-beta.27.5 released

2010-11-11 Thread Dale Henrichs
Okay, I got rid of all of the senders of sortBy:, but I didn't update the ensureMetacello code ... at least that's my guess ... I'll check it out now ... Dale On 11/11/2010 02:27 PM, Torsten Bergmann wrote: I still have the problem when I use the Pharo 1.2 image (see the issue for my steps)

Re: [Pharo-project] Issue 3182 in pharo: UndoManagerTest>>#testGrouping failing

2010-11-11 Thread pharo
Updates: Status: Fixed Comment #2 on issue 3182 by marianopeck: UndoManagerTest>>#testGrouping failing http://code.google.com/p/pharo/issues/detail?id=3182 (No comment was entered for this change.)

Re: [Pharo-project] VM Plugins that are important for performance?

2010-11-11 Thread Levente Uzonyi
On Thu, 11 Nov 2010, Stefan Marr wrote: Hi Levente: On 11 Nov 2010, at 00:34, Levente Uzonyi wrote: I doubt any plugin changes the performance of #tinyBenchmarks. But the following plugins make a huge difference in other benchmarks and GUI performance: - MiscPrimitivePlugin - LargeIntegers

Re: [Pharo-project] Issue 3216 in pharo: [enh] Support for Metacello in Monticello

2010-11-11 Thread pharo
Updates: Status: Fixed Comment #10 on issue 3216 by stephane.ducasse: [enh] Support for Metacello in Monticello http://code.google.com/p/pharo/issues/detail?id=3216 ok

Re: [Pharo-project] Issue 3240 in pharo: be more explicit about attribute changes to gain another 5-10x speedup

2010-11-11 Thread pharo
Updates: Labels: Type-Squeak Comment #3 on issue 3240 by stephane.ducasse: be more explicit about attribute changes to gain another 5-10x speedup http://code.google.com/p/pharo/issues/detail?id=3240 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3243 in pharo: enhanced AttributedTextStream so it can be used as a TextStream in some cases.

2010-11-11 Thread pharo
Comment #1 on issue 3243 by stephane.ducasse: enhanced AttributedTextStream so it can be used as a TextStream in some cases. http://code.google.com/p/pharo/issues/detail?id=3243 Apparently this fixes is based on the introduction of AttributedTextStream which is used by TextDiffBuilder It se

Re: [Pharo-project] Metacello 1.0-beta.27.5 released

2010-11-11 Thread Tudor Girba
Indeed, I can confirm that the sortBy: problem is not fixed in version 1.0-beta.27.5 :(. Cheers, Doru On 11 Nov 2010, at 23:27, Torsten Bergmann wrote: > I still have the problem when I use the > Pharo 1.2 image (see the issue for my steps) > > What has to be done that the fixed beta27.5 is u

Re: [Pharo-project] Issue 3216 in pharo: [enh] Support for Metacello in Monticello

2010-11-11 Thread alexandre
No problem Dale. We go incrementally. Cheers, Alexandre Le 11/11/2010, "ph...@googlecode.com" a écrit: > >Comment #9 on issue 3216 by da...@teleport.com: [enh] Support for Metacello >in Monticello >http://code.google.com/p/pharo/issues/detail?id=3216 > >Just a note that I expect to update the

Re: [Pharo-project] Issue 3216 in pharo: [enh] Support for Metacello in Monticello

2010-11-11 Thread pharo
Comment #9 on issue 3216 by da...@teleport.com: [enh] Support for Metacello in Monticello http://code.google.com/p/pharo/issues/detail?id=3216 Just a note that I expect to update the MonticelloBrowser support for Metacello with the introduction of symbolVersions ... I plan to create a Met

[Pharo-project] Metacello 1.0-beta.27.5 released

2010-11-11 Thread Torsten Bergmann
I still have the problem when I use the Pharo 1.2 image (see the issue for my steps) What has to be done that the fixed beta27.5 is used? I always thought the newest Metacello is loaded automatically if one bootstraps Metacello via a config... I also get it when I run the following in PharoCor

Re: [Pharo-project] Issue 3240 in pharo: be more explicit about attribute changes to gain another 5-10x speedup

2010-11-11 Thread pharo
Comment #2 on issue 3240 by stephane.ducasse: be more explicit about attribute changes to gain another 5-10x speedup http://code.google.com/p/pharo/issues/detail?id=3240 ie 3243

Re: [Pharo-project] Issue 3240 in pharo: be more explicit about attribute changes to gain another 5-10x speedup

2010-11-11 Thread pharo
Updates: Status: FixedWaitingToBePharoed Comment #1 on issue 3240 by stephane.ducasse: be more explicit about attribute changes to gain another 5-10x speedup http://code.google.com/p/pharo/issues/detail?id=3240 This fix depends on the addition to AttributedTextStream.

Re: [Pharo-project] Issue 3248 in pharo: Bad error message for non existing changes file.

2010-11-11 Thread pharo
Comment #3 on issue 3248 by stephane.ducasse: Bad error message for non existing changes file. http://code.google.com/p/pharo/issues/detail?id=3248 which file?

[Pharo-project] [update 1.2] #12235

2010-11-11 Thread Stéphane Ducasse
12235 - - Issue 3088: MNU Text>>withBlanksTrimmed. Thanks Guillermo Polito. - Issue 3216: [enh] Support for Metacello in Monticello. Thanks Dale and Alexandre.

Re: [Pharo-project] Issue 3088 in pharo: MNU Text>>withBlanksTrimmed

2010-11-11 Thread pharo
Updates: Status: Closed Comment #5 on issue 3088 by stephane.ducasse: MNU Text>>withBlanksTrimmed http://code.google.com/p/pharo/issues/detail?id=3088 in 12235

Re: [Pharo-project] Issue 3244 in pharo: Correct the confusion radiansToDegrees/degreesToRadians

2010-11-11 Thread pharo
Updates: Status: Closed Comment #3 on issue 3244 by stephane.ducasse: Correct the confusion radiansToDegrees/degreesToRadians http://code.google.com/p/pharo/issues/detail?id=3244 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3248 in pharo: Bad error message for non existing changes file.

2010-11-11 Thread pharo
Updates: Status: Fixed Comment #2 on issue 3248 by npasserini: Bad error message for non existing changes file. http://code.google.com/p/pharo/issues/detail?id=3248 Fixed it is in pharo-inbox.

Re: [Pharo-project] Metacello 1.0-beta.27.5 released

2010-11-11 Thread Dale Henrichs
I didn't see the issue, however, I did fix the deprecated sortBy:, as the problem was reported earlier this week on the Metacello mailing list ... Dale On 11/11/2010 01:58 PM, Torsten Bergmann wrote: Hi Dale, but ... did you see http://code.google.com/p/metacello/issues/detail?id=102 which op

Re: [Pharo-project] Issue 3221 in pharo: New Class queries for variables (class and pool)

2010-11-11 Thread pharo
Updates: Status: Closed Comment #2 on issue 3221 by stephane.ducasse: New Class queries for variables (class and pool) http://code.google.com/p/pharo/issues/detail?id=3221 in 12234

Re: [Pharo-project] Loading Magma in Pharo 1.1

2010-11-11 Thread Chris Muller
For Magma 1.2 I will try to make a Squeak-compatibility / Pharo-compatibility packages that will allow clean loading into both. On Thu, Nov 11, 2010 at 2:52 PM, Giuseppe Luigi Punzi wrote: > Now installed cleanly. > > Thanks a lot. > > El mié, 10-11-2010 a las 10:20 -0600, Miguel Cobá escribió: >

[Pharo-project] Metacello 1.0-beta.27.5 released

2010-11-11 Thread Torsten Bergmann
Hi Dale, but ... did you see http://code.google.com/p/metacello/issues/detail?id=102 which opened today? Bye T. -- GRATIS! Movie-FLAT mit über 300 Videos. Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome

Re: [Pharo-project] Issue 3248 in pharo: Bad error message for non existing changes file.

2010-11-11 Thread pharo
Updates: Status: Accepted Labels: Milestone-1.2 Comment #1 on issue 3248 by marianopeck: Bad error message for non existing changes file. http://code.google.com/p/pharo/issues/detail?id=3248 (No comment was entered for this change.)

[Pharo-project] Issue 3248 in pharo: Bad error message for non existing changes file.

2010-11-11 Thread pharo
Status: New Owner: New issue 3248 by npasserini: Bad error message for non existing changes file. http://code.google.com/p/pharo/issues/detail?id=3248 Pharo image: Pharo-core Pharo core version: 12220 Steps to reproduce: 1. Rename or remove changes file 2. Open image 3. The popup will s

Re: [Pharo-project] [Metacello] Metacello 1.0-beta.27.5 released

2010-11-11 Thread Tudor Girba
Yuppee! Thanks a lot. Doru On 11 Nov 2010, at 22:42, stephane ducasse wrote: > tx > > On Nov 11, 2010, at 10:39 PM, Dale Henrichs wrote: > >> With 1.0-beta.27.5, you should no longer get deprecated warnings when used >> in Pharo1.2 ... well at least as of yesterday afternoon's release of 1.2

Re: [Pharo-project] VM Plugins that are important for performance?

2010-11-11 Thread Stefan Marr
Hi Levente: On 11 Nov 2010, at 00:34, Levente Uzonyi wrote: > I doubt any plugin changes the performance of #tinyBenchmarks. But the > following plugins make a huge difference in other benchmarks and GUI > performance: > - MiscPrimitivePlugin > - LargeIntegers > - FloatMathPlugin > - FloatArray

Re: [Pharo-project] Issue 3229 in pharo: More robust MCFileRepositoryInspector

2010-11-11 Thread pharo
Updates: Status: Closed Comment #2 on issue 3229 by stephane.ducasse: More robust MCFileRepositoryInspector http://code.google.com/p/pharo/issues/detail?id=3229 (No comment was entered for this change.)

[Pharo-project] [update 1.2] #12234

2010-11-11 Thread Stéphane Ducasse
12234 - - Issue 3244: Correct the confusion radiansToDegrees/degreesToRadians. Thanks Nicolas Cellier - Issue 3239: CUIS added MessageTally default size tweaks - Issue 3229: More robust MCFileRepositoryInspector. Thanks Levente. - Issue 3221: New Class queries for variables (class and

Re: [Pharo-project] Issue 3229 in pharo: More robust MCFileRepositoryInspector

2010-11-11 Thread pharo
Comment #1 on issue 3229 by stephane.ducasse: More robust MCFileRepositoryInspector http://code.google.com/p/pharo/issues/detail?id=3229 in 12234

Re: [Pharo-project] Issue 3235 in pharo: better bag sum

2010-11-11 Thread pharo
Updates: Status: FixedWaitingToBePharoed Comment #2 on issue 3235 by stephane.ducasse: better bag sum http://code.google.com/p/pharo/issues/detail?id=3235 This is strange in pharo there is no sum in Bag just in Collection Collection>>sum "This is implemented using a variant of t

[Pharo-project] Metacello 1.0-beta.27.5 released

2010-11-11 Thread Dale Henrichs
With 1.0-beta.27.5, you should no longer get deprecated warnings when used in Pharo1.2 ... well at least as of yesterday afternoon's release of 1.2:) Dale

Re: [Pharo-project] Issue 3239 in pharo: CUIS added MessageTally default size tweaks

2010-11-11 Thread pharo
Updates: Status: Closed Comment #1 on issue 3239 by stephane.ducasse: CUIS added MessageTally default size tweaks http://code.google.com/p/pharo/issues/detail?id=3239 in 12234

Re: [Pharo-project] Issue 3244 in pharo: Correct the confusion radiansToDegrees/degreesToRadians

2010-11-11 Thread pharo
Updates: Status: closed Comment #2 on issue 3244 by stephane.ducasse: Correct the confusion radiansToDegrees/degreesToRadians http://code.google.com/p/pharo/issues/detail?id=3244 in 12234

Re: [Pharo-project] Issue 3227 in pharo: Remove all MethodFinder

2010-11-11 Thread pharo
Comment #2 on issue 3227 by stephane.ducasse: Remove all MethodFinder http://code.google.com/p/pharo/issues/detail?id=3227 Thanks for the look After we should clean the MethodFinder code but this is another story.

Re: [Pharo-project] Issue 3247 in pharo: Remodel Text Constants

2010-11-11 Thread pharo
Updates: Status: Fixed Comment #1 on issue 3247 by Benjamin.VanRyseghem: Remodel Text Constants http://code.google.com/p/pharo/issues/detail?id=3247 (No comment was entered for this change.)

[Pharo-project] Issue 3247 in pharo: Remodel Text Constants

2010-11-11 Thread pharo
Status: New Owner: New issue 3247 by Benjamin.VanRyseghem.Pharo: Remodel Text Constants http://code.google.com/p/pharo/issues/detail?id=3247 Gofer new squeaksource: 'PharoTaskForces'; package: 'KillTextConstants'; load. KillTextConstants new script. It remodel TextConstants

Re: [Pharo-project] Pharo sprint starting now

2010-11-11 Thread alexandre
I am online, sorry to answer late... I was coding with Guillermo Alexandre Le 11/11/2010, "Stéphane Ducasse" a écrit: >I suggest to go to the irc >and talk now. > > >> Here are some rules. Feel free to complete them: >> >> 1 - Download the image 12220 Core image from >> https://gforge.inria.f

Re: [Pharo-project] Issue 3227 in pharo: Remove all MethodFinder

2010-11-11 Thread pharo
Updates: Cc: alexandre.bergel Comment #1 on issue 3227 by guillermopolito: Remove all MethodFinder http://code.google.com/p/pharo/issues/detail?id=3227 Finder, as provided by ben, uses the class MethodFinder to retrieve methods searched with a pattern (e.g. 4 . 3 . 7 => +) However, th

Re: [Pharo-project] Issue 3216 in pharo: [enh] Support for Metacello in Monticello

2010-11-11 Thread pharo
Comment #8 on issue 3216 by stephane.ducasse: [enh] Support for Metacello in Monticello http://code.google.com/p/pharo/issues/detail?id=3216 Ok I will have a look now

Re: [Pharo-project] Pharo sprint starting now

2010-11-11 Thread Lukas Renggli
I don't think that works. All ports except http (80) and https (443) are blocked here. Lukas On 11 November 2010 17:47, Stéphane Ducasse wrote: > I suggest to go to the irc > and talk now. > > >> Here are some rules. Feel free to complete them: >> >> 1 - Download the image 12220 Core image from

Re: [Pharo-project] Loading Magma in Pharo 1.1

2010-11-11 Thread Giuseppe Luigi Punzi
Now installed cleanly. Thanks a lot. El mié, 10-11-2010 a las 10:20 -0600, Miguel Cobá escribió: > El mié, 10-11-2010 a las 17:00 +0100, Giuseppe Luigi Punzi escribió: > > Hi all, > > > > I get a warning about dependencies of Flaptab installing Magma with: > > > > Gofer new > > > > squeaksourc

Re: [Pharo-project] Loading Magma in Pharo 1.1

2010-11-11 Thread Facundo Vozzi
Hi, I get that warning too and I'm using it without problem. Facu On Wed, Nov 10, 2010 at 1:00 PM, Giuseppe Luigi Punzi < glpu...@lordzealon.com> wrote: > Hi all, > > I get a warning about dependencies of Flaptab installing Magma with: > > Gofer new > > squeaksource: 'MetacelloRepository'; > >

Re: [Pharo-project] Issue 3181 in pharo: PharoCorePackageDependenciesTests failure and error

2010-11-11 Thread pharo
Comment #2 on issue 3181 by stephane.ducasse: PharoCorePackageDependenciesTests failure and error http://code.google.com/p/pharo/issues/detail?id=3181 Tx!

Re: [Pharo-project] Pharo sprint starting now

2010-11-11 Thread Stéphane Ducasse
I suggest to go to the irc and talk now. > Here are some rules. Feel free to complete them: > > 1 - Download the image 12220 Core image from > https://gforge.inria.fr/frs/download.php/27719/PharoCore-1.2-12220.zip > > 2 - Go to > http://code.google.com/p/pharo/issues/list > http://code.google.c

[Pharo-project] Issue 3246 in pharo: Duplicated code on SUnit

2010-11-11 Thread pharo
Status: Accepted Owner: estebanlm New issue 3246 by estebanlm: Duplicated code on SUnit http://code.google.com/p/pharo/issues/detail?id=3246 Pharo image: core Pharo core version: 1.2 SUnit class TestCase and trait TAssertable have duplicated code, and also TAssertable is not used anywhere. It

Re: [Pharo-project] Issue 3180 in pharo: Failing Tests SUnit

2010-11-11 Thread pharo
Updates: Status: Fixed Comment #1 on issue 3180 by estebanlm: Failing Tests SUnit http://code.google.com/p/pharo/issues/detail?id=3180 fixed on SUnit-EstebanLorenzano.40118

Re: [Pharo-project] Issue 2928 in pharo: Trying to change the category of traits method -> DNU

2010-11-11 Thread pharo
Comment #1 on issue 2928 by luc.fabresse: Trying to change the category of traits method -> DNU http://code.google.com/p/pharo/issues/detail?id=2928 I tried to move a method from one protocol to another and it works perfectly. But I tried to add a new protocol on a trait and it produces a

[Pharo-project] Issue 3245 in pharo: Cannot browse implementors

2010-11-11 Thread pharo
Status: Accepted Owner: guillermopolito CC: alexandre.bergel New issue 3245 by guillermopolito: Cannot browse implementors http://code.google.com/p/pharo/issues/detail?id=3245 Pharo image:Core Pharo core version:1.2 Virtual machine used: Cog Steps to reproduce: 1. type testExtMethodModifed 2.

Re: [Pharo-project] Issue 3182 in pharo: UndoManagerTest>>#testGrouping failing

2010-11-11 Thread pharo
Comment #1 on issue 3182 by akellens: UndoManagerTest>>#testGrouping failing http://code.google.com/p/pharo/issues/detail?id=3182 UndoManagerTest>>testGrouping failed because no UndoRecords were added to the group. Proposed fix: System-Undo-AndyKellens.3

Re: [Pharo-project] Loading Magma in Pharo 1.1

2010-11-11 Thread Miguel Cobá
El jue, 11-11-2010 a las 20:34 +0100, Giuseppe Luigi Punzi escribió: > Hi Miguel, > > Gofer new > squeaksource: 'UniverseForPharo11'; > package: 'ConfigurationOfMagma'; > load. > > Doesn't Works. > Error: Could not access http://www.squeaksource.com/UniverseForPharo12 > > Cheer

Re: [Pharo-project] Issue 1325 in pharo: Removing all traits from a class fails

2010-11-11 Thread pharo
Comment #7 on issue 1325 by alexandre.bergel: Removing all traits from a class fails http://code.google.com/p/pharo/issues/detail?id=1325 I am not sure what we should do? Is it worth having this issue open still ?

Re: [Pharo-project] Issue 3088 in pharo: MNU Text>>withBlanksTrimmed

2010-11-11 Thread pharo
Updates: Status: Fixed Comment #4 on issue 3088 by guillermopolito: MNU Text>>withBlanksTrimmed http://code.google.com/p/pharo/issues/detail?id=3088 Done Name: SLICE-Issue-3088-MNU-TextwithBlanksTrimmed-GuillermoPolito.1 Author: GuillermoPolito Time: 11 November 2010, 5:09:29 pm UUID: 6

Re: [Pharo-project] Issue 3088 in pharo: MNU Text>>withBlanksTrimmed

2010-11-11 Thread pharo
Comment #3 on issue 3088 by guillermopolito: MNU Text>>withBlanksTrimmed http://code.google.com/p/pharo/issues/detail?id=3088 Ok, ProtocolBrowser were creating a MethodReferences with (a Text with a Text) instead of (a Text with a String), which caused a DNU

Re: [Pharo-project] Issue 3216 in pharo: [enh] Support for Metacello in Monticello

2010-11-11 Thread pharo
Comment #7 on issue 3216 by alexandre.bergel: [enh] Support for Metacello in Monticello http://code.google.com/p/pharo/issues/detail?id=3216 MonticelloGUI-AlexandreBergel.80 is now in PharoTaskForces. Sorry for missing up with the version

Re: [Pharo-project] Issue 3181 in pharo: PharoCorePackageDependenciesTests failure and error

2010-11-11 Thread pharo
Comment #1 on issue 3181 by akellens: PharoCorePackageDependenciesTests failure and error http://code.google.com/p/pharo/issues/detail?id=3181 Some changes in the package structure had an impact on the dependencies. The dependencies have been updated to reflect these changes. Fix proposed

Re: [Pharo-project] Pharo sprint starting now

2010-11-11 Thread Mariano Martinez Peck
On Thu, Nov 11, 2010 at 4:26 PM, wrote: > Here are some rules. Feel free to complete them: > > 1 - Download the image 12220 Core image from > https://gforge.inria.fr/frs/download.php/27719/PharoCore-1.2-12220.zip > it would be nice to do a System Update tooit would be easier for integrators.

Re: [Pharo-project] Issue 3216 in pharo: [enh] Support for Metacello in Monticello

2010-11-11 Thread pharo
Comment #6 on issue 3216 by alexandre.bergel: [enh] Support for Metacello in Monticello http://code.google.com/p/pharo/issues/detail?id=3216 We simply did not work on the latest version. I am updating...

Re: [Pharo-project] Loading Magma in Pharo 1.1

2010-11-11 Thread Giuseppe Luigi Punzi
Hi Miguel, Gofer new squeaksource: 'UniverseForPharo11'; package: 'ConfigurationOfMagma'; load. Doesn't Works. Error: Could not access http://www.squeaksource.com/UniverseForPharo12 Cheers. -- -- Giuseppe Luigi http://www.lordzealon.com

Re: [Pharo-project] Issue 3088 in pharo: MNU Text>>withBlanksTrimmed

2010-11-11 Thread pharo
Updates: Status: Started Comment #2 on issue 3088 by guillermopolito: MNU Text>>withBlanksTrimmed http://code.google.com/p/pharo/issues/detail?id=3088 (No comment was entered for this change.)

[Pharo-project] Pharo sprint starting now

2010-11-11 Thread alexandre
Here are some rules. Feel free to complete them: 1 - Download the image 12220 Core image from https://gforge.inria.fr/frs/download.php/27719/PharoCore-1.2-12220.zip 2 - Go to http://code.google.com/p/pharo/issues/list http://code.google.com/p/pharo/issues/list?can=2&q=milestone=1.2&sort=milest

Re: [Pharo-project] Issue 3231 in pharo: Semaphore changes

2010-11-11 Thread pharo
Comment #1 on issue 3231 by gazzaguru2: Semaphore changes http://code.google.com/p/pharo/issues/detail?id=3231 We can check perhaps (on old Squeak 3.9) with our rather process/semaphore intensive exchange software...

Re: [Pharo-project] Issue 3235 in pharo: better bag sum

2010-11-11 Thread pharo
Updates: Status: Fixed Comment #1 on issue 3235 by stephane.ducasse: better bag sum http://code.google.com/p/pharo/issues/detail?id=3235 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3244 in pharo: Correct the confusion radiansToDegrees/degreesToRadians

2010-11-11 Thread pharo
Comment #1 on issue 3244 by stephane.ducasse: Correct the confusion radiansToDegrees/degreesToRadians http://code.google.com/p/pharo/issues/detail?id=3244 Nicolas Cellier uploaded a new version of KernelTests to project The Trunk: http://source.squeak.org/trunk/KernelTests-nice.167.mcz =

[Pharo-project] Issue 3244 in pharo: Correct the confusion radiansToDegrees/degreesToRadians

2010-11-11 Thread pharo
Status: Fixed Owner: stephane.ducasse Labels: Milestone-1.2 Type-Squeak New issue 3244 by stephane.ducasse: Correct the confusion radiansToDegrees/degreesToRadians http://code.google.com/p/pharo/issues/detail?id=3244 I integrated the first enh so we should fix it with this change now. Nicol

[Pharo-project] Issue 3243 in pharo: enhanced AttributedTextStream so it can be used as a TextStream in some cases.

2010-11-11 Thread pharo
Status: FixedWaitingToBePharoed Owner: stephane.ducasse Labels: Type-Squeak New issue 3243 by stephane.ducasse: enhanced AttributedTextStream so it can be used as a TextStream in some cases. http://code.google.com/p/pharo/issues/detail?id=3243 Levente Uzonyi uploaded a new version of Collecti

[Pharo-project] Issue 3242 in pharo: BDFFontReader fixes

2010-11-11 Thread pharo
Status: FixedWaitingToBePharoed Owner: stephane.ducasse Labels: Type-Squeak New issue 3242 by stephane.ducasse: BDFFontReader fixes http://code.google.com/p/pharo/issues/detail?id=3242 We should pay attention because some parts are different in pharo but the rest looks trivial. Levente Uzony

[Pharo-project] Issue 3241 in pharo: Eliot's stdio changes

2010-11-11 Thread pharo
Status: FixedWaitingToBePharoed Owner: stephane.ducasse Labels: Type-Squeak New issue 3241 by stephane.ducasse: Eliot's stdio changes http://code.google.com/p/pharo/issues/detail?id=3241 Levente Uzonyi uploaded a new version of Files to project The Trunk: http://source.squeak.org/trunk/Files-ul.

[Pharo-project] Issue 3240 in pharo: be more explicit about attribute changes to gain another 5-10x speedup

2010-11-11 Thread pharo
Status: Fixed Owner: stephane.ducasse Labels: Milestone-1.2 Difficulty-Easy New issue 3240 by stephane.ducasse: be more explicit about attribute changes to gain another 5-10x speedup http://code.google.com/p/pharo/issues/detail?id=3240 Levente Uzonyi uploaded a new version of System to projec

Re: [Pharo-project] Array of two empty sets asSet

2010-11-11 Thread Martin McClure
On 11/11/2010 06:44 AM, Janko Mivšek wrote: > Hi guys, > > What is rationale that > > (Array with: Set new with: Set new ) asSet > > returns only one set instead of two (as VW returns)? Those two new sets > are not identical, therefore asSet should return them both? They're not identical,

[Pharo-project] Issue 3239 in pharo: CUIS added MessageTally default size tweaks

2010-11-11 Thread pharo
Status: Fixed Owner: stephane.ducasse Labels: Milestone-1.2 Type-Squeak Difficulty-Easy New issue 3239 by stephane.ducasse: CUIS added MessageTally default size tweaks http://code.google.com/p/pharo/issues/detail?id=3239 Item was changed: - Method: MessageTally class>>defaultMaxClassName

[Pharo-project] Issue 3238 in pharo: Use Class instead of TextDiffBuilder in changelist

2010-11-11 Thread pharo
Status: Accepted Owner: stephane.ducasse Labels: Type-Squeak New issue 3238 by stephane.ducasse: Use Class instead of TextDiffBuilder in changelist http://code.google.com/p/pharo/issues/detail?id=3238 Should check how to invoke this method - use ClassDiffBuilder for diffing class definition

[Pharo-project] Issue 3237 in pharo: If MessageTally is not in memory

2010-11-11 Thread pharo
Status: FixedWaitingToBePharoed Owner: stephane.ducasse Labels: Type-Squeak New issue 3237 by stephane.ducasse: If MessageTally is not in memory http://code.google.com/p/pharo/issues/detail?id=3237 we have to compare because the implementation in pharo is different. in pharo we do Smalltalk gl

Re: [Pharo-project] Issue 3236 in pharo: Cuis DateAndTime Enhancement

2010-11-11 Thread pharo
Updates: Status: FixedWaitingToBePharoed Comment #1 on issue 3236 by stephane.ducasse: Cuis DateAndTime Enhancement http://code.google.com/p/pharo/issues/detail?id=3236 Levente Uzonyi uploaded a new version of Kernel to project The Trunk: http://source.squeak.org/trunk/Kernel-ul.513.mcz

[Pharo-project] Issue 3236 in pharo: Cuis DateAndTime Enhancement

2010-11-11 Thread pharo
Status: Accepted Owner: stephane.ducasse Labels: Type-Squeak New issue 3236 by stephane.ducasse: Cuis DateAndTime Enhancement http://code.google.com/p/pharo/issues/detail?id=3236 Levente Uzonyi uploaded a new version of Kernel to project The Trunk: http://source.squeak.org/trunk/Kernel-ul.512.mc

[Pharo-project] Issue 3235 in pharo: better bag sum

2010-11-11 Thread pharo
Status: FixedWaitingToBePharoed Owner: stephane.ducasse Labels: Type-Squeak Difficulty-Easy New issue 3235 by stephane.ducasse: better bag sum http://code.google.com/p/pharo/issues/detail?id=3235 - reimplemented Bag >> #sum to fix http://bugs.squeak.org/view.php?id=6560 === Diff aga

[Pharo-project] Issue 3234 in pharo: fold: reduce: Merge

2010-11-11 Thread pharo
Status: FixedWaitingToBePharoed Owner: stephane.ducasse Labels: Type-Squeak New issue 3234 by stephane.ducasse: fold: reduce: Merge http://code.google.com/p/pharo/issues/detail?id=3234 I imagine that reduce: and fold: are not the same in pharo so we should pay attention. Name: Collections-u

[Pharo-project] Issue 3233 in pharo: Tests for WeakSet

2010-11-11 Thread pharo
Status: FixedWaitingToBePharoed Owner: stephane.ducasse Labels: Type-Squeak New issue 3233 by stephane.ducasse: Tests for WeakSet http://code.google.com/p/pharo/issues/detail?id=3233 Levente Uzonyi uploaded a new version of CollectionsTests to project The Trunk: http://source.squeak.org/trunk

[Pharo-project] Issue 3232 in pharo: SharedQueue code simplication

2010-11-11 Thread pharo
Status: FixedWaitingToBePharoed Owner: stephane.ducasse Labels: Type-Squeak New issue 3232 by stephane.ducasse: SharedQueue code simplication http://code.google.com/p/pharo/issues/detail?id=3232 We should really review carefully this changes A new version of Collections was added to project Th

[Pharo-project] Issue 3231 in pharo: Semaphore changes

2010-11-11 Thread pharo
Status: FixedWaitingToBePharoed Owner: stephane.ducasse CC: siguctua Labels: Type-Squeak New issue 3231 by stephane.ducasse: Semaphore changes http://code.google.com/p/pharo/issues/detail?id=3231 Needs a really careful review A new version of Kernel was added to project The Inbox: http://s

[Pharo-project] Issue 3230 in pharo: Fixes for Latin1Environment from EToys

2010-11-11 Thread pharo
Status: FixedWaitingToBePharoed Owner: stephane.ducasse Labels: Type-Squeak New issue 3230 by stephane.ducasse: Fixes for Latin1Environment from EToys http://code.google.com/p/pharo/issues/detail?id=3230 ***Need to be really verified if this applies to pharo*** Name: Multilingual-sn.131 Author

[Pharo-project] Issue 3229 in pharo: More robust MCFileRepositoryInspector

2010-11-11 Thread pharo
Status: Fixed Owner: stephane.ducasse Labels: Milestone-1.2 Difficulty-Easy Type-Squeak New issue 3229 by stephane.ducasse: More robust MCFileRepositoryInspector http://code.google.com/p/pharo/issues/detail?id=3229 Name: Monticello-ul.408 Author: ul Time: 8 November 2010, 3:18:30.762 am UUID: e0

[Pharo-project] Issue 3228 in pharo: fixed font rendering to support translucent colors

2010-11-11 Thread pharo
Status: FixedWaitingToBePharoed Owner: stephane.ducasse Labels: Type-Squeak New issue 3228 by stephane.ducasse: fixed font rendering to support translucent colors http://code.google.com/p/pharo/issues/detail?id=3228 To be verified Name: Graphics-mt.152 Author: mt Time: 10 November 2010, 4:14

Re: [Pharo-project] Adding method to Character

2010-11-11 Thread Tony Fleig
After a little research... Great! The last time I used Smalltalk there were no packages. What a useful concept class extensions are. Is the best way to see a package's extensions to just browse the package (i.e. Ctrl-P in the packages pane of the browser)? TF On Nov 11, 2010, at 8:56, Stéphan

  1   2   >