Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCLI: each input leads to a warning msg "WARN RS - rustyline:718 - cannot read initial cursor location" #6641
Comments
|
I'm not sure, but it seems that our filter level for log is wrong and allows for |
|
I'd like to take this issue. Should be able to just up the log level to warn when no log_level flag is provided here -> https://github.com/denoland/deno/blob/master/cli/main.rs#L697 |
|
Opened a PR above, happy to update a test but I am new to the project/Rust and was struggling to find the right place to test an update to the main.rs file. |
|
@brendanboyle87 Are you actively working on this? |
OS is Ubuntu 20.04
Each time when inputing something in CLI, I got a msg "WARN RS - rustyline:718 - cannot read initial cursor location".
Source code for that warning:
Don't know how this comes up but I always get that warning on my own server. OS was upgraded from 18.04 to 20.04 online.
However, on another machine with newly installed Ubuntu 20.04, this problem nerver happens. Can't reproduce it on the second machine.
Not familiar with Rust, what I want to know is:
Thanks for any useful help! :D