{"id":23074,"url":"https://patchwork.libcamera.org/api/1.1/patches/23074/?format=json","web_url":"https://patchwork.libcamera.org/patch/23074/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/1.1/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20250331144352.736700-2-stefan.klug@ideasonboard.com>","date":"2025-03-31T14:43:40","name":"[1/9] utils: gen-debug-controls: Remove line number from control description","commit_ref":null,"pull_url":null,"state":"superseded","archived":false,"hash":"ea65be48e26865284a5e42eada71a6f2f71ded64","submitter":{"id":184,"url":"https://patchwork.libcamera.org/api/1.1/people/184/?format=json","name":"Stefan Klug","email":"stefan.klug@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/23074/mbox/","series":[{"id":5094,"url":"https://patchwork.libcamera.org/api/1.1/series/5094/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=5094","date":"2025-03-31T14:43:39","name":"Wdr preparations","version":1,"mbox":"https://patchwork.libcamera.org/series/5094/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/23074/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/23074/checks/","tags":{},"headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 645D5C3213\n\tfor <parsemail@patchwork.libcamera.org>;\n\tMon, 31 Mar 2025 14:44:02 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id D158068989;\n\tMon, 31 Mar 2025 16:44:01 +0200 (CEST)","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 A8BC86897A\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 31 Mar 2025 16:43:59 +0200 (CEST)","from ideasonboard.com (unknown\n\t[IPv6:2a00:6020:448c:6c00:823a:c275:e8b5:b937])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id E1727725;\n\tMon, 31 Mar 2025 16:42:07 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"jcOc0W8M\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1743432128;\n\tbh=UymquCGj99s4ye8Sm8gcK79C2o1pEYuMbFnBzDnkY+E=;\n\th=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n\tb=jcOc0W8MwMZxDGhCSNRNYNMQaZmllaWjpBSrkeGy2IHIfSTosyNu+xxk3FdYbsEOX\n\t3EYRW/cEGWRcJt5wZRzUXqjkNlRkHlcprttrtqerBKmcXsUQpY8zCZRajobjdvRCUI\n\t5TNS0dzfOcvnXH+Q+zIpohbuYoITC4sBC0+s1R5s=","From":"Stefan Klug <stefan.klug@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Cc":"Stefan Klug <stefan.klug@ideasonboard.com>","Subject":"[PATCH 1/9] utils: gen-debug-controls: Remove line number from\n\tcontrol description","Date":"Mon, 31 Mar 2025 16:43:40 +0200","Message-ID":"<20250331144352.736700-2-stefan.klug@ideasonboard.com>","X-Mailer":"git-send-email 2.43.0","In-Reply-To":"<20250331144352.736700-1-stefan.klug@ideasonboard.com>","References":"<20250331144352.736700-1-stefan.klug@ideasonboard.com>","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","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>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"The line numbers change so often that including them in the description\ncreates too much noise in control_ids_debug.yaml. Output the path only.\n\nSigned-off-by: Stefan Klug <stefan.klug@ideasonboard.com>\n---\n utils/gen-debug-controls.py | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)","diff":"diff --git a/utils/gen-debug-controls.py b/utils/gen-debug-controls.py\nindex 272597f4874f..53c8fa70d76d 100755\n--- a/utils/gen-debug-controls.py\n+++ b/utils/gen-debug-controls.py\n@@ -107,7 +107,7 @@ def main(argv):\n         p = m.file.relative_to(root_dir)\n         desc = {'type': m.type,\n                 'direction': 'out',\n-                'description': f'Debug control {m.name} found in {p}:{m.line}'}\n+                'description': f'Debug control {m.name} found in {p}'}\n         if m.size is not None:\n             desc['size'] = m.size\n \n","prefixes":["1/9"]}