Proxy derive macros, rustc plugin codegen, safety improvements #330
Annotations
13 errors and 59 warnings
Rustfmt
left behind trailing whitespace
|
Rustfmt
left behind trailing whitespace
|
Rustfmt
left behind trailing whitespace
|
Rustfmt
left behind trailing whitespace
|
Rustfmt
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Clippy:
bevy_mod_scripting_common/src/derive_data.rs#L241
explicit call to `.into_iter()` in function argument accepting `IntoIterator`
|
Clippy:
bevy_mod_scripting_common/src/input.rs#L519
explicit call to `.into_iter()` in function argument accepting `IntoIterator`
|
Clippy:
bevy_mod_scripting_common/src/input.rs#L543
explicit call to `.into_iter()` in function argument accepting `IntoIterator`
|
Clippy
could not compile `bevy_mod_scripting_common` (lib) due to 3 previous errors
|
Clippy
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Tests:
examples/new_wrappers.rs#L17
cannot move out of `_self.my_string` which is behind a mutable reference
|
Tests
could not compile `bevy_mod_scripting` (example "new_wrappers") due to 2 previous errors
|
Tests
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Rustfmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Rustfmt
rustfmt has failed to format. See previous 4 errors.
|
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check (ubuntu-latest):
languages/bevy_mod_scripting_lua_derive/src/lib.rs#L1
unused import: `HashSet`
|
Check (ubuntu-latest)
`bevy_mod_scripting_lua_derive` (lib) generated 1 warning (run `cargo fix --lib -p bevy_mod_scripting_lua_derive` to apply 1 suggestion)
|
Check (ubuntu-latest)
`bevy_mod_scripting_lua_derive` (lib) generated 1 warning (1 duplicate)
|
Check (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Docs
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Docs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Docs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Docs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Docs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Docs:
languages/bevy_mod_scripting_lua_derive/src/lib.rs#L1
unused import: `HashSet`
|
Docs
`bevy_mod_scripting_lua_derive` (lib) generated 1 warning (run `cargo fix --lib -p bevy_mod_scripting_lua_derive` to apply 1 suggestion)
|
Docs:
bevy_event_priority/src/lib.rs#L115
unresolved link to `min,max`
|
Docs
`bevy_event_priority` (lib doc) generated 1 warning
|
Docs:
bevy_mod_scripting_core/src/lib.rs#L148
unresolved link to `0,min_prio`
|
Docs:
bevy_mod_scripting_core/src/lib.rs#L169
unresolved link to `0,1`
|
Docs:
bevy_mod_scripting_core/src/lib.rs#L170
unresolved link to `2,4`
|
Docs
`bevy_mod_scripting_core` (lib doc) generated 3 warnings
|
Docs:
bevy_api_gen/src/wrapper.rs#L31
could not parse code block as Rust code
|
Docs
`bevy_api_gen` (lib doc) generated 1 warning
|
Check (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check (windows-latest)
spurious network error (3 tries remaining): [28] Timeout was reached (download of `base64 v0.21.3` failed to transfer more than 10 bytes in 30s)
|
Check (windows-latest):
languages/bevy_mod_scripting_lua_derive/src/lib.rs#L1
unused import: `HashSet`
|
Check (windows-latest)
`bevy_mod_scripting_lua_derive` (lib) generated 1 warning (run `cargo fix --lib -p bevy_mod_scripting_lua_derive` to apply 1 suggestion)
|
Check (windows-latest)
`bevy_mod_scripting_lua_derive` (lib) generated 1 warning (1 duplicate)
|
Check (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check (macOS-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check (macOS-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check (macOS-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check (macOS-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check (macOS-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check (macOS-latest):
languages/bevy_mod_scripting_lua_derive/src/lib.rs#L1
unused import: `HashSet`
|
Check (macOS-latest)
`bevy_mod_scripting_lua_derive` (lib) generated 1 warning (run `cargo fix --lib -p bevy_mod_scripting_lua_derive` to apply 1 suggestion)
|
Check (macOS-latest)
`bevy_mod_scripting_lua_derive` (lib) generated 1 warning (1 duplicate)
|
Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Tests:
languages/bevy_mod_scripting_lua_derive/src/lib.rs#L1
unused import: `HashSet`
|
Tests
`bevy_mod_scripting_lua_derive` (lib) generated 1 warning (run `cargo fix --lib -p bevy_mod_scripting_lua_derive` to apply 1 suggestion)
|
Tests
`bevy_mod_scripting_lua_derive` (lib test) generated 1 warning (1 duplicate)
|
Tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|