logo       

[jira] Closed: (BOO-241) Nested classes not working: msg#00017

lang.boo.devel

Subject: [jira] Closed: (BOO-241) Nested classes not working

Message:

The following issue has been closed.

Resolver: Rodrigo B. de Oliveira
Date: Sun, 6 Feb 2005 5:22 PM

Fixed in the repository. Thanks for the report!
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/BOO-241

Here is an overview of the issue:
---------------------------------------------------------------------
Key: BOO-241
Summary: Nested classes not working
Type: Bug

Status: Closed
Priority: Major
Resolution: FIXED

Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown

Project: Boo
Fix Fors:
0.5
Versions:
0.5

Assignee: Rodrigo B. de Oliveira
Reporter: PC Bender

Created: Wed, 19 Jan 2005 3:43 PM
Updated: Sun, 6 Feb 2005 5:22 PM
Environment: win32 M$FT 1.1 framework

Description:
The following code throws an error (BCE0015: Node 'Child.stuff' has not been
correctly processed.)

class Base():
public pubs as string

class Child(base):

class ChildBase():
pass
class ChildChild(Child.ChildBase):
pass

public stuff as string

def foo():
return "foo"

class StepChild(base):

public stuff as string

def foo():
return "foo"

class ChildBase():
pass
class ChildChild(StepChild.ChildBase):
pass




---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise