]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Make --extract-dependents quick again.
authorCollin Funk <collin.funk1@gmail.com>
Thu, 5 Dec 2024 02:49:45 +0000 (18:49 -0800)
committerCollin Funk <collin.funk1@gmail.com>
Thu, 5 Dec 2024 02:49:45 +0000 (18:49 -0800)
commitac562bbfa2fd80d23bc0cb10d64745fe91d074da
treee3676c5a9d14d413a889c953be7bdb4d66064c4f
parenta67335ecf3ac57feeacb156d7871c88f8ea80817
gnulib-tool.py: Make --extract-dependents quick again.

Suggested by Bruno Haible in:
<https://lists.gnu.org/archive/html/bug-gnulib/2024-12/msg00012.html>.

* pygnulib/GLModuleSystem.py (GLModule.getDependents): Add an optional
argument to use the implementation before yesterdays change.
* pygnulib/main.py (mode == 'extract-dependents'): Add the optional
argument to call of GLModule.getDependents.
ChangeLog
pygnulib/GLModuleSystem.py
pygnulib/main.py