Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.7.5
-
Fix Version/s: 0.8.2
-
Component/s: Boo.Lang.CodeDom
-
Labels:None
-
Number of attachments :
Description
Boo's codedom works on .net 2, but it doesn't implement any .net 2-specific stuff, or else it defers to the base classes to handle .net 2 stuff (like the "partial" keyword).
This can be done if boo gets preprocessor directives (BOO-307).