Ville Skyttä

Results 283 comments of Ville Skyttä

> Maybe I should make a sample implementation by `awk` and we compare it with the current implementation? Sure, if you're interested. While at it, no matter the language, I...

This is an area in which I have little experience, so unsure how much I can be of assistance. A couple of (likely stupid) comments/questions though: > In the current...

Ack. If we'd complete paths only when the initial slash was entered by the user, I think that would be kind of enough as users on systems that don't support...

Cool :+1: The general process of starting to give precedence to external completions is so that we make room for them by renaming the completion file we ship so they...

I think one good way would be to modify the tests affected like this so that they are run in the `fixtures/java` dir instead of in `fixtures`. The `cwd` option...

No ideas yet, but we have a history of issues with completions involving variables. In this case I don't think it's a matter of definedness; in your above case it's...

1, 2, and 5: This project doesn't really use labels. 3: Yes, this project suffers from chronic lack of manpower. Writing replies like this and trying to keep the issue...

Have you tried asking the mono project if they would be interested in providing or accepting them, if contributed? See our CONTRIBUTING.md https://github.com/mono/mono/blob/main/mcs/tools/monop/monop-completion.sh exists so there is some precedent, but...

Confirmed still happening with current master. There's an easy workaround though; construct your globs so that they don't match any dirs. So for example name your confs `*.conf`, and `Include`...