You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Scott Banachowski (JIRA)" <ji...@apache.org> on 2009/08/18 19:46:14 UTC

[jira] Created: (AVRO-97) Bug fix patch for C++

Bug fix patch for C++
---------------------

                 Key: AVRO-97
                 URL: https://issues.apache.org/jira/browse/AVRO-97
             Project: Avro
          Issue Type: Bug
          Components: c++
            Reporter: Scott Banachowski


This patch has several fixes targeted to feedback from alpha users:
The code generator created some uncompilable code when a "bytes" type appears in a union.
The "bytes" parser template had a spurious &.
Variable int reader bit shift was off by 1 bit.
Parser is set to print more verbose error messages and produce exceptions with these messages.





-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AVRO-97) Bug fix patch for C++

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting updated AVRO-97:
-----------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.1
           Status: Resolved  (was: Patch Available)

I just committed this.  Thanks, Scott!

> Bug fix patch for C++
> ---------------------
>
>                 Key: AVRO-97
>                 URL: https://issues.apache.org/jira/browse/AVRO-97
>             Project: Avro
>          Issue Type: Bug
>          Components: c++
>            Reporter: Scott Banachowski
>             Fix For: 1.0.1
>
>         Attachments: AVRO-97.patch
>
>
> This patch has several fixes targeted to feedback from alpha users:
> The code generator created some uncompilable code when a "bytes" type appears in a union.
> The "bytes" parser template had a spurious &.
> Variable int reader bit shift was off by 1 bit.
> Parser is set to print more verbose error messages and produce exceptions with these messages.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AVRO-97) Bug fix patch for C++

Posted by "Scott Banachowski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Banachowski updated AVRO-97:
----------------------------------

    Status: Patch Available  (was: Open)

> Bug fix patch for C++
> ---------------------
>
>                 Key: AVRO-97
>                 URL: https://issues.apache.org/jira/browse/AVRO-97
>             Project: Avro
>          Issue Type: Bug
>          Components: c++
>            Reporter: Scott Banachowski
>         Attachments: AVRO-97.patch
>
>
> This patch has several fixes targeted to feedback from alpha users:
> The code generator created some uncompilable code when a "bytes" type appears in a union.
> The "bytes" parser template had a spurious &.
> Variable int reader bit shift was off by 1 bit.
> Parser is set to print more verbose error messages and produce exceptions with these messages.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (AVRO-97) Bug fix patch for C++

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting reassigned AVRO-97:
--------------------------------

    Assignee: Scott Banachowski

> Bug fix patch for C++
> ---------------------
>
>                 Key: AVRO-97
>                 URL: https://issues.apache.org/jira/browse/AVRO-97
>             Project: Avro
>          Issue Type: Bug
>          Components: c++
>            Reporter: Scott Banachowski
>            Assignee: Scott Banachowski
>             Fix For: 1.0.1
>
>         Attachments: AVRO-97.patch
>
>
> This patch has several fixes targeted to feedback from alpha users:
> The code generator created some uncompilable code when a "bytes" type appears in a union.
> The "bytes" parser template had a spurious &.
> Variable int reader bit shift was off by 1 bit.
> Parser is set to print more verbose error messages and produce exceptions with these messages.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AVRO-97) Bug fix patch for C++

Posted by "Scott Banachowski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Banachowski updated AVRO-97:
----------------------------------

    Attachment: AVRO-97.patch

patch with bug fixes

> Bug fix patch for C++
> ---------------------
>
>                 Key: AVRO-97
>                 URL: https://issues.apache.org/jira/browse/AVRO-97
>             Project: Avro
>          Issue Type: Bug
>          Components: c++
>            Reporter: Scott Banachowski
>         Attachments: AVRO-97.patch
>
>
> This patch has several fixes targeted to feedback from alpha users:
> The code generator created some uncompilable code when a "bytes" type appears in a union.
> The "bytes" parser template had a spurious &.
> Variable int reader bit shift was off by 1 bit.
> Parser is set to print more verbose error messages and produce exceptions with these messages.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.