Skip to content

Fix function name order in test for bytecode functions #323

Fix function name order in test for bytecode functions

Fix function name order in test for bytecode functions #323

Triggered via push July 12, 2023 22:16
Status Success
Total duration 6m 46s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

13 warnings and 1 notice
the following explicit lifetimes could be elided: 'b: src/memory.rs#L117
warning: the following explicit lifetimes could be elided: 'b --> src/memory.rs:117:24 | 117 | pub fn alloc_error<'a, 'b, A, Err>( | ^^ 118 | cr: &'a mut OCamlRuntime, 119 | err: OCamlRef<'b, Err>, | ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 117 ~ pub fn alloc_error<'a, A, Err>( 118 | cr: &'a mut OCamlRuntime, 119 ~ err: OCamlRef<'_, Err>, |
the following explicit lifetimes could be elided: 'b: src/memory.rs#L106
warning: the following explicit lifetimes could be elided: 'b --> src/memory.rs:106:21 | 106 | pub fn alloc_ok<'a, 'b, A, Err>( | ^^ 107 | cr: &'a mut OCamlRuntime, 108 | value: OCamlRef<'b, A>, | ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 106 ~ pub fn alloc_ok<'a, A, Err>( 107 | cr: &'a mut OCamlRuntime, 108 ~ value: OCamlRef<'_, A>, |
the following explicit lifetimes could be elided: 'b: src/memory.rs#L95
warning: the following explicit lifetimes could be elided: 'b --> src/memory.rs:95:23 | 95 | pub fn alloc_some<'a, 'b, A>( | ^^ 96 | cr: &'a mut OCamlRuntime, 97 | value: OCamlRef<'b, A>, | ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 95 ~ pub fn alloc_some<'a, A>( 96 | cr: &'a mut OCamlRuntime, 97 ~ value: OCamlRef<'_, A>, |
docs for unsafe trait missing `# Safety` section: src/conv/to_ocaml.rs#L22
warning: docs for unsafe trait missing `# Safety` section --> src/conv/to_ocaml.rs:22:1 | 22 | pub unsafe trait ToOCaml<T> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
docs for unsafe trait missing `# Safety` section: src/conv/from_ocaml.rs#L10
warning: docs for unsafe trait missing `# Safety` section --> src/conv/from_ocaml.rs:10:1 | 10 | pub unsafe trait FromOCaml<T> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc = note: `#[warn(clippy::missing_safety_doc)]` on by default
build (ubuntu-latest, 4.14.1)
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/
build (ubuntu-latest, 4.14.1)
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/
build (ubuntu-latest, 4.14.1)
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/
build (ubuntu-latest, 4.14.1)
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/
build (macos-latest, 4.14.1)
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/
build (macos-latest, 4.14.1)
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/
build (macos-latest, 4.14.1)
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/
build (macos-latest, 4.14.1)
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/
build (ubuntu-latest, 4.14.1)
An error has been caught in some system package index files, so the system package index files have been re-synchronised, and the system package installation has been retried: the process '/usr/bin/sudo' failed with exit code 100