Ticket #319 (new enhancement)
Move to .Net 4.0: Cobra dynamic codegen should use 'dynamic' type
Reported by: | hopscc | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Cobra Compiler | Version: | 0.9.3 |
Keywords: | codegen | Cc: |
Description
Cobra devolves untyped or 'dynamic' typed variables to Object on C# codegen due to lack of any other reasonable 'dynamic' equivalent.
This works fine so far as it goes but can lead to some oddities
(see ticket:249)
.Net 4.0 supports a 'dynamic' type itself so cobra should use that
when built/genned/running against/supporting .Net 4.0.
(This ticket pulled from ticket:249 and separately recorded as an eventual enhancement).
Change History
Note: See
TracTickets for help on using
tickets.