Ticket #113 (new enhancement)
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
Note: See
TracTickets for help on using
tickets.