click-contrib / click-repl

Subcommand REPL for click apps
MIT License
215 stars 41 forks source link

Unhandled exception during autocomplete fix #109

Closed opirko closed 8 months ago

opirko commented 8 months ago

Fixes the issue mentioned in https://github.com/click-contrib/click-repl/issues/108

opirko commented 8 months ago

Okay, I think it's fixed. It was failing with Click 7 due to the missing () in Click decorators.

auvipy commented 8 months ago

its failing again. can you recheck? we might consider dropping click 7 very soon but before that....

opirko commented 8 months ago

Now it was due to flake saying I got one space before inline comment instead of two (only in python 3.7 test for some reason). Oh well, here's hoping third time is the charm :D

jathanism commented 4 months ago

Nice to see this fixed. Any plans on releasing it anytime soon? Thanks!