[Pharo-project] lukas-renggli.ch down, mirrors exists ?
Hello, I want to check if there's updates to Slime package as I faces several bugs but sources.lukas-renggli.ch seems to be down. Is there a mirror ? About the bugs (Slime-lr.24,current pharo rc1 web image), when I select refactor > code critics: - it seems that ParserTreeSearcher has been renamed to RBParserTreeSearcher. Thus there's several errors like WAChangesStateWhileRenderingRule>>initialize (ParseTreeSearcher is Undeclared) - this done, I have the error: AnObsoleteParseTreeSearcher(Object)>>doesNotUnderstand: #executeTree:initialAnswer: (from RBAssignmentIfTrueRule>>checkMethod:) How do I save a stack trace to a text file (or clipboard) from the debugger ? Regards, Laurent Laffont
not! Now lukas will publish a new version of gofer that supports: fetch and update we will be able to fetch and synchronize a complete project and gofer will check first on your local hd before loading. So yes you will be able to code in the train and resync your repo.... So gitish and wished Stef On Dec 2, 2009, at 11:49 AM, laurent laffont wrote:
Hello,
I want to check if there's updates to Slime package as I faces several bugs but sources.lukas-renggli.ch seems to be down. Is there a mirror ?
About the bugs (Slime-lr.24,current pharo rc1 web image), when I select refactor > code critics:
- it seems that ParserTreeSearcher has been renamed to RBParserTreeSearcher. Thus there's several errors like WAChangesStateWhileRenderingRule>>initialize (ParseTreeSearcher is Undeclared)
- this done, I have the error: AnObsoleteParseTreeSearcher(Object)>>doesNotUnderstand: #executeTree:initialAnswer: (from RBAssignmentIfTrueRule>>checkMethod:)
How do I save a stack trace to a text file (or clipboard) from the debugger ?
Regards,
Laurent Laffont _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
2009/12/2 laurent laffont <laurent.laffont@gmail.com>
Hello,
I want to check if there's updates to Slime package as I faces several bugs but sources.lukas-renggli.ch seems to be down. Is there a mirror ?
About the bugs (Slime-lr.24,current pharo rc1 web image), when I select refactor > code critics:
- it seems that ParserTreeSearcher has been renamed to RBParserTreeSearcher. Thus there's several errors like WAChangesStateWhileRenderingRule>>initialize (ParseTreeSearcher is Undeclared)
- this done, I have the error: AnObsoleteParseTreeSearcher(Object)>>doesNotUnderstand: #executeTree:initialAnswer: (from RBAssignmentIfTrueRule>>checkMethod:)
How do I save a stack trace to a text file (or clipboard) from the debugger ?
Look for the file called PharoDebug.log which is in the directory where the image is. It will have not only the stacktrace but also much more information, as VM version, OS, etc. Best, Mariano
Regards,
Laurent Laffont
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On 2 déc. 2009, at 08:05, Mariano Martinez Peck wrote:
2009/12/2 laurent laffont <laurent.laffont@gmail.com> Hello,
I want to check if there's updates to Slime package as I faces several bugs but sources.lukas-renggli.ch seems to be down. Is there a mirror ?
About the bugs (Slime-lr.24,current pharo rc1 web image), when I select refactor > code critics:
- it seems that ParserTreeSearcher has been renamed to RBParserTreeSearcher. Thus there's several errors like WAChangesStateWhileRenderingRule>>initialize (ParseTreeSearcher is Undeclared)
- this done, I have the error: AnObsoleteParseTreeSearcher(Object)
doesNotUnderstand: #executeTree:initialAnswer: (from RBAssignmentIfTrueRule>>checkMethod:)
How do I save a stack trace to a text file (or clipboard) from the debugger ?
Look for the file called PharoDebug.log which is in the directory where the image is. It will have not only the stacktrace but also much more information, as VM version, OS, etc.
or.... In the debugger, open the contextual menu and there is an item 'mail out bug report' to directly send the stack trace with VM version etc to the pharo list (or whoever you want to, but by default it's the Pharo ml). Of course you can edit the message to make it shorter (we dont need the full stack in general) and describe your problem etc.
Best,
Mariano
Regards,
Laurent Laffont
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Simon
participants (4)
-
laurent laffont -
Mariano Martinez Peck -
Simon Denier -
Stéphane Ducasse