glib: Remove type parameter from Object::has_property()
and add separate has_property_with_type()
and check for subtypes
#4057
Annotations
10 errors and 6 warnings
Run actions-rs/cargo@v1:
glib/src/lib.rs#L51
unresolved imports `self::value::BoxedValue`, `self::value::SendValue`, `self::value::Value`
|
Run actions-rs/cargo@v1:
glib/src/object.rs#L16
unresolved import `crate::value::FromValue`
|
Run actions-rs/cargo@v1:
glib/src/prelude.rs#L12
unresolved imports `crate::value::ToSendValue`, `crate::value::ToValue`, `crate::value::ValueType`
|
Run actions-rs/cargo@v1:
glib/src/object.rs#L4404
failed to resolve: could not find `ValueTypeMismatchError` in `value`
|
Run actions-rs/cargo@v1:
glib/src/object.rs#L4424
failed to resolve: could not find `ValueTypeMismatchError` in `value`
|
Run actions-rs/cargo@v1:
glib/src/gstring.rs#L677
failed to resolve: could not find `ToValueOptional` in `value`
|
Run actions-rs/cargo@v1:
glib/src/boxed_inline.rs#L624
failed to resolve: could not find `ToValue` in `value`
|
Run actions-rs/cargo@v1:
glib/src/types.rs#L354
failed to resolve: could not find `ToValue` in `value`
|
Run actions-rs/cargo@v1:
glib/src/boxed_inline.rs#L624
failed to resolve: could not find `ToValue` in `value`
|
Run actions-rs/cargo@v1:
glib/src/boxed.rs#L340
cannot find trait `ValueType` in module `$crate::value`
|
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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run actions-rs/toolchain@v1
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 actions-rs/toolchain@v1
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 actions-rs/toolchain@v1
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 actions-rs/toolchain@v1
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/
|
Loading