logo       

[jira] Commented: (BOO-259) Broken tuples when assigning them to internal p: msg#00063

lang.boo.devel

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

The following comment has been added to this issue:

Author: Arron Washington
Created: Thu, 24 Feb 2005 11:25 AM
Body:
I failed to mention that this behavior only occurs for properties, declared
both using getter and setters and the property attribute.

Using normal fields, it works perfectly fine.
---------------------------------------------------------------------
View this comment:
http://jira.codehaus.org/browse/BOO-259?page=comments#action_30268

---------------------------------------------------------------------
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: Thu, 24 Feb 2005 11:25 AM

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