@@ -192,6 +192,7 @@ unittest
192192 " /github/repos/dlang/dmd/issues/6359/labels" ,
193193 " /github/repos/dlang/dmd/issues/6359/labels" ,
194194 (scope HTTPServerRequest req, scope HTTPServerResponse res) {},
195+ " /github/repos/dlang/dmd/issues/6359/labels" ,
195196 " /trello/1/search?query=name:%22Issue%2016794%22&" ~ trelloAuth,
196197 " /trello/1/cards/583f517a333add7c28e0cec7/actions?filter=commentCard&" ~ trelloAuth,
197198 " /trello/1/cards/583f517a333add7c28e0cec7/actions/583f517b91413ef81f1f9d34/comments?" ~ trelloAuth,
@@ -214,7 +215,7 @@ unittest
214215@MartinNowak created dlang/dmd pull request #6359 " fix Issue 16794 - dmd not working on Ubuntu 16.10 " fixing this issue:
215216
216217- fix Issue 16794 - dmd not working on Ubuntu 16.10
217-
218+
218219 - enable PIC by default on amd64 linux (no significant overhead, full
219220 PIC/PIE support)
220221 - also see https://github.com/dlang/installer/pull/207
@@ -285,6 +286,7 @@ unittest
285286 setAPIExpectations(
286287 " /github/repos/dlang/dmd/pulls/6359/commits" ,
287288 " /github/repos/dlang/dmd/issues/6359/comments" ,
289+ " /github/repos/dlang/dmd/issues/6359/labels" ,
288290 );
289291
290292 postGitHubHook(" dlang_dmd_open_6359.json" , " pull_request" , (ref Json j, scope req) {
@@ -304,6 +306,7 @@ unittest
304306 " /github/repos/dlang/dmd/issues/6359/labels" ,
305307 " /github/repos/dlang/dmd/issues/6359/labels" ,
306308 (scope HTTPServerRequest req, scope HTTPServerResponse res) {},
309+ " /github/repos/dlang/dmd/issues/6359/labels" ,
307310 " /trello/1/search?query=name:%22Issue%2016794%22&" ~ trelloAuth,
308311 " /trello/1/cards/583f517a333add7c28e0cec7/actions?filter=commentCard&" ~ trelloAuth,
309312 " /trello/1/cards/583f517a333add7c28e0cec7/actions/583f517b91413ef81f1f9d34/comments?" ~ trelloAuth,
0 commit comments