You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucy.apache.org by "Marvin Humphrey (JIRA)" <ji...@apache.org> on 2009/08/16 00:13:14 UTC

[jira] Created: (LUCY-10) Boilerplater::Type

Boilerplater::Type
------------------

                 Key: LUCY-10
                 URL: https://issues.apache.org/jira/browse/LUCY-10
             Project: Lucy
          Issue Type: Sub-task
          Components: Boilerplater
            Reporter: Marvin Humphrey
            Assignee: Marvin Humphrey


Abstract base class for representing a primitive or object type.

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


[jira] Resolved: (LUCY-10) Boilerplater::Type

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

Marvin Humphrey resolved LUCY-10.
---------------------------------

    Resolution: Fixed

Committed as r805209.

> Boilerplater::Type
> ------------------
>
>                 Key: LUCY-10
>                 URL: https://issues.apache.org/jira/browse/LUCY-10
>             Project: Lucy
>          Issue Type: Sub-task
>          Components: Boilerplater
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>         Attachments: 100-type.t, 101-primitive_type.t, Primitive.pm, Type.pm
>
>
> Abstract base class for representing a primitive or object type.

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


[jira] Updated: (LUCY-10) Boilerplater::Type

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

Marvin Humphrey updated LUCY-10:
--------------------------------

    Attachment: Type.pm
                100-type.t

Boilerplater::Type is an abstract base class for representing types.

 * "i32_t" would map to Boilerplater::Type::Integer.
 * "Snapshot*" would map to Boilerplater::Type::Object.
 * "void" would map to Boilerplater::Type::Void.

Etc.

> Boilerplater::Type
> ------------------
>
>                 Key: LUCY-10
>                 URL: https://issues.apache.org/jira/browse/LUCY-10
>             Project: Lucy
>          Issue Type: Sub-task
>          Components: Boilerplater
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>         Attachments: 100-type.t, Type.pm
>
>
> Abstract base class for representing a primitive or object type.

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


[jira] Updated: (LUCY-10) Boilerplater::Type

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

Marvin Humphrey updated LUCY-10:
--------------------------------

    Attachment: Primitive.pm
                101-primitive_type.t

Boilerplater::Type::Primitive serves as an abstract base class for 
Boilerplater::Type::Integer and Boilerplater::Type::Float.

> Boilerplater::Type
> ------------------
>
>                 Key: LUCY-10
>                 URL: https://issues.apache.org/jira/browse/LUCY-10
>             Project: Lucy
>          Issue Type: Sub-task
>          Components: Boilerplater
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>         Attachments: 100-type.t, 101-primitive_type.t, Primitive.pm, Type.pm
>
>
> Abstract base class for representing a primitive or object type.

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