Ville Skyttä
Ville Skyttä
For my part, I've been using https://github.com/client9/misspell with decent results, as well as some local greps.
A plugin compatible with the linux-musl dprint is important from the point that the musl dprint is commonly installed by things that need to work across different linux distros and...
Mini-PR in https://github.com/crate-ci/committed/pull/354 -- feel free to reuse that and the associated branch for the implementation if you're taking this on. - The regex would be matched against the commit...
Not sure what you mean by requiring unrar being a bug. It is required in order for the completion to be installed (and thus testable), even if we wouldn't be...
Also, could you elaborate on the `set -f` stuff in the part filename completion? I don't think we're doing it anywhere else. And I seem to remember that stuff passed...
While for some completions that may be desirable, for some others it explicitly isn't. We already have the `COMP_FILEDIR_FALLBACK` option that users who disagree with our default non-completion behavior can...
Ah, I misunderstood somewhat. The problem is valid - glob completion doesn't work at all with bash-completion. But the implementation may not be as I think it might interfere with...
Hm, testing for a magic value like 63 for `COMP_TYPE` sounds kind of ugly to me too. My bash (4.3.42) man page doesn't document any numeric values for it whatsoever,...
Ah, thanks for the clarification. And yuck :)
The test suite has been considerably reworked in past few years, perhaps it would be easier to add some test cases now.