feat: better error messages on file overwrite #966
rust.yml
on: pull_request
Matrix: build
Matrix: test
Post-process
3s
Annotations
4 errors and 3 warnings
test (ubuntu-latest):
src/package_test/run_test.rs#L109
[clippy] reported by reviewdog 🐶
error: this expression creates a reference which is immediately dereferenced by the compiler
--> src/package_test/run_test.rs:109:30
|
109 | CopyDir::new(&path, tmp_dir.path()).run().map_err(|e| {
| ^^^^^ help: change this to: `path`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
Raw Output:
src/package_test/run_test.rs:109:30:e:error: this expression creates a reference which is immediately dereferenced by the compiler
--> src/package_test/run_test.rs:109:30
|
109 | CopyDir::new(&path, tmp_dir.path()).run().map_err(|e| {
| ^^^^^ help: change this to: `path`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
__END__
|
test (ubuntu-latest)
reviewdog exited with status code: 1
|
test (macos-latest):
src/package_test/run_test.rs#L109
[clippy] reported by reviewdog 🐶
error: this expression creates a reference which is immediately dereferenced by the compiler
--> src/package_test/run_test.rs:109:30
|
109 | CopyDir::new(&path, tmp_dir.path()).run().map_err(|e| {
| ^^^^^ help: change this to: `path`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
Raw Output:
src/package_test/run_test.rs:109:30:e:error: this expression creates a reference which is immediately dereferenced by the compiler
--> src/package_test/run_test.rs:109:30
|
109 | CopyDir::new(&path, tmp_dir.path()).run().map_err(|e| {
| ^^^^^ help: change this to: `path`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
__END__
|
test (macos-latest)
reviewdog exited with status code: 1
|
test (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: giraffate/clippy-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: giraffate/clippy-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: giraffate/clippy-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
rattler-build-aarch64-apple-darwin.tar.gz
Expired
|
10.8 MB |
|
rattler-build-aarch64-unknown-linux-musl.tar.gz
Expired
|
14.9 MB |
|
rattler-build-powerpc64le-unknown-linux-gnu.tar.gz
Expired
|
15.6 MB |
|
rattler-build-x86_64-apple-darwin.tar.gz
Expired
|
11.3 MB |
|
rattler-build-x86_64-pc-windows-gnu.zip
Expired
|
16.4 MB |
|
rattler-build-x86_64-pc-windows-msvc.zip
Expired
|
9.7 MB |
|
rattler-build-x86_64-unknown-linux-musl.tar.gz
Expired
|
15.5 MB |
|