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

Key: BOO-402
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Rodrigo B. de Oliveira
Reporter: Ayende Rahien
Votes: 0
Watchers: 0
Operations

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

Add information to duplicate name on types

Created: 23/Jul/05 11:27 AM   Updated: 12/Nov/05 04:23 PM
Component/s: Compiler
Affects Version/s: None
Fix Version/s: 0.7.5

Time Tracking:
Not Specified

Environment: Windows
Issue Links:
Related
 


 Description  « Hide
The following code:

namespace test

class a:
pass

class a:
pass

Cause this error:

BCE0011: An error occurred during the execution of the step 'Boo.Lang.Compiler.Steps.EmitAssembly': 'Duplicate type name within an assembly.'.

No information is given about the location of the error or which types are duplicate.

Add type information, and file name and location.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Rodrigo B. de Oliveira - 10/Sep/05 08:31 AM
If we decide to go with the 'open classes' approach, this code will be legal.