Re: [Pharo-project] Empty top level class category

2013-02-10 Thread Sean P. DeNigris
Sean P. DeNigris wrote > (RPackageSet named: 'Spec-Tools') systemCategories includes: > #'Spec-Tools'. > false before 20526, true thereafter make that "false in every version except 20526" ;) -- View this message in context: http://forum.world.st/Empty-top-level-class-category-tp4669050p466909

Re: [Pharo-project] Empty top level class category

2013-02-10 Thread Sean P. DeNigris
EstebanLM wrote > yeah, but if you look there, it cannot be that the problem... because the > change I applied in 526 was just temporal, is not there anymore (or > shouldn't be there). >From the issue: You are right... On to the next culprit... Item was changed: - Method: MCPackage>>snapsho

Re: [Pharo-project] Empty top level class category

2013-02-10 Thread Esteban Lorenzano
yeah, but if you look there, it cannot be that the problem... because the change I applied in 526 was just temporal, is not there anymore (or shouldn't be there). On Feb 10, 2013, at 9:57 PM, "Sean P. DeNigris" wrote: > (RPackageSet named: 'Spec-Tools') systemCategories includes: #'Spec-Tools'

Re: [Pharo-project] Empty top level class category

2013-02-10 Thread Sean P. DeNigris
(RPackageSet named: 'Spec-Tools') systemCategories includes: #'Spec-Tools'. false before 20526, true thereafter -- View this message in context: http://forum.world.st/Empty-top-level-class-category-tp4669050p4669082.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Re: [Pharo-project] Empty top level class category

2013-02-10 Thread stephane ducasse
do you have a reproducible case? Stef On Feb 10, 2013, at 9:50 PM, "Sean P. DeNigris" wrote: > From the issue... > > This doesn't look right to me... > Item was changed: > - Method: RPackageSet>>systemCategories (in category 'system > compatibility') -systemCategories > + ^systemC

Re: [Pharo-project] Empty top level class category

2013-02-10 Thread Sean P. DeNigris
>From the issue... This doesn't look right to me... Item was changed: - Method: RPackageSet>>systemCategories (in category 'system compatibility') -systemCategories + ^systemCategories ifNil: [ systemCategories := (self packages collect: #packageName) asSet asArray].! - ^syst

Re: [Pharo-project] Empty top level class category

2013-02-10 Thread stephane ducasse
This bug is a vicious one and today I saw it again when I wanted to load the version of stefan of phexample on top of the version of squeaksource. It will keep us busy….. argh Stef > Issue 7478: [BUG]: Empty top level class category creation > > Tracked it down to starting with the followi

Re: [Pharo-project] Empty top level class category

2013-02-10 Thread Sean P. DeNigris
Issue 7478: [BUG]: Empty top level class category creation Tracked it down to starting with the following update... 20526 - Issue 7284 : Cannot run gofer load twice => Error: cannot remove non empty category http://code.google.com/p/pharo/issues/detail?can=2&q=7284

Re: [Pharo-project] Empty top level class category

2013-02-10 Thread Benjamin
Yep, I experienced that, and then you are more or less screwed, you can't load a new version :S Ben On Feb 10, 2013, at 8:21 PM, "Sean P. DeNigris" wrote: > If you load slice 6657 "[ENH] Spec Request : make nextFocus / previousFocus > Keymapping-based", there will be an extra, empty Spec-Tools

[Pharo-project] Empty top level class category

2013-02-10 Thread Sean P. DeNigris
If you load slice 6657 "[ENH] Spec Request : make nextFocus / previousFocus Keymapping-based", there will be an extra, empty Spec-Tools category created, causing Spec-Tools to be marked dirty in the MC Browser. -- View this message in context: http://forum.world.st/Empty-top-level-class-categor