Dale
did something change on the server side? This is strange 199 - Issue 3048: MC method cache fix. Thanks Igor Stasenko 200 - Issue 2653: Editor cursor fix: remove autoclose in texteditor. - Issue 3128: AuthorRequestImprovement. Thanks Alain Plantec - Issue 3099: Create method in the debugger does not provides getter/setters implementors. Thanks Hernan Wilkinson 201 - Issue 1800: MenuIcons and ThemeIcons should be merged. Big thanks to alain plantec!!! 202 - Issue 3070: weird replacements in TextEditor. Thanks Alain Plantec!!! 203 - Issue 654: inconsistent highlight color. Thanks Alain Plantec - Issue 3101: Wrong Monticello packages initialization order. Thanks Pavel Krivanek 204 - Issue 2868: allClassesUsingPool: allClassesUsingPoolVariable: for systemNavigation - Issue 3046: BUG: LineMorph class>>from:to:color:width: returns a PolygonMorph - Issue 3130: MethodReference >> #isLocalSelector should not be part of Monticello package - Issue 3095: Character isLiteral is in wrong category - Issue 3134: Cleaning uniclasses from smartRefStream Jannik can you check with the Utilities trick I sent you to try Utilities readServer: Utilities serverUrls updatesThrough: 12200 saveLocally: false updateImage: true 199 200 201 202 203 204 so that we try to identify the problem Stef _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Stef,
I'm not sure what problem you are referring to. I haven't released a new version of Metacello since the beginning of September.... Dale On 10/24/2010 09:55 AM, Stéphane Ducasse wrote: > Dale > > did something change on the server side? > > This is strange > > 199 - Issue 3048: MC method cache fix. Thanks Igor Stasenko > 200 - Issue 2653: Editor cursor fix: remove autoclose in texteditor. > - Issue 3128: AuthorRequestImprovement. Thanks Alain Plantec - Issue 3099: Create method in the debugger does not provides getter/setters implementors. Thanks Hernan Wilkinson > 201 - Issue 1800: MenuIcons and ThemeIcons should be merged. Big thanks to alain plantec!!! > 202 - Issue 3070: weird replacements in TextEditor. Thanks Alain Plantec!!! > 203 - Issue 654: inconsistent highlight color. Thanks Alain Plantec > - Issue 3101: Wrong Monticello packages initialization order. Thanks Pavel Krivanek > 204 - Issue 2868: allClassesUsingPool: allClassesUsingPoolVariable: for systemNavigation > - Issue 3046: BUG: LineMorph class>>from:to:color:width: returns a PolygonMorph > - Issue 3130: MethodReference>> #isLocalSelector should not be part of Monticello package > - Issue 3095: Character isLiteral is in wrong category > - Issue 3134: Cleaning uniclasses from smartRefStream > Jannik can you check with the Utilities trick I sent you to try > > Utilities readServer: Utilities serverUrls updatesThrough: 12200 saveLocally: false updateImage: true > > 199 > 200 > 201 > 202 > 203 > 204 > > so that we try to identify the problem > > Stef > > > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Stef,
I've wrapped my head around this one a little more ... the only stack that I saw, showed a 'Error: file is too short' error which is probably coming from the ZipArchive code ... this usually means that there was a network failure when trying to read a file from an HTTP repository. Perhaps SqueakSource was being saturated? Dale On 10/25/2010 11:44 AM, Dale Henrichs wrote: > Stef, > > I'm not sure what problem you are referring to. I haven't released a new > version of Metacello since the beginning of September.... > > Dale > > On 10/24/2010 09:55 AM, Stéphane Ducasse wrote: >> Dale >> >> did something change on the server side? >> >> This is strange >> >> 199 - Issue 3048: MC method cache fix. Thanks Igor Stasenko >> 200 - Issue 2653: Editor cursor fix: remove autoclose in texteditor. >> - Issue 3128: AuthorRequestImprovement. Thanks Alain Plantec - Issue 3099: Create method in the debugger does not provides getter/setters implementors. Thanks Hernan Wilkinson >> 201 - Issue 1800: MenuIcons and ThemeIcons should be merged. Big thanks to alain plantec!!! >> 202 - Issue 3070: weird replacements in TextEditor. Thanks Alain Plantec!!! >> 203 - Issue 654: inconsistent highlight color. Thanks Alain Plantec >> - Issue 3101: Wrong Monticello packages initialization order. Thanks Pavel Krivanek >> 204 - Issue 2868: allClassesUsingPool: allClassesUsingPoolVariable: for systemNavigation >> - Issue 3046: BUG: LineMorph class>>from:to:color:width: returns a PolygonMorph >> - Issue 3130: MethodReference>> #isLocalSelector should not be part of Monticello package >> - Issue 3095: Character isLiteral is in wrong category >> - Issue 3134: Cleaning uniclasses from smartRefStream >> Jannik can you check with the Utilities trick I sent you to try >> >> Utilities readServer: Utilities serverUrls updatesThrough: 12200 saveLocally: false updateImage: true >> >> 199 >> 200 >> 201 >> 202 >> 203 >> 204 >> >> so that we try to identify the problem >> >> Stef >> >> >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Hi Dale. No, the error seems reproducable. I am in PharoCore 12215 and I have the same error when trying to evaluate, for example:
(ConfigurationOfRefactoringBrowser project version: '1.6') load: 'Core Tests' But the same happens with any conf, since what is failing is the ensureMetacello. Don't know why. I think there was a change in PharoCore where this start to happen. Maybe debugging you can realise...I couldn't :( cheers mariano On Mon, Oct 25, 2010 at 8:57 PM, Dale Henrichs <[hidden email]> wrote: Stef, _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
grrrr now it works...
damn it seems random :( On Tue, Oct 26, 2010 at 5:19 PM, Mariano Martinez Peck <[hidden email]> wrote: Hi Dale. No, the error seems reproducable. I am in PharoCore 12215 and I have the same error when trying to evaluate, for example: _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Dale Henrichs
On Oct 25, 2010, at 8:57 PM, Dale Henrichs wrote: > Stef, > > I've wrapped my head around this one a little more ... the only stack that I saw, showed a 'Error: file is too short' error which is probably coming from the ZipArchive code ... this usually means that there was a network failure when trying to read a file from an HTTP repository. Perhaps SqueakSource was being saturated? Yes they got the same problem. > > Dale > > On 10/25/2010 11:44 AM, Dale Henrichs wrote: >> Stef, >> >> I'm not sure what problem you are referring to. I haven't released a new >> version of Metacello since the beginning of September.... >> >> Dale >> >> On 10/24/2010 09:55 AM, Stéphane Ducasse wrote: >>> Dale >>> >>> did something change on the server side? >>> >>> This is strange >>> >>> 199 - Issue 3048: MC method cache fix. Thanks Igor Stasenko >>> 200 - Issue 2653: Editor cursor fix: remove autoclose in texteditor. >>> - Issue 3128: AuthorRequestImprovement. Thanks Alain Plantec - Issue 3099: Create method in the debugger does not provides getter/setters implementors. Thanks Hernan Wilkinson >>> 201 - Issue 1800: MenuIcons and ThemeIcons should be merged. Big thanks to alain plantec!!! >>> 202 - Issue 3070: weird replacements in TextEditor. Thanks Alain Plantec!!! >>> 203 - Issue 654: inconsistent highlight color. Thanks Alain Plantec >>> - Issue 3101: Wrong Monticello packages initialization order. Thanks Pavel Krivanek >>> 204 - Issue 2868: allClassesUsingPool: allClassesUsingPoolVariable: for systemNavigation >>> - Issue 3046: BUG: LineMorph class>>from:to:color:width: returns a PolygonMorph >>> - Issue 3130: MethodReference>> #isLocalSelector should not be part of Monticello package >>> - Issue 3095: Character isLiteral is in wrong category >>> - Issue 3134: Cleaning uniclasses from smartRefStream >>> Jannik can you check with the Utilities trick I sent you to try >>> >>> Utilities readServer: Utilities serverUrls updatesThrough: 12200 saveLocally: false updateImage: true >>> >>> 199 >>> 200 >>> 201 >>> 202 >>> 203 >>> 204 >>> >>> so that we try to identify the problem >>> >>> Stef >>> >>> >>> >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |