Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-24651] Windows: Hyperloop unable to compile generic collections

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2017-05-08T21:53:44.000+0000
Affected Version/sRelease 6.1.0
Fix Version/sRelease 6.1.0
ComponentsWindows
Labelshyperloop-windows
ReporterKota Iguchi
AssigneeKota Iguchi
Created2017-05-03T05:46:42.000+0000
Updated2017-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.

Comments

  1. Kota Iguchi 2017-05-03

    https://github.com/appcelerator/titanium_mobile_windows/pull/987
  2. Samir Mohammed 2017-05-09

    Verified fix in SDK version 6.1.0.v20170509114242 and 6.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

JSON Source