logo       

[jira] Created: (BOO-259) Broken tuples when assigning them to internal pro: msg#00062

lang.boo.devel

Subject: [jira] Created: (BOO-259) Broken tuples when assigning them to internal properties.

Message:

A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/BOO-259

Here is an overview of the issue:
---------------------------------------------------------------------
Key: BOO-259
Summary: Broken tuples when assigning them to internal properties.
Type: Bug

Status: Unassigned
Priority: Major

Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown

Project: Boo

Assignee:
Reporter: Arron Washington

Created: Wed, 23 Feb 2005 8:00 PM
Updated: Wed, 23 Feb 2005 8:00 PM

Description:
Bugaboo!

def skeet():
return 0, 1
class abc:
def constructor():
x, y = skeet()
//X, Y = skeet() //Uncomment this line to break the Boo
Compiler(?)
[property(X)]
_x as int
[property(Y)]
_y as int
t = abc()

Compiler can't parse it.


---------------------------------------------------------------------
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