Wiki

Ticket #330 (closed enhancement: fixed)

Opened 11 years ago

Last modified 11 years ago

Move to .Net 4.0: Change cobra Set<T> to inherit from HashSet<T>

Reported by: hopscc Owned by: chuck
Priority: medium Milestone:
Component: Cobra Compiler Version: 0.9.4
Keywords: Cc:

Description

Net 4.0 has new Set implementation HashSet<T>.
Fixup existing cobra Set implementation to use .Net HashSet<T> as baseclass rather than using our own.

Attachments

net4-set.patch Download (13.8 KB) - added by hopscc 11 years ago.

Change History

Changed 11 years ago by hopscc

  • owner set to hopscc
  • status changed from new to assigned

First pass at fixup cobra compiler to use (get access to) .Net 4.0 new classes.
Probably some more around this to come yet re back Framework rev support/suppression.

rewrite Cobra.Core/Set.cobra to inherit from HashSet<of T>.
Continue to support original API methods.

Changed 11 years ago by hopscc

Changed 11 years ago by hopscc

  • owner changed from hopscc to chuck

Changed 11 years ago by Charles

  • status changed from assigned to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.