Skip to content

improve the format used to store type information. #220

improve the format used to store type information.

improve the format used to store type information. #220

Triggered via pull request December 3, 2023 23:03
Status Failure
Total duration 4m 14s
Artifacts

ci.yml

on: pull_request
formatting
7s
formatting
Matrix: clippy
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 26 warnings
clippy (cargo clippy --features rlua,rlua_builtin-lua53 -- -D warnings): src/type_generator.rs#L451
use of `format!` to build up a string from an iterator
clippy (cargo clippy --features rlua,rlua_builtin-lua53 -- -D warnings)
Process completed with exit code 101.
clippy (cargo clippy --features rlua,rlua_builtin-lua54 -- -D warnings): src/type_generator.rs#L451
use of `format!` to build up a string from an iterator
clippy (cargo clippy --features rlua,rlua_builtin-lua54 -- -D warnings)
Process completed with exit code 101.
formatting
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
clippy (cargo clippy --features rlua,rlua_builtin-lua53 -- -D warnings)
The following actions uses node12 which is deprecated and will be forced to run on node16: hecrj/setup-rust-action@v1.3.4. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
clippy (cargo clippy --features rlua,rlua_builtin-lua54 -- -D warnings)
The following actions uses node12 which is deprecated and will be forced to run on node16: hecrj/setup-rust-action@v1.3.4. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
clippy (cargo clippy --features mlua,mlua_vendored,mlua_lua54,mlua_async,mlua_send -- -D warnings)
The following actions uses node12 which is deprecated and will be forced to run on node16: hecrj/setup-rust-action@v1.3.4. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
clippy (cargo clippy --features mlua,mlua_vendored,mlua_luau,mlua_async,mlua_send -- -D warnings)
The following actions uses node12 which is deprecated and will be forced to run on node16: hecrj/setup-rust-action@v1.3.4. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
clippy (cargo clippy --features mlua,mlua_vendored,mlua_lua53,mlua_async,mlua_send -- -D warnings)
The following actions uses node12 which is deprecated and will be forced to run on node16: hecrj/setup-rust-action@v1.3.4. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (ubuntu-latest, cargo test --features rlua,rlua_builtin-lua53)
The following actions uses node12 which is deprecated and will be forced to run on node16: hecrj/setup-rust-action@v1.3.4, leafo/gh-actions-lua@v8.0.0, leafo/gh-actions-luarocks@v4.0.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (ubuntu-latest, cargo test --features rlua,rlua_builtin-lua54)
The following actions uses node12 which is deprecated and will be forced to run on node16: hecrj/setup-rust-action@v1.3.4, leafo/gh-actions-lua@v8.0.0, leafo/gh-actions-luarocks@v4.0.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (ubuntu-latest, cargo test --features mlua,mlua_vendored,mlua_lua54,mlua_async,mlua_send)
The following actions uses node12 which is deprecated and will be forced to run on node16: hecrj/setup-rust-action@v1.3.4, leafo/gh-actions-lua@v8.0.0, leafo/gh-actions-luarocks@v4.0.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (ubuntu-latest, cargo test --features mlua,mlua_vendored,mlua_lua54,mlua_async,mlua_send): tests/mlua/async.rs#L42
use of deprecated method `tealr::TypeWalker::generate_global`: Generation of .d.tl files has been moved to tealr_doc_gen. Use TypeWaller::to_json() instead to get json parsable by tealr_doc_gen.
test (ubuntu-latest, cargo test --features mlua,mlua_vendored,mlua_lua53,mlua_async,mlua_send)
The following actions uses node12 which is deprecated and will be forced to run on node16: hecrj/setup-rust-action@v1.3.4, leafo/gh-actions-lua@v8.0.0, leafo/gh-actions-luarocks@v4.0.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (ubuntu-latest, cargo test --features mlua,mlua_vendored,mlua_lua53,mlua_async,mlua_send): tests/mlua/async.rs#L42
use of deprecated method `tealr::TypeWalker::generate_global`: Generation of .d.tl files has been moved to tealr_doc_gen. Use TypeWaller::to_json() instead to get json parsable by tealr_doc_gen.
test (ubuntu-latest, cargo test --features mlua,mlua_vendored,mlua_lua54,mlua_async --no-run)
The following actions uses node12 which is deprecated and will be forced to run on node16: hecrj/setup-rust-action@v1.3.4, leafo/gh-actions-lua@v8.0.0, leafo/gh-actions-luarocks@v4.0.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (ubuntu-latest, cargo test --features mlua,mlua_vendored,mlua_lua54,mlua_async --no-run): tests/mlua/async.rs#L42
use of deprecated method `tealr::TypeWalker::generate_global`: Generation of .d.tl files has been moved to tealr_doc_gen. Use TypeWaller::to_json() instead to get json parsable by tealr_doc_gen.
test (ubuntu-latest, cargo test --features mlua,mlua_vendored,mlua_lua53,mlua_async --no-run)
The following actions uses node12 which is deprecated and will be forced to run on node16: hecrj/setup-rust-action@v1.3.4, leafo/gh-actions-lua@v8.0.0, leafo/gh-actions-luarocks@v4.0.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (ubuntu-latest, cargo test --features mlua,mlua_vendored,mlua_lua53,mlua_async --no-run): tests/mlua/async.rs#L42
use of deprecated method `tealr::TypeWalker::generate_global`: Generation of .d.tl files has been moved to tealr_doc_gen. Use TypeWaller::to_json() instead to get json parsable by tealr_doc_gen.
test (macOS-latest, cargo test --features mlua,mlua_vendored,mlua_lua53,mlua_async,mlua_send)
The following actions uses node12 which is deprecated and will be forced to run on node16: hecrj/setup-rust-action@v1.3.4, leafo/gh-actions-lua@v8.0.0, leafo/gh-actions-luarocks@v4.0.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (macOS-latest, cargo test --features mlua,mlua_vendored,mlua_lua53,mlua_async,mlua_send): tests/mlua/async.rs#L42
use of deprecated method `tealr::TypeWalker::generate_global`: Generation of .d.tl files has been moved to tealr_doc_gen. Use TypeWaller::to_json() instead to get json parsable by tealr_doc_gen.
test (macOS-latest, cargo test --features mlua,mlua_vendored,mlua_lua54,mlua_async --no-run)
The following actions uses node12 which is deprecated and will be forced to run on node16: hecrj/setup-rust-action@v1.3.4, leafo/gh-actions-lua@v8.0.0, leafo/gh-actions-luarocks@v4.0.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (macOS-latest, cargo test --features mlua,mlua_vendored,mlua_lua54,mlua_async --no-run): tests/mlua/async.rs#L42
use of deprecated method `tealr::TypeWalker::generate_global`: Generation of .d.tl files has been moved to tealr_doc_gen. Use TypeWaller::to_json() instead to get json parsable by tealr_doc_gen.
test (macOS-latest, cargo test --features rlua,rlua_builtin-lua53)
The following actions uses node12 which is deprecated and will be forced to run on node16: hecrj/setup-rust-action@v1.3.4, leafo/gh-actions-lua@v8.0.0, leafo/gh-actions-luarocks@v4.0.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (macOS-latest, cargo test --features mlua,mlua_vendored,mlua_lua53,mlua_async --no-run)
The following actions uses node12 which is deprecated and will be forced to run on node16: hecrj/setup-rust-action@v1.3.4, leafo/gh-actions-lua@v8.0.0, leafo/gh-actions-luarocks@v4.0.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (macOS-latest, cargo test --features mlua,mlua_vendored,mlua_lua53,mlua_async --no-run): tests/mlua/async.rs#L42
use of deprecated method `tealr::TypeWalker::generate_global`: Generation of .d.tl files has been moved to tealr_doc_gen. Use TypeWaller::to_json() instead to get json parsable by tealr_doc_gen.
test (macOS-latest, cargo test --features mlua,mlua_vendored,mlua_lua54,mlua_async,mlua_send)
The following actions uses node12 which is deprecated and will be forced to run on node16: hecrj/setup-rust-action@v1.3.4, leafo/gh-actions-lua@v8.0.0, leafo/gh-actions-luarocks@v4.0.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (macOS-latest, cargo test --features mlua,mlua_vendored,mlua_lua54,mlua_async,mlua_send): tests/mlua/async.rs#L42
use of deprecated method `tealr::TypeWalker::generate_global`: Generation of .d.tl files has been moved to tealr_doc_gen. Use TypeWaller::to_json() instead to get json parsable by tealr_doc_gen.
test (macOS-latest, cargo test --features rlua,rlua_builtin-lua54)
The following actions uses node12 which is deprecated and will be forced to run on node16: hecrj/setup-rust-action@v1.3.4, leafo/gh-actions-lua@v8.0.0, leafo/gh-actions-luarocks@v4.0.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/