Patch Detail
Show a patch.
GET /api/patches/157/?format=api
{ "id": 157, "url": "https://patchwork.libcamera.org/api/patches/157/?format=api", "web_url": "https://patchwork.libcamera.org/patch/157/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/projects/1/?format=api", "name": "libcamera", "link_name": "libcamera", "list_id": "libcamera_core", "list_email": "libcamera-devel@lists.libcamera.org", "web_url": "", "scm_url": "", "webscm_url": "" }, "msgid": "<20190106023328.10989-8-laurent.pinchart@ideasonboard.com>", "date": "2019-01-06T02:33:25", "name": "[libcamera-devel,08/11] test: Rename list test to list-cameras", "commit_ref": null, "pull_url": null, "state": "accepted", "archived": false, "hash": "efe5c33dc233530f7849bb61e9f46ff03c6cddbd", "submitter": { "id": 2, "url": "https://patchwork.libcamera.org/api/people/2/?format=api", "name": "Laurent Pinchart", "email": "laurent.pinchart@ideasonboard.com" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/157/mbox/", "series": [ { "id": 53, "url": "https://patchwork.libcamera.org/api/series/53/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=53", "date": "2019-01-06T02:33:18", "name": "[libcamera-devel,01/11] libcamera: log: Add a LogFatal log level", "version": 1, "mbox": "https://patchwork.libcamera.org/series/53/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/157/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/157/checks/", "tags": {}, "headers": { "Return-Path": "<laurent.pinchart@ideasonboard.com>", "Received": [ "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 77C9560B30\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSun, 6 Jan 2019 03:32:29 +0100 (CET)", "from avalon.bb.dnainternet.fi\n\t(dfj612ybrt5fhg77mgycy-3.rev.dnainternet.fi\n\t[IPv6:2001:14ba:21f5:5b00:2e86:4862:ef6a:2804])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 171E999A\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSun, 6 Jan 2019 03:32:29 +0100 (CET)" ], "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1546741949;\n\tbh=mHrjQwJOrSGvhmrtNLbgoTwE/CB9cLEnbDoXs+VBP3g=;\n\th=From:To:Subject:Date:In-Reply-To:References:From;\n\tb=C4yxMPM0RIJFeQ99x/cusxH4oFsn7ZZzhAfVDHjfFqAK3V2tHycJB+zLfzL3SVB5l\n\tGM/T6mlqlaGtMymfJjuf/8sJ5BsdTdUSHS9M4SzUiA7gtGhsDcM/Gmo9Sp68AEKnYi\n\t6eJIsGfjsFkvOQc5cAmhpTmz6hl22axPgBFM5RA4=", "From": "Laurent Pinchart <laurent.pinchart@ideasonboard.com>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Sun, 6 Jan 2019 04:33:25 +0200", "Message-Id": "<20190106023328.10989-8-laurent.pinchart@ideasonboard.com>", "X-Mailer": "git-send-email 2.19.2", "In-Reply-To": "<20190106023328.10989-1-laurent.pinchart@ideasonboard.com>", "References": "<20190106023328.10989-1-laurent.pinchart@ideasonboard.com>", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH 08/11] test: Rename list test to\n\tlist-cameras", "X-BeenThere": "libcamera-devel@lists.libcamera.org", "X-Mailman-Version": "2.1.23", "Precedence": "list", "List-Id": "<libcamera-devel.lists.libcamera.org>", "List-Unsubscribe": "<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>", "List-Archive": "<https://lists.libcamera.org/pipermail/libcamera-devel/>", "List-Post": "<mailto:libcamera-devel@lists.libcamera.org>", "List-Help": "<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>", "List-Subscribe": "<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>", "X-List-Received-Date": "Sun, 06 Jan 2019 02:32:29 -0000" }, "content": "The list test generates a list binary in the test directory, which\nconflicts with the C++ std::list header of the same name. The binary\ngets included instead of the header file, breaking compilation.\n\nRename the test to avoid this.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n test/meson.build | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)", "diff": "diff --git a/test/meson.build b/test/meson.build\nindex 184a7eeb5e27..638e8d51c131 100644\n--- a/test/meson.build\n+++ b/test/meson.build\n@@ -3,7 +3,7 @@ subdir('libtest')\n subdir('media_device')\n \n public_tests = [\n- ['list', 'list.cpp'],\n+ ['list-cameras', 'list.cpp'],\n ]\n \n internal_tests = [\n", "prefixes": [ "libcamera-devel", "08/11" ] }