History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BOO-603
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Rodrigo B. de Oliveira
Reporter: Doug H
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Boo

GetSlice doesn't work with non-indexed properties that return indexable object

Created: 11/Nov/05 10:10 AM   Updated: 11/Jun/07 05:01 PM
Component/s: Runtime (Boo.Lang)
Affects Version/s: None
Fix Version/s: 0.7.8

Time Tracking:
Not Specified

Issue Links:
Duplicate
 
Related
 


 Description  « Hide
http://groups.google.com/group/boolang/browse_frm/thread/bbdcc56e21c2b93b/f34384931f3dd10b?hl=en#f34384931f3dd10b

class Person:
[Property(Name)]
_name as string

[Property(Labels)]
_labels as Hash

p1 as duck = Person(Name:"Happy", Labels:{1:'secret', 2:''})

print p1.Labels[1]

Runtimeservices.GetSlice needs to call GetProperty.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.