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

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

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

CodeDom implementation is not aware of generics

Created: 22/Feb/07 07:13 AM   Updated: 20/Feb/08 04:06 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 0.8.2

Time Tracking:
Not Specified


 Description  « Hide
CodeDom fails to generate proper System.Nullable references for http://jira.atlassian.com/rpc/soap/jirasoapservice-v2?wsdl

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Arron Washington - 22/Feb/07 12:55 PM
No #IFDEF support in Boo, so no ability to emit generic-anything in Boo CodeDom without breaking 1.1 support or rewriting codedom in C#.

Rodrigo B. de Oliveira - 22/Feb/07 03:25 PM
Good point.

But we do have partial classes, so maybe we could select different file sets for different framework versions? ugly but effective.

On a related note, we'll probably be shipping only .net 2.0 soon.