Skip to content

Adds location to LazyValue and unit tests #3585

Adds location to LazyValue and unit tests

Adds location to LazyValue and unit tests #3585

Triggered via push February 4, 2025 17:51
Status Failure
Total duration 6m 37s
Artifacts

rust.yml

on: push
Matrix: Setup Build Matrix
Matrix: Build and Test
Build and Test Confirmation
0s
Build and Test Confirmation
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 280 warnings
use of deprecated enum `winnow::error::ErrorKind`: src/lazy/text/parse_result.rs#L230
error: use of deprecated enum `winnow::error::ErrorKind` --> src/lazy/text/parse_result.rs:230:16 | 230 | _kind: ErrorKind, | ^^^^^^^^^
use of deprecated enum `winnow::error::ErrorKind`: src/lazy/text/parse_result.rs#L220
error: use of deprecated enum `winnow::error::ErrorKind` --> src/lazy/text/parse_result.rs:220:63 | 220 | fn from_error_kind(input: &TextBuffer<'data>, error_kind: ErrorKind) -> Self { | ^^^^^^^^^
use of deprecated enum `winnow::error::ErrorKind`: src/lazy/text/parse_result.rs#L204
error: use of deprecated enum `winnow::error::ErrorKind` --> src/lazy/text/parse_result.rs:204:54 | 204 | fn from((input, error_kind): (TextBuffer<'data>, ErrorKind)) -> Self { | ^^^^^^^^^
use of deprecated enum `winnow::error::ErrorKind`: src/lazy/text/parse_result.rs#L90
error: use of deprecated enum `winnow::error::ErrorKind` --> src/lazy/text/parse_result.rs:90:65 | 90 | pub(crate) fn with_nom_error_kind(mut self, nom_error_kind: ErrorKind) -> Self { | ^^^^^^^^^
use of deprecated enum `winnow::error::ErrorKind`: src/lazy/text/parse_result.rs#L203
error: use of deprecated enum `winnow::error::ErrorKind` --> src/lazy/text/parse_result.rs:203:38 | 203 | impl<'data> From<(TextBuffer<'data>, ErrorKind)> for IonParseError<'data> { | ^^^^^^^^^
use of deprecated enum `winnow::error::ErrorKind`: src/lazy/text/parse_result.rs#L63
error: use of deprecated enum `winnow::error::ErrorKind` --> src/lazy/text/parse_result.rs:63:28 | 63 | nom_error_kind: Option<ErrorKind>, | ^^^^^^^^^
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult: src/lazy/text/parse_result.rs#L32
error: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult --> src/lazy/text/parse_result.rs:32:41 | 32 | pub(crate) type IonParseResult<'a, O> = PResult<O, IonParseError<'a>>; | ^^^^^^^
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult: src/lazy/text/parse_result.rs#L12
error: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult --> src/lazy/text/parse_result.rs:12:13 | 12 | use winnow::PResult; | ^^^^^^^
use of deprecated enum `winnow::error::ErrorKind`: src/lazy/text/parse_result.rs#L10
error: use of deprecated enum `winnow::error::ErrorKind` --> src/lazy/text/parse_result.rs:10:30 | 10 | use winnow::error::{ErrMode, ErrorKind, ParseError, ParserError}; | ^^^^^^^^^ | = note: `-D deprecated` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(deprecated)]`
Build and Test (ubuntu, all)
could not compile `ion-rs` (lib) due to 9 previous errors
Build and Test (ubuntu, all)
Clippy had exited with the 101 exit code
Build and Test Confirmation
Process completed with exit code 1.
Build and Test (macos, default)
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 and Test (macos, default)
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 and Test (macos, default)
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 and Test (macos, default)
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 and Test (macos, default): src/lazy/text/parse_result.rs#L10
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (macos, default): src/lazy/text/parse_result.rs#L12
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (macos, default): src/lazy/text/parse_result.rs#L32
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (macos, default): src/lazy/text/parse_result.rs#L63
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (macos, default): src/lazy/text/parse_result.rs#L203
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (macos, default): src/lazy/text/parse_result.rs#L90
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (macos, default): src/lazy/text/parse_result.rs#L204
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (macos, default): src/lazy/text/parse_result.rs#L220
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (macos, default): src/lazy/text/parse_result.rs#L230
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (macos, default)
`ion-rs` (lib) generated 9 warnings
Build and Test (al2-arm, default)
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 and Test (al2-arm, default)
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 and Test (al2-arm, default)
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 and Test (al2-arm, default)
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 and Test (al2-arm, default): src/lazy/text/parse_result.rs#L10
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-arm, default): src/lazy/text/parse_result.rs#L12
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (al2-arm, default): src/lazy/text/parse_result.rs#L32
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (al2-arm, default): src/lazy/text/parse_result.rs#L63
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-arm, default): src/lazy/text/parse_result.rs#L203
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-arm, default): src/lazy/text/parse_result.rs#L90
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-arm, default): src/lazy/text/parse_result.rs#L204
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-arm, default): src/lazy/text/parse_result.rs#L220
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-arm, default): src/lazy/text/parse_result.rs#L230
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-arm, default)
`ion-rs` (lib) generated 9 warnings
Build and Test (al2-x86, default): src/lazy/text/parse_result.rs#L10
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-x86, default): src/lazy/text/parse_result.rs#L12
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (al2-x86, default): src/lazy/text/parse_result.rs#L32
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (al2-x86, default): src/lazy/text/parse_result.rs#L63
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-x86, default): src/lazy/text/parse_result.rs#L203
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-x86, default): src/lazy/text/parse_result.rs#L90
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-x86, default): src/lazy/text/parse_result.rs#L204
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-x86, default): src/lazy/text/parse_result.rs#L220
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-x86, default): src/lazy/text/parse_result.rs#L230
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-x86, default)
`ion-rs` (lib) generated 9 warnings
Build and Test (al2-x86, default)
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 and Test (al2-x86, default)
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 and Test (al2-x86, default)
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 and Test (al2-x86, default)
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 and Test (al2-x86, experimental-ion-hash)
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 and Test (al2-x86, experimental-ion-hash)
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 and Test (al2-x86, experimental-ion-hash)
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 and Test (al2-x86, experimental-ion-hash)
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 and Test (al2-x86, experimental-ion-hash): src/lazy/text/parse_result.rs#L10
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-x86, experimental-ion-hash): src/lazy/text/parse_result.rs#L12
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (al2-x86, experimental-ion-hash): src/lazy/text/parse_result.rs#L32
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (al2-x86, experimental-ion-hash): src/lazy/text/parse_result.rs#L63
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-x86, experimental-ion-hash): src/lazy/text/parse_result.rs#L203
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-x86, experimental-ion-hash): src/lazy/text/parse_result.rs#L90
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-x86, experimental-ion-hash): src/lazy/text/parse_result.rs#L204
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-x86, experimental-ion-hash): src/lazy/text/parse_result.rs#L220
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-x86, experimental-ion-hash): src/lazy/text/parse_result.rs#L230
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-x86, experimental-ion-hash)
`ion-rs` (lib) generated 9 warnings
Build and Test (macos, experimental-ion-hash): src/lazy/text/parse_result.rs#L10
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (macos, experimental-ion-hash): src/lazy/text/parse_result.rs#L12
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (macos, experimental-ion-hash): src/lazy/text/parse_result.rs#L32
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (macos, experimental-ion-hash): src/lazy/text/parse_result.rs#L63
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (macos, experimental-ion-hash): src/lazy/text/parse_result.rs#L203
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (macos, experimental-ion-hash): src/lazy/text/parse_result.rs#L90
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (macos, experimental-ion-hash): src/lazy/text/parse_result.rs#L204
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (macos, experimental-ion-hash): src/lazy/text/parse_result.rs#L220
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (macos, experimental-ion-hash): src/lazy/text/parse_result.rs#L230
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (macos, experimental-ion-hash)
`ion-rs` (lib) generated 9 warnings
Build and Test (macos, experimental-ion-hash)
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 and Test (macos, experimental-ion-hash)
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 and Test (macos, experimental-ion-hash)
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 and Test (macos, experimental-ion-hash)
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 and Test (al2-arm, all): src/lazy/text/parse_result.rs#L10
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-arm, all): src/lazy/text/parse_result.rs#L12
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (al2-arm, all): src/lazy/text/parse_result.rs#L32
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (al2-arm, all): src/lazy/text/parse_result.rs#L63
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-arm, all): src/lazy/text/parse_result.rs#L203
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-arm, all): src/lazy/text/parse_result.rs#L90
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-arm, all): src/lazy/text/parse_result.rs#L204
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-arm, all): src/lazy/text/parse_result.rs#L220
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-arm, all): src/lazy/text/parse_result.rs#L230
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-arm, all)
`ion-rs` (lib) generated 9 warnings
Build and Test (al2-arm, all)
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 and Test (al2-arm, all)
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 and Test (al2-arm, all)
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 and Test (al2-arm, all)
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 and Test (ubuntu, default)
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 and Test (ubuntu, default)
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 and Test (ubuntu, default)
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 and Test (ubuntu, default)
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 and Test (ubuntu, default): src/lazy/text/parse_result.rs#L10
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (ubuntu, default): src/lazy/text/parse_result.rs#L12
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (ubuntu, default): src/lazy/text/parse_result.rs#L32
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (ubuntu, default): src/lazy/text/parse_result.rs#L63
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (ubuntu, default): src/lazy/text/parse_result.rs#L203
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (ubuntu, default): src/lazy/text/parse_result.rs#L90
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (ubuntu, default): src/lazy/text/parse_result.rs#L204
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (ubuntu, default): src/lazy/text/parse_result.rs#L220
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (ubuntu, default): src/lazy/text/parse_result.rs#L230
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (ubuntu, default)
`ion-rs` (lib) generated 9 warnings
Build and Test (al2-arm, experimental-ion-hash)
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 and Test (al2-arm, experimental-ion-hash)
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 and Test (al2-arm, experimental-ion-hash)
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 and Test (al2-arm, experimental-ion-hash)
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 and Test (al2-arm, experimental-ion-hash): src/lazy/text/parse_result.rs#L10
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-arm, experimental-ion-hash): src/lazy/text/parse_result.rs#L12
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (al2-arm, experimental-ion-hash): src/lazy/text/parse_result.rs#L32
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (al2-arm, experimental-ion-hash): src/lazy/text/parse_result.rs#L63
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-arm, experimental-ion-hash): src/lazy/text/parse_result.rs#L203
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-arm, experimental-ion-hash): src/lazy/text/parse_result.rs#L90
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-arm, experimental-ion-hash): src/lazy/text/parse_result.rs#L204
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-arm, experimental-ion-hash): src/lazy/text/parse_result.rs#L220
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-arm, experimental-ion-hash): src/lazy/text/parse_result.rs#L230
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-arm, experimental-ion-hash)
`ion-rs` (lib) generated 9 warnings
Build and Test (al2-arm, experimental): src/lazy/text/parse_result.rs#L10
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-arm, experimental): src/lazy/text/parse_result.rs#L12
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (al2-arm, experimental): src/lazy/text/parse_result.rs#L32
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (al2-arm, experimental): src/lazy/text/parse_result.rs#L63
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-arm, experimental): src/lazy/text/parse_result.rs#L203
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-arm, experimental): src/lazy/text/parse_result.rs#L90
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-arm, experimental): src/lazy/text/parse_result.rs#L204
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-arm, experimental): src/lazy/text/parse_result.rs#L220
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-arm, experimental): src/lazy/text/parse_result.rs#L230
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-arm, experimental)
`ion-rs` (lib) generated 9 warnings
Build and Test (al2-arm, experimental)
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 and Test (al2-arm, experimental)
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 and Test (al2-arm, experimental)
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 and Test (al2-arm, experimental)
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 and Test (al2-x86, experimental)
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 and Test (al2-x86, experimental)
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 and Test (al2-x86, experimental)
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 and Test (al2-x86, experimental)
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 and Test (al2-x86, experimental): src/lazy/text/parse_result.rs#L10
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-x86, experimental): src/lazy/text/parse_result.rs#L12
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (al2-x86, experimental): src/lazy/text/parse_result.rs#L32
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (al2-x86, experimental): src/lazy/text/parse_result.rs#L63
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-x86, experimental): src/lazy/text/parse_result.rs#L203
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-x86, experimental): src/lazy/text/parse_result.rs#L90
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-x86, experimental): src/lazy/text/parse_result.rs#L204
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-x86, experimental): src/lazy/text/parse_result.rs#L220
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-x86, experimental): src/lazy/text/parse_result.rs#L230
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-x86, experimental)
`ion-rs` (lib) generated 9 warnings
Build and Test (al2-x86, all): src/lazy/text/parse_result.rs#L10
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-x86, all): src/lazy/text/parse_result.rs#L12
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (al2-x86, all): src/lazy/text/parse_result.rs#L32
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (al2-x86, all): src/lazy/text/parse_result.rs#L63
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-x86, all): src/lazy/text/parse_result.rs#L203
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-x86, all): src/lazy/text/parse_result.rs#L90
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-x86, all): src/lazy/text/parse_result.rs#L204
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-x86, all): src/lazy/text/parse_result.rs#L220
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-x86, all): src/lazy/text/parse_result.rs#L230
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (al2-x86, all)
`ion-rs` (lib) generated 9 warnings
Build and Test (al2-x86, all)
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 and Test (al2-x86, all)
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 and Test (al2-x86, all)
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 and Test (al2-x86, all)
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 and Test (ubuntu, experimental-ion-hash)
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 and Test (ubuntu, experimental-ion-hash)
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 and Test (ubuntu, experimental-ion-hash)
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 and Test (ubuntu, experimental-ion-hash)
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 and Test (ubuntu, experimental-ion-hash): src/lazy/text/parse_result.rs#L10
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (ubuntu, experimental-ion-hash): src/lazy/text/parse_result.rs#L12
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (ubuntu, experimental-ion-hash): src/lazy/text/parse_result.rs#L32
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (ubuntu, experimental-ion-hash): src/lazy/text/parse_result.rs#L63
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (ubuntu, experimental-ion-hash): src/lazy/text/parse_result.rs#L203
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (ubuntu, experimental-ion-hash): src/lazy/text/parse_result.rs#L90
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (ubuntu, experimental-ion-hash): src/lazy/text/parse_result.rs#L204
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (ubuntu, experimental-ion-hash): src/lazy/text/parse_result.rs#L220
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (ubuntu, experimental-ion-hash): src/lazy/text/parse_result.rs#L230
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (ubuntu, experimental-ion-hash)
`ion-rs` (lib) generated 9 warnings
Build and Test (macos, all)
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 and Test (macos, all)
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 and Test (macos, all)
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 and Test (macos, all)
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 and Test (macos, all): src/lazy/text/parse_result.rs#L10
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (macos, all): src/lazy/text/parse_result.rs#L12
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (macos, all): src/lazy/text/parse_result.rs#L32
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (macos, all): src/lazy/text/parse_result.rs#L63
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (macos, all): src/lazy/text/parse_result.rs#L203
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (macos, all): src/lazy/text/parse_result.rs#L90
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (macos, all): src/lazy/text/parse_result.rs#L204
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (macos, all): src/lazy/text/parse_result.rs#L220
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (macos, all): src/lazy/text/parse_result.rs#L230
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (macos, all)
`ion-rs` (lib) generated 9 warnings
Build and Test (ubuntu, experimental)
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 and Test (ubuntu, experimental)
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 and Test (ubuntu, experimental)
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 and Test (ubuntu, experimental)
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 and Test (ubuntu, experimental): src/lazy/text/parse_result.rs#L10
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (ubuntu, experimental): src/lazy/text/parse_result.rs#L12
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (ubuntu, experimental): src/lazy/text/parse_result.rs#L32
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (ubuntu, experimental): src/lazy/text/parse_result.rs#L63
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (ubuntu, experimental): src/lazy/text/parse_result.rs#L203
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (ubuntu, experimental): src/lazy/text/parse_result.rs#L90
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (ubuntu, experimental): src/lazy/text/parse_result.rs#L204
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (ubuntu, experimental): src/lazy/text/parse_result.rs#L220
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (ubuntu, experimental): src/lazy/text/parse_result.rs#L230
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (ubuntu, experimental)
`ion-rs` (lib) generated 9 warnings
Build and Test (macos, experimental)
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 and Test (macos, experimental)
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 and Test (macos, experimental)
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 and Test (macos, experimental)
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 and Test (macos, experimental): src/lazy/text/parse_result.rs#L10
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (macos, experimental): src/lazy/text/parse_result.rs#L12
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (macos, experimental): src/lazy/text/parse_result.rs#L32
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (macos, experimental): src/lazy/text/parse_result.rs#L63
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (macos, experimental): src/lazy/text/parse_result.rs#L203
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (macos, experimental): src/lazy/text/parse_result.rs#L90
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (macos, experimental): src/lazy/text/parse_result.rs#L204
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (macos, experimental): src/lazy/text/parse_result.rs#L220
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (macos, experimental): src/lazy/text/parse_result.rs#L230
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (macos, experimental)
`ion-rs` (lib) generated 9 warnings
Build and Test (ubuntu, all)
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 and Test (ubuntu, all)
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 and Test (ubuntu, all)
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 and Test (ubuntu, all)
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 and Test (ubuntu, all): src/lazy/text/parse_result.rs#L10
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (ubuntu, all): src/lazy/text/parse_result.rs#L12
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (ubuntu, all): src/lazy/text/parse_result.rs#L32
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (ubuntu, all): src/lazy/text/parse_result.rs#L63
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (ubuntu, all): src/lazy/text/parse_result.rs#L203
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (ubuntu, all): src/lazy/text/parse_result.rs#L90
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (ubuntu, all): src/lazy/text/parse_result.rs#L204
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (ubuntu, all): src/lazy/text/parse_result.rs#L220
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (ubuntu, all): src/lazy/text/parse_result.rs#L230
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (ubuntu, all)
`ion-rs` (lib) generated 9 warnings
Build and Test (windows, default): src/lazy/text/parse_result.rs#L10
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (windows, default): src/lazy/text/parse_result.rs#L12
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (windows, default): src/lazy/text/parse_result.rs#L32
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (windows, default): src/lazy/text/parse_result.rs#L63
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (windows, default): src/lazy/text/parse_result.rs#L203
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (windows, default): src/lazy/text/parse_result.rs#L90
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (windows, default): src/lazy/text/parse_result.rs#L204
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (windows, default): src/lazy/text/parse_result.rs#L220
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (windows, default): src/lazy/text/parse_result.rs#L230
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (windows, default)
`ion-rs` (lib) generated 9 warnings
Build and Test (windows, default)
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 and Test (windows, default)
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 and Test (windows, default)
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 and Test (windows, default)
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 and Test (windows, experimental-ion-hash): src/lazy/text/parse_result.rs#L10
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (windows, experimental-ion-hash): src/lazy/text/parse_result.rs#L12
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (windows, experimental-ion-hash): src/lazy/text/parse_result.rs#L32
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (windows, experimental-ion-hash): src/lazy/text/parse_result.rs#L63
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (windows, experimental-ion-hash): src/lazy/text/parse_result.rs#L203
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (windows, experimental-ion-hash): src/lazy/text/parse_result.rs#L90
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (windows, experimental-ion-hash): src/lazy/text/parse_result.rs#L204
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (windows, experimental-ion-hash): src/lazy/text/parse_result.rs#L220
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (windows, experimental-ion-hash): src/lazy/text/parse_result.rs#L230
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (windows, experimental-ion-hash)
`ion-rs` (lib) generated 9 warnings
Build and Test (windows, experimental-ion-hash)
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 and Test (windows, experimental-ion-hash)
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 and Test (windows, experimental-ion-hash)
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 and Test (windows, experimental-ion-hash)
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 and Test (windows, all)
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 and Test (windows, all)
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 and Test (windows, all)
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 and Test (windows, all)
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 and Test (windows, all): src/lazy/text/parse_result.rs#L10
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (windows, all): src/lazy/text/parse_result.rs#L12
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (windows, all): src/lazy/text/parse_result.rs#L32
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (windows, all): src/lazy/text/parse_result.rs#L63
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (windows, all): src/lazy/text/parse_result.rs#L203
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (windows, all): src/lazy/text/parse_result.rs#L90
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (windows, all): src/lazy/text/parse_result.rs#L204
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (windows, all): src/lazy/text/parse_result.rs#L220
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (windows, all): src/lazy/text/parse_result.rs#L230
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (windows, all)
`ion-rs` (lib) generated 9 warnings
Build and Test (windows, experimental): src/lazy/text/parse_result.rs#L10
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (windows, experimental): src/lazy/text/parse_result.rs#L12
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (windows, experimental): src/lazy/text/parse_result.rs#L32
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
Build and Test (windows, experimental): src/lazy/text/parse_result.rs#L63
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (windows, experimental): src/lazy/text/parse_result.rs#L203
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (windows, experimental): src/lazy/text/parse_result.rs#L90
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (windows, experimental): src/lazy/text/parse_result.rs#L204
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (windows, experimental): src/lazy/text/parse_result.rs#L220
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (windows, experimental): src/lazy/text/parse_result.rs#L230
use of deprecated enum `winnow::error::ErrorKind`
Build and Test (windows, experimental)
`ion-rs` (lib) generated 9 warnings
Build and Test (windows, experimental)
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 and Test (windows, experimental)
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 and Test (windows, experimental)
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 and Test (windows, experimental)
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/