{ "id": "149184", "key": "TIMOB-19084", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "16925", "description": "WatchKit Support--all going into 5.0 now", "name": "Release 5.0.0", "archived": true, "released": true, "releaseDate": "2015-09-16" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2015-08-14T18:25:42.000+0000", "created": "2015-06-26T19:43:47.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [ { "id": "16723", "description": "Windows Platform Support, ListView updates, Vector overlays in maps", "name": "Release 4.1.0", "archived": false, "released": true, "releaseDate": "2015-07-08" } ], "issuelinks": [ { "id": "48616", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "150184", "key": "AC-288", "fields": { "summary": "Employee Directory sample app will not run in Windows", "status": { "description": "A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.", "name": "Resolved", "id": "5", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "48617", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "150073", "key": "TIMOB-19305", "fields": { "summary": "Alloy.Globals not accessible from a commonjs module", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "48211", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "149017", "key": "TIMOB-19056", "fields": { "summary": "Windows: Test Rss Reader sample", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "7", "description": "gh.issue.story.desc", "name": "Story", "subtask": false } } } } ], "assignee": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2015-09-07T14:02:30.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "12642", "name": "Windows", "description": "Windows authoring support" } ], "description": "When trying out the RSS reader sample, it is now failing due to the \"_\" variable being undefined during the parsing of the XML feed.\r\n\r\nAlloy has underscore inside it, and presumably exports _ globally for use. This works fine on iOS.\r\n\r\nMy guess is that the context for some of this code is wrong and we're losing the definition of _ somewhere along the line?", "attachment": [], "flagged": false, "summary": "Windows: _ undefined in Alloy apps", "creator": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "subtasks": [], "reporter": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "environment": null, "closedSprints": [ { "id": 466, "state": "closed", "name": "2015 Sprint 16 Windows", "startDate": "2015-08-03T04:01:41.284Z", "endDate": "2015-08-15T03:59:00.000Z", "completeDate": "2015-08-14T20:06:52.383Z", "originBoardId": 144 } ], "comment": { "comments": [ { "id": "356106", "author": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "body": "This may be specific to the RSS reader sample code. It's possible that the other platforms are actually \"bleeding\" some things into the global context when they shouldn't. \r\n\r\nSpecifically https://github.com/appcelerator-developer-relations/Sample.RSS/blob/stable/app/lib/alloy/sync/rss.js\r\n\r\nThere's no require to bring in underscore. If I add the following to the second line, it works:\r\n{code:javascript}\r\nvar _ = require(\"alloy/underscore\")._;\r\n{code}", "updateAuthor": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "created": "2015-06-26T20:37:28.000+0000", "updated": "2015-06-26T20:37:28.000+0000" }, { "id": "357301", "author": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "body": "This was specific to the RSS sample app. Not convinced it's a specific issue with WIndows SDK.", "updateAuthor": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "created": "2015-07-08T17:23:24.000+0000", "updated": "2015-07-08T17:23:24.000+0000" }, { "id": "359898", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "https://github.com/appcelerator/titanium_mobile_windows/pull/402", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-08-14T11:50:56.000+0000", "updated": "2015-08-14T11:50:56.000+0000" }, { "id": "362448", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "body": "Verified using:\r\n\r\nWindows 8.1\r\nAppc CLI Core: 5.0.0-33\r\nAppc CLI NPM: 4.2.0-1\r\nTitanium SDK: 5.0.0.v20150906220721\r\nNokia Lumia 930 8.1\r\nRSS reader sample from https://github.com/appcelerator-developer-relations/Sample.RSS/pull/19\r\n\r\nWhen removing [this line|https://github.com/appcelerator-developer-relations/Sample.RSS/pull/19/files#diff-8e4d796c00cf0dc7444dfac71d46e5f4R3] the app runs as expected\r\n\r\nClosing ticket", "updateAuthor": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2015-09-07T14:02:23.000+0000", "updated": "2015-09-07T14:02:23.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }