[TIMOB-24651] Windows: Hyperloop unable to compile generic collections
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2017-05-08T21:53:44.000+0000 |
Affected Version/s | Release 6.1.0 |
Fix Version/s | Release 6.1.0 |
Components | Windows |
Labels | hyperloop-windows |
Reporter | Kota Iguchi |
Assignee | Kota Iguchi |
Created | 2017-05-03T05:46:42.000+0000 |
Updated | 2017-05-09T21:06:22.000+0000 |
Description
Unable to require generic collections. It causes compile error.
var List = require('System.Collections.Generic.List<System.Int32>');
Expected: It should not cause compile error.
https://github.com/appcelerator/titanium_mobile_windows/pull/987
Verified fix in SDK version
6.1.0.v20170509114242
and6.2.0.v20170509113451
Test and other information can be found at: Master:https://github.com/appcelerator/titanium_mobile_windows/pull/987 6_1_X: https://github.com/appcelerator/titanium_mobile_windows/pull/988