-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
bug: leetup test stop working in windows #80
Comments
Can you try with |
I don't have a windows machine to reproduce the issue. Can you try this https://stackoverflow.com/questions/18433840/logging-rust-programs |
thanks, i will try it |
Two separate points in this issue. The first one is there seems having bugs in the version (1.2.0) of spinners crate that using by leetup currently. But it's working with 4.1.0 on Windows. The second one is testing without |
In windows 11, when i run :
leetup test two-sum.cpp -t "[1,2]\n3"
The error is :
thread '' panicked at 'called
Result::unwrap()
on anErr
value: NotSupported', C:\Users\liran.cargo\registry\src\mirrors.tuna.tsinghua.edu.cn-df7c3c540f42cdbd\spinner-0.5.0\src\lib.rs:164:37note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceStatus: 403 Forbidden
Note: If error status is 4XX, make sure you are logged in!
I made sure I am logged in, but this error is still.
❯ rustc --version
rustc 1.72.0 (5680fa18f 2023-08-23)
❯ leetup --version
leetup 1.2.4
thanks!
The text was updated successfully, but these errors were encountered: