gradle / gradle-completion

Gradle tab completion for bash and zsh
MIT License
1.02k stars 133 forks source link

Last update broke completion in bash #54

Closed NielsDoucet closed 6 years ago

NielsDoucet commented 6 years ago

It seems with the latest update, all of the module and task completions are broken in bash. :mo gets completed to ::module :module:ta gets completed to :module::module:task These prevent further completion because of the presence of :: in all of these cases.

mo get completed correctly to module:, but then module:ta is broken again, resulting in module:module:task

tanadeau commented 6 years ago

I just saw the same issue after updating from Homebrew.

eriwen commented 6 years ago

I apologize for the delay addressing this serious issue. I let this lapse during the holidays.

v1.3.1 is out now and fixes this issue.

tanadeau commented 6 years ago

I saw the update about the fix earlier this morning. I updated, and everything is working fine again. Thanks again! 😄

NielsDoucet commented 6 years ago

No problem. I managed with a previous version until now. Thanks for the update :smile:

I hope you enjoyed your holidays!

eriwen commented 6 years ago

Thanks folks :). Holidays were relaxing. I hope yours were too.