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/23 19:21:59 UTC

[jira] Created: (LUCY-23) Boilerplater::Class

Boilerplater::Class
-------------------

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


Add support for classes to Boilerplater.

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


[jira] Resolved: (LUCY-23) Boilerplater::Class

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

Marvin Humphrey resolved LUCY-23.
---------------------------------

    Resolution: Fixed

Committed as r807450.

> Boilerplater::Class
> -------------------
>
>                 Key: LUCY-23
>                 URL: https://issues.apache.org/jira/browse/LUCY-23
>             Project: Lucy
>          Issue Type: Sub-task
>          Components: Boilerplater
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>         Attachments: 400-class.t, Class.pm, parser_add_class_support.diff
>
>
> Add support for classes to Boilerplater.

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


[jira] Updated: (LUCY-23) Boilerplater::Class

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

Marvin Humphrey updated LUCY-23:
--------------------------------

    Attachment: parser_add_class_support.diff
                400-class.t
                Class.pm

These files add support for class declarations to Boileplater.  Features
include...

  * Single-inheritance subclassing, via an "extends" keyword.
  * Object methods.
  * Abstract object methods.
  * Member variables.
  * Functions belonging to the class's namespace.
  * Shared, class variables.
  * "Inert" classes, comprised of functions and class variables only.
  * "Final" classes.


> Boilerplater::Class
> -------------------
>
>                 Key: LUCY-23
>                 URL: https://issues.apache.org/jira/browse/LUCY-23
>             Project: Lucy
>          Issue Type: Sub-task
>          Components: Boilerplater
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>         Attachments: 400-class.t, Class.pm, parser_add_class_support.diff
>
>
> Add support for classes to Boilerplater.

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