mbuffer from big float with gob encode vm hook impl + tests #2647
lldb-formatter-tests.yml
on: pull_request
LLDB formatter tests
1m 8s
Annotations
2 errors and 11 warnings
[clippy] vm/src/vm_hooks/vh_handler/vh_managed_types.rs#L6:
vm/src/vm_hooks/vh_handler/vh_managed_types.rs#L6
error[E0432]: unresolved import `gob::Buf`
--> vm/src/vm_hooks/vh_handler/vh_managed_types.rs:6:24
|
6 | use gob::{ser::TypeId, Buf, StreamDeserializer, StreamSerializer};
| ^^^ no `Buf` in the root
|
LLDB formatter tests
Process completed with exit code 101.
|
[clippy] vm/src/vm_hooks/vh_handler/vh_managed_types.rs#L6:
vm/src/vm_hooks/vh_handler/vh_managed_types.rs#L6
warning: unused imports: `StreamDeserializer`, `StreamSerializer`, `ser::TypeId`
--> vm/src/vm_hooks/vh_handler/vh_managed_types.rs:6:11
|
6 | use gob::{ser::TypeId, Buf, StreamDeserializer, StreamSerializer};
| ^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
[clippy] vm/src/vm_hooks/vh_handler/vh_managed_types.rs#L7:
vm/src/vm_hooks/vh_handler/vh_managed_types.rs#L7
warning: unused imports: `Signed`, `float`
--> vm/src/vm_hooks/vh_handler/vh_managed_types.rs:7:18
|
7 | use num_traits::{float, Signed, ToBytes};
| ^^^^^ ^^^^^^
|
[clippy] vm/src/vm_hooks/vh_handler/vh_managed_types.rs#L8:
vm/src/vm_hooks/vh_handler/vh_managed_types.rs#L8
warning: unused import: `serde::ser::Serializer`
--> vm/src/vm_hooks/vh_handler/vh_managed_types.rs:8:5
|
8 | use serde::ser::Serializer;
| ^^^^^^^^^^^^^^^^^^^^^^
|
[clippy] vm/src/vm_hooks/vh_handler/vh_managed_types.rs#L7:
vm/src/vm_hooks/vh_handler/vh_managed_types.rs#L7
warning: unused import: `ToBytes`
--> vm/src/vm_hooks/vh_handler/vh_managed_types.rs:7:33
|
7 | use num_traits::{float, Signed, ToBytes};
| ^^^^^^^
|
LLDB formatter tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, robinraju/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
LLDB formatter tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
LLDB formatter 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/
|
LLDB formatter 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/
|
LLDB formatter 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/
|
LLDB formatter 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/
|
LLDB formatter 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/
|