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

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

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

Assignment to properties with indexes broken and won't compile on duck types

Created: 17/Feb/06 02:23 PM   Updated: 03/Jun/06 10:43 AM
Component/s: Compiler
Affects Version/s: 0.7.5
Fix Version/s: 0.7.7

Time Tracking:
Not Specified

File Attachments: 1. File indexed-values.boo (1 kb)

Environment: Windows XP, .NET 2.0
Issue Links:
Duplicate
 


 Description  « Hide
When compiling the attached code, assignment to a property with indexes on duck type produces compilation error:

BCE0011: An error occurred during the execution of the step 'Boo.Lang.Compiler.Steps.EmitAssembly': 'Could not load type 'MyClass' from assembly 'inner-types, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.'.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Snaury - 17/Feb/06 02:24 PM
Sorry, clipboard mistake, the compilation error is the following:

indexed-values.boo(30,31): BCE0015: Node 'xlSheet.Range['A3:B4'].Value[xlRangeValueXMLSpreadsheet]' has not been correctly processed.