Status: New Owner: ---- Labels: Type-Defect Priority-Medium Component-PetitParser Milestone-4.2
New issue 484 by tudor.girba: PetitParser debugger does not show nesting anymore http://code.google.com/p/moose-technology/issues/detail?id=484
PetitParser-lr.206 replaces the usage of def: in CompositeParser to make instantiation faster. However, this change makes the Debugger from the PetitGUI to not show the tree anymore.
Hi Lukas,
Would it be possible to take a quick look at this?
Cheers, Doru
On 16 Nov 2010, at 11:02, moose-technology@googlecode.com wrote:
Status: New Owner: ---- Labels: Type-Defect Priority-Medium Component-PetitParser Milestone-4.2
New issue 484 by tudor.girba: PetitParser debugger does not show nesting anymore http://code.google.com/p/moose-technology/issues/detail?id=484
PetitParser-lr.206 replaces the usage of def: in CompositeParser to make instantiation faster. However, this change makes the Debugger from the PetitGUI to not show the tree anymore.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"We are all great at making mistakes."
Comment #1 on issue 484 by renggli: PetitParser debugger does not show nesting anymore http://code.google.com/p/moose-technology/issues/detail?id=484
Name: PetitParser-lr.207 Author: lr Time: 16 November 2010, 10:14:57 am UUID: 60f49bf4-8025-4888-806f-a8f3f93b8223 Ancestors: PetitParser-lr.206
- reverted the creation of composite parsers as it breaks some tools
Updates: Status: Fixed
Comment #2 on issue 484 by tudor.girba: PetitParser debugger does not show nesting anymore http://code.google.com/p/moose-technology/issues/detail?id=484
Thanks.