Wiki

Ticket #113 (new enhancement)

Opened 15 years ago

Last modified 13 years ago

Scope out the rest of anonymous methods / closures

Reported by: Chuck Owned by: Chuck
Priority: major Milestone: Cobra 0.9
Component: Cobra Compiler Version: 0.8.0
Keywords: anonymous methods, closures Cc:

Description

Determine what else is left for anonymous closures and make the appropriate tickets. Sources of information include:

  • discussion forms
  • Cobra test suite
  • Cobra source code comments (AnonymousMethod, Parser)
  • C# docs on anonymous methods

Off the top of my head, possible tasks include:

  • Type inference of arguments
  • Generic anonymous methods
  • Multiple anonymous methods

But I don't know if that list is complete.

Change History

Changed 13 years ago by hopscc

Type inference of arguments done and patch available on ticket:204

Note: See TracTickets for help on using tickets.