{"id":26547,"url":"https://patchwork.libcamera.org/api/patches/26547/?format=json","web_url":"https://patchwork.libcamera.org/patch/26547/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/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":"<20260423230059.3180987-26-laurent.pinchart@ideasonboard.com>","date":"2026-04-23T23:00:47","name":"[v3,25/37] test: yaml-parser: Replace \"object\" with \"node\"","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"4b90a2d8b8e10e7c6021ff1cc152f986dfcb5c72","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/people/2/?format=json","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/26547/mbox/","series":[{"id":5883,"url":"https://patchwork.libcamera.org/api/series/5883/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=5883","date":"2026-04-23T23:00:22","name":"libcamera: Global configuration file improvements","version":3,"mbox":"https://patchwork.libcamera.org/series/5883/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/26547/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/26547/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 C31D1BDCB5\n\tfor <parsemail@patchwork.libcamera.org>;\n\tThu, 23 Apr 2026 23:01:53 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 520E362FD5;\n\tFri, 24 Apr 2026 01:01:53 +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 050FA62FAC\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 24 Apr 2026 01:01:36 +0200 (CEST)","from killaraus.ideasonboard.com\n\t(2001-14ba-703d-e500--2a1.rev.dnainternet.fi\n\t[IPv6:2001:14ba:703d:e500::2a1])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 8C3EF1283\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 24 Apr 2026 00:59:56 +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=\"mK5IG2ry\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1776985196;\n\tbh=WqWLJCGJml0Nk3UlPb6N/1Ev9Wt3aIz9ZnwJotPZztg=;\n\th=From:To:Subject:Date:In-Reply-To:References:From;\n\tb=mK5IG2ryqnDxL/uphQh/dtNiTU8zwaQKeEcfpxHyac4AfOY8al5xfPjvQ38baxk3t\n\tWNtLvI/ILRg2fQRkkiSl+2KgvTP5IDwferOcbTqj1+1bnoggIdsh1Ptd57vmb1ywD+\n\tDxTs5MaUoA6SYWHEwXxHLc6P37Do5iKvrIL/H2oQ=","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Subject":"[PATCH v3 25/37] test: yaml-parser: Replace \"object\" with \"node\"","Date":"Fri, 24 Apr 2026 02:00:47 +0300","Message-ID":"<20260423230059.3180987-26-laurent.pinchart@ideasonboard.com>","X-Mailer":"git-send-email 2.53.0","In-Reply-To":"<20260423230059.3180987-1-laurent.pinchart@ideasonboard.com>","References":"<20260423230059.3180987-1-laurent.pinchart@ideasonboard.com>","MIME-Version":"1.0","Content-Type":"text/plain; charset=UTF-8","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":"Now that the storage class for the property tree storing data parsed\nfrom YAML has been renamed from YamlObject to ValueNode, rename\nvariables and update error messages accordingly.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\nReviewed-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>\nReviewed-by: Isaac Scott <isaac.scott@ideasonboard.com>\n---\n test/yaml-parser.cpp | 32 ++++++++++++++++----------------\n 1 file changed, 16 insertions(+), 16 deletions(-)","diff":"diff --git a/test/yaml-parser.cpp b/test/yaml-parser.cpp\nindex a4b26c17e1f9..307e4ee26c68 100644\n--- a/test/yaml-parser.cpp\n+++ b/test/yaml-parser.cpp\n@@ -151,7 +151,7 @@ protected:\n \t\t}\n \n \t\t/* Test list node. */\n-\t\tauto &listObj = (*root)[\"list\"];\n+\t\tauto &listNode = (*root)[\"list\"];\n \n \t\tstatic constexpr std::array<const char *, 3> listValues{\n \t\t\t\"libcamera\",\n@@ -159,13 +159,13 @@ protected:\n \t\t\t\"\",\n \t\t};\n \n-\t\tif (listObj.size() != listValues.size()) {\n-\t\t\tstd::cerr << \"List object parsed with wrong size\" << std::endl;\n+\t\tif (listNode.size() != listValues.size()) {\n+\t\t\tstd::cerr << \"List node parsed with wrong size\" << std::endl;\n \t\t\treturn TestFail;\n \t\t}\n \n \t\tunsigned int i = 0;\n-\t\tfor (auto &elem : listObj.asList()) {\n+\t\tfor (auto &elem : listNode.asList()) {\n \t\t\tif (i >= listValues.size()) {\n \t\t\t\tstd::cerr << \"Too many elements in list during iteration\"\n \t\t\t\t\t  << std::endl;\n@@ -174,7 +174,7 @@ protected:\n \n \t\t\tstd::string value = listValues[i];\n \n-\t\t\tif (&elem != &listObj[i]) {\n+\t\t\tif (&elem != &listNode[i]) {\n \t\t\t\tstd::cerr << \"List element \" << i << \" has wrong address\"\n \t\t\t\t\t  << std::endl;\n \t\t\t\treturn TestFail;\n@@ -190,32 +190,32 @@ protected:\n \t\t}\n \n \t\t/* Ensure that empty list elements get parsed as empty strings. */\n-\t\tif (!listObj[2].isValue()) {\n+\t\tif (!listNode[2].isValue()) {\n \t\t\tstd::cerr << \"Empty list element is not a value\" << std::endl;\n \t\t\treturn TestFail;\n \t\t}\n \n \t\t/* Test nested nodes. */\n-\t\tauto &level1Obj = (*root)[\"level1\"];\n+\t\tauto &level1Node = (*root)[\"level1\"];\n \n-\t\tif (!level1Obj.isDictionary()) {\n-\t\t\tstd::cerr << \"level1 object failed to parse as Dictionary\" << std::endl;\n+\t\tif (!level1Node.isDictionary()) {\n+\t\t\tstd::cerr << \"level1 node failed to parse as Dictionary\" << std::endl;\n \t\t\treturn TestFail;\n \t\t}\n \n-\t\tauto &level2Obj = level1Obj[\"level2\"];\n+\t\tauto &level2Node = level1Node[\"level2\"];\n \n-\t\tif (!level2Obj.isList() || level2Obj.size() != 2) {\n-\t\t\tstd::cerr << \"level2 object should be a 2 element list\" << std::endl;\n+\t\tif (!level2Node.isList() || level2Node.size() != 2) {\n+\t\t\tstd::cerr << \"level2 node should be a 2 element list\" << std::endl;\n \t\t\treturn TestFail;\n \t\t}\n \n-\t\tauto &firstElement = level2Obj[0];\n+\t\tauto &firstElement = level2Node[0];\n \t\tif (!firstElement.isList() ||\n \t\t    firstElement.size() != 2 ||\n \t\t    firstElement[0].get<int32_t>(0) != 1 ||\n \t\t    firstElement[1].get<int32_t>(0) != 2) {\n-\t\t\tstd::cerr << \"The first element of level2 object failed to parse as integer list\" << std::endl;\n+\t\t\tstd::cerr << \"The first element of level2 node failed to parse as integer list\" << std::endl;\n \t\t\treturn TestFail;\n \t\t}\n \n@@ -225,13 +225,13 @@ protected:\n \t\t\treturn TestFail;\n \t\t}\n \n-\t\tauto &secondElement = level2Obj[1];\n+\t\tauto &secondElement = level2Node[1];\n \t\tif (!secondElement.isDictionary() ||\n \t\t    !secondElement.contains(\"one\") ||\n \t\t    !secondElement.contains(\"two\") ||\n \t\t    secondElement[\"one\"].get<int32_t>(0) != 1 ||\n \t\t    secondElement[\"two\"].get<int32_t>(0) != 2) {\n-\t\t\tstd::cerr << \"The second element of level2 object failed to parse as dictionary\" << std::endl;\n+\t\t\tstd::cerr << \"The second element of level2 node failed to parse as dictionary\" << std::endl;\n \t\t\treturn TestFail;\n \t\t}\n \n","prefixes":["v3","25/37"]}