Andy Kipp
Andy Kipp
I can reproduce this. May be having period in a conditional variable is a new feature.
Hi @noob-br ! Thanks for working on this! Could you please add a [test](https://github.com/xonsh/xonsh/tree/main/tests/completers)?
@noob-br It looks some related tests are failed. @jnoortheen I want to ask, may be you remember, is it really bug when we return the rest of the name instead...
Thanks for reporting this. What if you `xpip uninstall ujson` and try to repeat?
Finally could you please run `xonsh --no-rc --no-env` and repeat this?
Ok, I'm going to close this until new info.
We added an example to `on_command_not_found` and it looks helpful:
Related discussion - [#xonsh chat > Usability of jobs](https://xonsh.zulipchat.com/#narrow/channel/434979-xonsh-chat/topic/Usability.20of.20jobs.20and.20kill/with/494275261)
Same error after ```xsh cd ~/.cargo/git/checkouts/ grep -E "\.pyc$" | xargs rm -r rm -r rustpython-* cargo install --features=ssl --git https://github.com/RustPython/RustPython rustpython ```
The approach to solve this issue is here - https://github.com/xonsh/xonsh/pull/5941