
# Objective Fixes #19120 ## Solution Use the find and replace token feature in VSCode to replace all the `Condition`s with `SystemCondition`s. Then look through all the documentation with find and replace to replace all the `Condition`s there. ## Testing - Did you test these changes? If so, how? Yes, used cargo clippy, cargo build and cargo test. - Are there any parts that need more testing? Nope - How can other people (reviewers) test your changes? Is there anything specific they need to know? By compiling and running bevy - If relevant, what platforms did you test these changes on, and are there any important ones you can't test? Shouldn't be, but Fedora Linux with KDE Wayland
309 B
309 B
title | pull_requests | |
---|---|---|
Renamed `Condition` to `SystemCondition` |
|
Condition
is now SystemCondition
. Replace all references and imports.
This change was made because Condition
is an overly generic name that collides too often and is rarely used directly, despite appearing in the prelude.