bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnulib-tool (Python) bug: "module count-one-bits doesn't exist"


From: Collin Funk
Subject: Re: gnulib-tool (Python) bug: "module count-one-bits doesn't exist"
Date: Sat, 11 May 2024 16:47:58 -0700
User-agent: Mozilla Thunderbird

Hi Paul,

On 5/11/24 12:26 PM, Paul Eggert wrote:
> git checkout 4de6323d5d20996e51097a90f617cd4404a23eba
> ./gnulib-tool --create-testdir --dir foo -h stdbit

Also in Emacs 'whitespace-mode' I noticed the lines that cause issues
use tabs instead of spaces. Shouldn't that be disallowed?

In gnulib-tool.sh:

    sed_dependencies_without_conditions='s/ *\[.*//'

In gnulib-tool.py:

    pattern = re.compile(r' *\[')

Collin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]