Remove the need for the async_trait
crate by leveraging the native async fn
s support now in Rust as of v1.75
#443
Annotations
42 errors and 48 warnings
Run the default tests:
ractor/examples/monte_carlo.rs#L72
lifetime parameters or bounds on method `pre_start` do not match the trait declaration
|
Run the default tests:
ractor/examples/supervisor.rs#L104
lifetime parameters or bounds on method `pre_start` do not match the trait declaration
|
Run the default tests:
ractor/examples/supervisor.rs#L120
lifetime parameters or bounds on method `handle` do not match the trait declaration
|
Run the default tests:
ractor/examples/ping_pong.rs#L51
lifetime parameters or bounds on method `pre_start` do not match the trait declaration
|
Run the default tests:
ractor/examples/ping_pong.rs#L62
lifetime parameters or bounds on method `handle` do not match the trait declaration
|
Run the default tests:
ractor/examples/monte_carlo.rs#L80
lifetime parameters or bounds on method `handle` do not match the trait declaration
|
Run the default tests:
ractor/examples/monte_carlo.rs#L147
lifetime parameters or bounds on method `pre_start` do not match the trait declaration
|
Run the default tests:
ractor/examples/monte_carlo.rs#L171
lifetime parameters or bounds on method `handle` do not match the trait declaration
|
Run the default tests:
ractor/examples/supervisor.rs#L167
lifetime parameters or bounds on method `pre_start` do not match the trait declaration
|
Run the default tests:
ractor/examples/supervisor.rs#L185
lifetime parameters or bounds on method `handle` do not match the trait declaration
|
Test ractor with the `cluster` feature:
ractor/examples/counter.rs#L40
lifetime parameters or bounds on method `pre_start` do not match the trait declaration
|
Test ractor with the `cluster` feature:
ractor/examples/ping_pong.rs#L51
lifetime parameters or bounds on method `pre_start` do not match the trait declaration
|
Test ractor with the `cluster` feature:
ractor/examples/monte_carlo.rs#L72
lifetime parameters or bounds on method `pre_start` do not match the trait declaration
|
Test ractor with the `cluster` feature:
ractor/examples/counter.rs#L50
lifetime parameters or bounds on method `handle` do not match the trait declaration
|
Test ractor with the `cluster` feature:
ractor/examples/monte_carlo.rs#L80
lifetime parameters or bounds on method `handle` do not match the trait declaration
|
Test ractor with the `cluster` feature:
ractor/examples/ping_pong.rs#L62
lifetime parameters or bounds on method `handle` do not match the trait declaration
|
Test ractor with the `cluster` feature:
ractor/examples/monte_carlo.rs#L147
lifetime parameters or bounds on method `pre_start` do not match the trait declaration
|
Test ractor with the `cluster` feature:
ractor/examples/monte_carlo.rs#L171
lifetime parameters or bounds on method `handle` do not match the trait declaration
|
Test ractor with the `cluster` feature
could not compile `ractor` (example "ping_pong") due to 2 previous errors
|
Test ractor with the `cluster` feature
could not compile `ractor` (example "counter") due to 2 previous errors
|
Test ractor in async_std:
ractor/examples/monte_carlo.rs#L72
lifetime parameters or bounds on method `pre_start` do not match the trait declaration
|
Test ractor in async_std:
ractor/examples/output_port.rs#L40
lifetime parameters or bounds on method `pre_start` do not match the trait declaration
|
Test ractor in async_std:
ractor/examples/supervisor.rs#L104
lifetime parameters or bounds on method `pre_start` do not match the trait declaration
|
Test ractor in async_std:
ractor/examples/supervisor.rs#L120
lifetime parameters or bounds on method `handle` do not match the trait declaration
|
Test ractor in async_std:
ractor/examples/output_port.rs#L48
lifetime parameters or bounds on method `handle` do not match the trait declaration
|
Test ractor in async_std:
ractor/examples/monte_carlo.rs#L80
lifetime parameters or bounds on method `handle` do not match the trait declaration
|
Test ractor in async_std:
ractor/examples/monte_carlo.rs#L147
lifetime parameters or bounds on method `pre_start` do not match the trait declaration
|
Test ractor in async_std:
ractor/examples/monte_carlo.rs#L171
lifetime parameters or bounds on method `handle` do not match the trait declaration
|
Test ractor in async_std:
ractor/examples/output_port.rs#L78
lifetime parameters or bounds on method `pre_start` do not match the trait declaration
|
Test ractor in async_std:
ractor/examples/output_port.rs#L86
lifetime parameters or bounds on method `handle` do not match the trait declaration
|
Test ractor_cluster:
ractor/examples/monte_carlo.rs#L72
lifetime parameters or bounds on method `pre_start` do not match the trait declaration
|
Test ractor_cluster:
ractor/examples/monte_carlo.rs#L80
lifetime parameters or bounds on method `handle` do not match the trait declaration
|
Test ractor_cluster:
ractor/examples/monte_carlo.rs#L147
lifetime parameters or bounds on method `pre_start` do not match the trait declaration
|
Test ractor_cluster:
ractor/examples/monte_carlo.rs#L171
lifetime parameters or bounds on method `handle` do not match the trait declaration
|
Test ractor_cluster
could not compile `ractor` (example "monte_carlo") due to 4 previous errors
|
Test ractor_cluster
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
benches:
ractor/benches/actor.rs#L27
lifetime parameters or bounds on method `pre_start` do not match the trait declaration
|
benches:
ractor/benches/actor.rs#L36
lifetime parameters or bounds on method `handle` do not match the trait declaration
|
benches:
ractor/benches/actor.rs#L256
lifetime parameters or bounds on method `pre_start` do not match the trait declaration
|
benches:
ractor/benches/actor.rs#L265
lifetime parameters or bounds on method `handle` do not match the trait declaration
|
benches
could not compile `ractor` (bench "actor") due to 4 previous errors
|
benches
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
rustfmt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
rustfmt
The following actions uses node12 which is deprecated and will be forced to run on node16: 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
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/
|
Run the default tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run the default tests
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
Run the default 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/
|
Run the default 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/
|
Run the default 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/
|
Run the default 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/
|
Test ractor with the `cluster` feature
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test ractor with the `cluster` feature
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
Test ractor with the `cluster` feature
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/
|
Test ractor with the `cluster` feature
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/
|
Test ractor with the `cluster` feature
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/
|
Test ractor with the `cluster` feature
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/
|
Test ractor in async_std
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test ractor in async_std
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
Test ractor in async_std
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/
|
Test ractor in async_std
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/
|
Test ractor in async_std
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/
|
Test ractor in async_std
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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
docs
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
docs
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
Test ractor_cluster
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test ractor_cluster
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
Test ractor_cluster
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/
|
Test ractor_cluster
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/
|
Test ractor_cluster
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/
|
Test ractor_cluster
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/
|
benches
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
benches
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
benches
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/
|
benches
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/
|
benches
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/
|
benches
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/
|