bug#79232: tsort doesn't support -w added by POSIX 2024.
Pádraig Brady <[email protected]>
| Newsgroups | gmane.comp.gnu.core-utils.bugs |
|---|---|
| Message-ID | <[email protected]> |
On 14/08/2025 17:33, Collin Funk wrote: > Paul Eggert <[email protected]> writes: > >> Come to think of it, how about setting MAX_CYCLES to 1? There's no >> real use for values greater than 1. This is much simpler (it avoids >> the abovementioned problems among other things), and POSIX allows >> this. Proposed patch attached. > > Haven't tested the patch. But I do not mind that behavior. What do you > think Pádraig? +1 I can't see much use for it either as I said, also one can hack it with grep -c if needs be. cheers, Padraig