[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnulib-tool.py: Correct type hint and doc string.
From: |
Bruno Haible |
Subject: |
Re: gnulib-tool.py: Correct type hint and doc string. |
Date: |
Sun, 04 Aug 2024 02:18:03 +0200 |
Hi Collin,
> Eventually I'll have a look at simplifying GLModule.getDependents.
> Adding tests beforehand of course so I don't break it.
While doing that, if you could also please fix the relation between
module <m> and module <m>-tests?
$ ./gnulib-tool --extract-dependencies hamt-tests
hamt
$ ./gnulib-tool --extract-dependents hamt
(none)
The latter invocation should list hamt-tests.
And then, before simplifying, it would be useful to optimize
--extract-recursive-dependents. Currently
$ ./gnulib-tool --extract-recursive-dependents stdlib
does not complete within a reasonable time.
Bruno