remove teal features #258
Annotations
10 errors and 15 warnings
crates/bevy_mod_scripting_functions/src/bevy_bindings/bevy_reflect.rs#L21850
Only functions with all arguments impplementing FromScript and return values supporting IntoScript are supported. Registering functions also requires they implement GetInnerTypeDependencies
|
crates/bevy_mod_scripting_functions/src/bevy_bindings/bevy_reflect.rs#L21850
the trait bound `{closure@crates/bevy_mod_scripting_functions/src/bevy_bindings/bevy_reflect.rs:21850:17: 21850:48}: GetFunctionTypeDependencies<_>` is not satisfied
|
crates/bevy_mod_scripting_functions/src/bevy_bindings/bevy_reflect.rs#L21860
Only functions with all arguments impplementing FromScript and return values supporting IntoScript are supported. Registering functions also requires they implement GetInnerTypeDependencies
|
crates/bevy_mod_scripting_functions/src/bevy_bindings/bevy_reflect.rs#L21860
the trait bound `{closure@crates/bevy_mod_scripting_functions/src/bevy_bindings/bevy_reflect.rs:21860:17: 21860:48}: GetFunctionTypeDependencies<_>` is not satisfied
|
crates/bevy_mod_scripting_functions/src/bevy_bindings/bevy_reflect.rs#L21867
Only functions with all arguments impplementing FromScript and return values supporting IntoScript are supported. Registering functions also requires they implement GetInnerTypeDependencies
|
crates/bevy_mod_scripting_functions/src/bevy_bindings/bevy_reflect.rs#L21867
the trait bound `{closure@crates/bevy_mod_scripting_functions/src/bevy_bindings/bevy_reflect.rs:21867:17: 21867:48}: GetFunctionTypeDependencies<_>` is not satisfied
|
crates/bevy_mod_scripting_functions/src/bevy_bindings/bevy_reflect.rs#L21874
Only functions with all arguments impplementing FromScript and return values supporting IntoScript are supported. Registering functions also requires they implement GetInnerTypeDependencies
|
crates/bevy_mod_scripting_functions/src/bevy_bindings/bevy_reflect.rs#L21874
the trait bound `{closure@crates/bevy_mod_scripting_functions/src/bevy_bindings/bevy_reflect.rs:21874:17: 21874:48}: GetFunctionTypeDependencies<_>` is not satisfied
|
crates/bevy_mod_scripting_functions/src/bevy_bindings/bevy_reflect.rs#L21882
Only functions with all arguments impplementing FromScript and return values supporting IntoScript are supported. Registering functions also requires they implement GetInnerTypeDependencies
|
crates/bevy_mod_scripting_functions/src/bevy_bindings/bevy_reflect.rs#L21882
the trait bound `{closure@crates/bevy_mod_scripting_functions/src/bevy_bindings/bevy_reflect.rs:21882:17: 21882:79}: GetFunctionTypeDependencies<_>` is not satisfied
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/
|
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/
|
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/
|
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/
|
crates/bevy_mod_scripting_core/src/asset.rs#L10
unused import: `utils::BoxedFuture`
|
crates/bevy_mod_scripting_core/src/bindings/access_map.rs#L2
unused import: `AtomicUsize`
|
crates/bevy_mod_scripting_core/src/bindings/access_map.rs#L10
unused imports: `Map` and `try_result::TryResult`
|
crates/bevy_mod_scripting_core/src/bindings/function/mod.rs#L1
unused imports: `any::TypeId`, `borrow::Cow`, `ops::Deref`, and `sync::Arc`
|
crates/bevy_mod_scripting_core/src/bindings/function/from_ref.rs#L6
unused imports: `ReflectReference` and `downcast_into_value`
|
crates/bevy_mod_scripting_core/src/bindings/function/into.rs#L4
unused import: `Path`
|
crates/bevy_mod_scripting_core/src/bindings/function/into.rs#L7
unused imports: `GetTypeRegistration` and `ReflectRef`
|
crates/bevy_mod_scripting_core/src/bindings/function/into_ref.rs#L1
unused import: `any::TypeId`
|
crates/bevy_mod_scripting_core/src/bindings/function/script_function.rs#L11
unused imports: `AppFunctionRegistry`, `DynamicFunction`, `FunctionInfo`, `IntoFunction`, `PartialReflect`, `TypeRegistration`, `TypedFunction`, and `World`
|
crates/bevy_mod_scripting_core/src/bindings/function/mod.rs#L11
unused imports: `ArgInfo`, `ArgList`, `ArgValue`, `Arg`, `DynamicFunction`, `FunctionInfo`, `FunctionResult`, `Ownership`, `PartialReflect`, and `Return`
|
The logs for this run have expired and are no longer available.
Loading