Mikioo / sharpkit

Automatically exported from code.google.com/p/sharpkit
0 stars 0 forks source link

SelectMany support #279

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Is it possible to get support for LINQ SelectMany? It's very useful for 
condensing down results.

As an intermediate request, is it possible to get compile time warnings for 
unsupported LINQ functions?

Val: 1
Val: 2
Val: 3
Val: 5
Val: 6
Val: 7

Instead I get:

JavaScript runtime error: Object doesn't support property or method 
'SelectMany$2$$IEnumerable$1$$Func$2'

/*Generated by SharpKit 5 v5.00.5000*/

Original issue reported on code.google.com by co...@gravill.com on 13 Feb 2013 at 2:01

GoogleCodeExporter commented 8 years ago
Fixed by Colin (Code commited to SVN by Dan-el)

Original comment by DanelK...@gmail.com on 29 Apr 2013 at 2:54

GoogleCodeExporter commented 8 years ago

Original comment by DanelK...@gmail.com on 29 Apr 2013 at 2:54