From 2d175e0354feca33a64488fd9ceffac0cf0b2fc8 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Wed, 23 Apr 2025 12:11:42 +0200 Subject: tutorial: Update DEBUG config variable to map In preparation for the rule changes, to avoid introducing false positives during future bisections. --- doc/tutorial/proto.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'doc/tutorial/proto.md') diff --git a/doc/tutorial/proto.md b/doc/tutorial/proto.md index 1eac9c13..62e084f7 100644 --- a/doc/tutorial/proto.md +++ b/doc/tutorial/proto.md @@ -560,11 +560,7 @@ in the chapter on [*Debugging*](./hello-world.md)). , "list_people debug": { "type": "configure" , "target": "list_people" - , "config": - { "type": "let*" - , "bindings": [["DEBUG", true]] - , "body": {"type": "env", "vars": ["DEBUG"]} - } + , "config": {"type": "'", "$1": {"DEBUG": {"USE_DEBUG_FISSION": false}}} } , "list_people debug staged": { "type": ["@", "rules", "CC", "install-with-deps"] -- cgit v1.2.3