Hi Bruno,
On 3/3/24 2:34 AM, Bruno Haible wrote:
> There are no problems with writing "condition != True". Remember the rule?
> 'condition' as a variable can hold the values None, True, or a string.
> Thus it has to be compared with == or !=.
Yes, I was overthinking it. :)
> "condition != True"
Hi Collin,
> When working on the one of the TODO entries I noticed that
> the gnulib-comp.m4 output was incorrect. The indentation was slightly
> off and the output also had "if True;" conditionals. Here is a diff
> from Emacs merge-gnulib to show the difference:
>
> @@ -784,8 +785,12 @@ AC_DEFUN
nulib.git/tree/pygnulib/GLEmiter.py#n181
CollinFrom ae593ef0dc43ed0260523b611eb0675dabaefe00 Mon Sep 17 00:00:00 2001
From: Collin Funk
Date: Sat, 2 Mar 2024 18:43:26 -0800
Subject: [PATCH] gnulib-tool.py: Fix output of gnulib-comp.m4.
* pygnulib/GLEmiter.py (GLEmiter.autoconfSnippets): Fix indent