We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Delta-rs version: main
Binding: python -> make rust_check
Environment:
curl https://sh.rustup.rs -sSf
What happened: The make check-rust target in the python directory failed with lint errors
make check-rust
What you expected to happen: I expect the build to pass on the main branch
How to reproduce it: Run make check-rust from any python environment. It appears to be related to a new release of the rust toolchain.
More details:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Environment
Delta-rs version:
main
Binding:
python -> make rust_check
Environment:
curl https://sh.rustup.rs -sSf
to install rust. I end up with rust 1.63.0 which was release 2022-08-11Bug
What happened: The
make check-rust
target in the python directory failed with lint errorsWhat you expected to happen: I expect the build to pass on the main branch
How to reproduce it: Run
make check-rust
from any python environment. It appears to be related to a new release of the rust toolchain.More details:
The text was updated successfully, but these errors were encountered: