Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-enable autocompletion #100

Open
CoveMB opened this issue Sep 11, 2020 · 1 comment
Open

Re-enable autocompletion #100

CoveMB opened this issue Sep 11, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@CoveMB
Copy link

CoveMB commented Sep 11, 2020

Describe the bug
A clear and concise description of what the bug is.

Hello I think there is a problem with the autocompletion package for zsh

To Reproduce
Steps to reproduce the behavior:
1. enter the following command in your CLI
echo '. <(denon --completion)' >> ~/.zshrc
2. close and open back that interface again
3. The following errror will apear

note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
fatal runtime error: failed to initiate panic, error 5```

**Expected behavior**
No errors in the CLI

**Setup**

- OS: linux
- Deno version:  1.3.3
- Denon version:  v2.3.3
- CLI : zsh

**Additional context**
Might be related to this? 
https://github.com/rust-lang/cargo/issues/5234
@CoveMB CoveMB added the bug Something isn't working label Sep 11, 2020
@eliassjogreen
Copy link
Member

Denons autocompletion is currently turned off due to the badly supported autocompletion library omelette which Denon used to use. We (the org) are planning on creating our own deno module for autocompletion in the near future which will solve this issue.

@eliassjogreen eliassjogreen changed the title Error autocompletion with zsh Re-enable autocompletion Sep 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants