ReWriteVisitor transforms Fixnums into base 10 despite their original format
----------------------------------------------------------------------------

                 Key: JRUBY-1565
                 URL: http://jira.codehaus.org/browse/JRUBY-1565
             Project: JRuby
          Issue Type: Improvement
          Components: Miscellaneous
    Affects Versions: JRuby 1.1b1
            Reporter: Chris Williams
         Attachments: ReWriteVisitor.java.patch

The ReWriteVisitor traverses over an AST to rewrite the code for formatting 
purposes. For Fixnum it should try to retain the original format of the value 
(binary, hex, octal, decimal). In it's current state it transforms everything 
to decimal. This patch tries to retain the original format.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to