forked from bevyengine/bevy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Free at last! # Objective - Using `.system()` is no longer needed anywhere, and anyone using it will have already gotten a deprecation warning. - bevyengine#3302 was a super special case for `.system()`, since it was so prevelant. However, that's no reason. - Despite it being deprecated, another couple of uses of it have already landed, including in the deprecating PR. - These have all been because of doc examples having warnings not breaking CI - 🎟️? ## Solution - Remove it. - It's gone --- ## Changelog - You can no longer use `.system()` ## Migration Guide - You can no longer use `.system()`. It was deprecated in 0.7.0, and you should have followed the deprecation warning then. You can just remove the method call. ![image](https://user-images.githubusercontent.com/36049421/163688197-3e774a04-6f8f-40a6-b7a4-1330e0b7acf0.png) - Thanks to the @TheRawMeatball for producing
- Loading branch information
Showing
3 changed files
with
5 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters