{ "id": "171926", "key": "TIMOB-26210", "fields": { "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "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": "20238", "description": "", "name": "Release 7.5.0", "archived": false, "released": true, "releaseDate": "2018-11-15" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2018-09-20T09:45:43.000+0000", "created": "2018-07-13T03:37:46.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [ { "id": "20183", "description": "", "name": "Release 7.4.0", "archived": false, "released": true, "releaseDate": "2018-09-17" } ], "issuelinks": [], "assignee": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2018-09-21T12:38:26.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": "Currently lots of compiler warnings being produced when building app, seems like it happens only on 7.4.0 master branch. Although it does not prevent app building we want to suppress compiler warnings whenever possible.\r\n\r\n{code}\r\n...\r\n GENERATEPROJECTPRIFILE : warning PRI249: 0xdef00520 - Invalid qualifier: HAS-METADATA [.titanium\\vsbuild\\win10_classic\\win10.x86\\Win10Classic.vcxproj]\r\n GENERATEPROJECTPRIFILE : warning PRI249: 0xdef00520 - Invalid qualifier: HAS-OWN-METADATA [.titanium\\vsbuild\\win10_classic\\win10.x86\\Win10Classic.vcxproj]\r\n GENERATEPROJECTPRIFILE : warning PRI249: 0xdef00520 - Invalid qualifier: TO-JSON [.titanium\\vsbuild\\win10_classic\\win10.x86\\Win10Classic.vcxproj]\r\n GENERATEPROJECTPRIFILE : warning PRI249: 0xdef00520 - Invalid qualifier: MATCH-ALL [.titanium\\vsbuild\\win10_classic\\win10.x86\\Win10Classic.vcxproj]\r\n GENERATEPROJECTPRIFILE : warning PRI249: 0xdef00520 - Invalid qualifier: PAD-END [.titanium\\vsbuild\\win10_classic\\win10.x86\\Win10Classic.vcxproj]\r\n GENERATEPROJECTPRIFILE : warning PRI249: 0xdef00520 - Invalid qualifier: PAD-START [.titanium\\vsbuild\\win10_classic\\win10.x86\\Win10Classic.vcxproj]\r\n GENERATEPROJECTPRIFILE : warning PRI249: 0xdef00520 - Invalid qualifier: TRIM-LEFT [.titanium\\vsbuild\\win10_classic\\win10.x86\\Win10Classic.vcxproj]\r\n GENERATEPROJECTPRIFILE : warning PRI249: 0xdef00520 - Invalid qualifier: TRIM-RIGHT [.titanium\\vsbuild\\win10_classic\\win10.x86\\Win10Classic.vcxproj]\r\n GENERATEPROJECTPRIFILE : warning PRI249: 0xdef00520 - Invalid qualifier: ASYNC-ITERATOR [.titanium\\vsbuild\\win10_classic\\win10.x86\\Win10Classic.vcxproj]\r\n\r\n 378 Warning(s)\r\n 0 Error(s)\r\n{code}", "attachment": [], "flagged": false, "summary": "Windows: Compler warnings PRI249: 0xdef00520 - Invalid qualifier", "creator": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 1073, "state": "closed", "name": "2018 Sprint 19 SDK", "startDate": "2018-09-09T21:02:56.422Z", "endDate": "2018-09-23T21:02:00.000Z", "completeDate": "2018-09-23T22:28:10.932Z", "originBoardId": 114 }, { "id": 1065, "state": "closed", "name": "2016 Sprint 17 SDK", "startDate": "2018-08-13T17:39:36.846Z", "endDate": "2018-08-27T17:39:00.000Z", "completeDate": "2018-08-29T16:10:57.013Z", "originBoardId": 114 }, { "id": 1053, "state": "closed", "name": "2018 Sprint 15 SDK", "startDate": "2018-07-15T21:52:05.453Z", "endDate": "2018-07-29T21:52:00.000Z", "completeDate": "2018-07-29T22:25:11.723Z", "originBoardId": 114 }, { "id": 1070, "state": "closed", "name": "2018 Sprint 18 SDK", "startDate": "2018-08-26T16:14:35.297Z", "endDate": "2018-09-09T16:14:00.000Z", "completeDate": "2018-09-11T20:59:21.495Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "439185", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "It turns out this happens only when ES6 transpile is set to {{true}}. The warning happens because Visual Studio incorrectly interpret some JavaScript files as i18 resources, just because it has minus sign ({{-}}) in the middle of the file name! OMG :(", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2018-07-13T06:55:27.000+0000", "updated": "2018-07-13T07:11:25.000+0000" }, { "id": "439226", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "https://github.com/appcelerator/titanium_mobile_windows/pull/1271", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2018-07-16T02:32:44.000+0000", "updated": "2018-07-16T02:32:44.000+0000" }, { "id": "441832", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "FR Passed. Waiting on master Jenkins build. ", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-09-20T09:45:38.000+0000", "updated": "2018-09-20T09:45:38.000+0000" }, { "id": "441889", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "*Closing ticket*. Fix is present in SDK version: {{7.5.0.v20180921031133}}\r\n\r\nTest and other information can be found at:\r\nhttps://github.com/appcelerator/titanium_mobile_windows/pull/1271", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-09-21T12:38:16.000+0000", "updated": "2018-09-21T12:38:16.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }