You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Kevin Ballard (JIRA)" <ji...@apache.org> on 2008/08/01 23:19:31 UTC

[jira] Created: (THRIFT-104) Thrift.type_checking isn't checking the elements of containers

Thrift.type_checking isn't checking the elements of containers
--------------------------------------------------------------

                 Key: THRIFT-104
                 URL: https://issues.apache.org/jira/browse/THRIFT-104
             Project: Thrift
          Issue Type: Bug
          Components: Library (Ruby)
            Reporter: Kevin Ballard


Thrift.type_checking = true should check the elements of containers, not just the containers themselves.

The fields of Structs can be skipped since we can assume they've already been checked by that Struct

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


[jira] Closed: (THRIFT-104) Thrift.type_checking isn't checking the elements of containers

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

Kevin Clark closed THRIFT-104.
------------------------------

    Resolution: Fixed

In r681863

> Thrift.type_checking isn't checking the elements of containers
> --------------------------------------------------------------
>
>                 Key: THRIFT-104
>                 URL: https://issues.apache.org/jira/browse/THRIFT-104
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Ruby)
>            Reporter: Kevin Ballard
>            Assignee: Kevin Ballard
>         Attachments: 0001-rb-Check-container-elements-when-Thrift.type_checki.patch
>
>
> Thrift.type_checking = true should check the elements of containers, not just the containers themselves.
> The fields of Structs can be skipped since we can assume they've already been checked by that Struct

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


[jira] Assigned: (THRIFT-104) Thrift.type_checking isn't checking the elements of containers

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

Kevin Ballard reassigned THRIFT-104:
------------------------------------

    Assignee: Kevin Ballard

> Thrift.type_checking isn't checking the elements of containers
> --------------------------------------------------------------
>
>                 Key: THRIFT-104
>                 URL: https://issues.apache.org/jira/browse/THRIFT-104
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Ruby)
>            Reporter: Kevin Ballard
>            Assignee: Kevin Ballard
>
> Thrift.type_checking = true should check the elements of containers, not just the containers themselves.
> The fields of Structs can be skipped since we can assume they've already been checked by that Struct

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


[jira] Updated: (THRIFT-104) Thrift.type_checking isn't checking the elements of containers

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

Kevin Ballard updated THRIFT-104:
---------------------------------

    Patch Info: [Patch Available]

> Thrift.type_checking isn't checking the elements of containers
> --------------------------------------------------------------
>
>                 Key: THRIFT-104
>                 URL: https://issues.apache.org/jira/browse/THRIFT-104
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Ruby)
>            Reporter: Kevin Ballard
>            Assignee: Kevin Ballard
>         Attachments: 0001-rb-Check-container-elements-when-Thrift.type_checki.patch
>
>
> Thrift.type_checking = true should check the elements of containers, not just the containers themselves.
> The fields of Structs can be skipped since we can assume they've already been checked by that Struct

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


[jira] Updated: (THRIFT-104) Thrift.type_checking isn't checking the elements of containers

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

Kevin Ballard updated THRIFT-104:
---------------------------------

    Attachment: 0001-rb-Check-container-elements-when-Thrift.type_checki.patch

The attached patch should fix this issue

> Thrift.type_checking isn't checking the elements of containers
> --------------------------------------------------------------
>
>                 Key: THRIFT-104
>                 URL: https://issues.apache.org/jira/browse/THRIFT-104
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Ruby)
>            Reporter: Kevin Ballard
>            Assignee: Kevin Ballard
>         Attachments: 0001-rb-Check-container-elements-when-Thrift.type_checki.patch
>
>
> Thrift.type_checking = true should check the elements of containers, not just the containers themselves.
> The fields of Structs can be skipped since we can assume they've already been checked by that Struct

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