Hello,

Summary of my previous comments (about RC1) in relation to RC2:

  - SyntaxError in cpp.py: still present as the file is still present

  - FutureWarning in yacc.py line 2720 during installation: fixed (no
    longer present)

  - "Generating LALR tables" message: fixed (no longer displayed
    in non-debug mode)

  - Readability of debug output (parse method) for "Result : "
    lines: I like the new format with type name, address and 40
    chars of repr. I think it's much better.


New issues:

  - During the use of ply, I now get the following FutureWarning
    messages (in Python 2.3.4):

        /mnt/run/dhendriks/.local/lib/python2.3/site-packages/ply/yacc.py:132: 
FutureWarning: %u/%o/%x/%X of negative int will return a signed string in 
Python 2.4 and up
          def format_result(r):

        /mnt/run/dhendriks/.local/lib/python2.3/site-packages/ply/yacc.py:141: 
FutureWarning: %u/%o/%x/%X of negative int will return a signed string in 
Python 2.4 and up
          def format_stack_entry(r):


New suggestion:

  - The new format of debugging output for "Result : " includes
    40 chars of the repr. Since my repr(...) output can be
    multiline, I was wondering if you could escape characters
    like \n to make sure that a repr of "a\nb" would be printed
    as "a\nb" instead of "a" on one line and "b" on another
    line. If the complete repr is printed, multiline is useful,
    but for just the first 40 chars, I think I would prefer the
    escaped version. Just something to think about...

Dennis




David Beazley wrote:

>I've put out a new release candidate that addresses some of the
>debugging issues that were previously reported:
>
>   http://www.dabeaz.com/ply/ply-3.0rc2.tar.gz
>
>Try it out and let me know if there are any problems.   I'm
>hoping to finalize this version by the end of the week.
>
>Cheers,
>Dave
>
>
>
>
>
>
>>
>  
>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"ply-hack" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/ply-hack?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to