Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - Optional .system(), part 6 (chaining) #2494

Closed
wants to merge 1 commit into from

Conversation

Ratysz
Copy link
Contributor

@Ratysz Ratysz commented Jul 17, 2021

Objective

Solution

  • Slight change to IntoChainSystem signature and implementation.
  • Remove some usages of .system() in the chaining example, to verify the implementation.

I swear, I'm not splitting these up on purpose, I just legit forgot about most of the things where System appears in public API, and my trait usage explorer mingles that with the gajillion internal uses.

In case you're wondering what happened to part 5, #2446 ate it.

@github-actions github-actions bot added the S-Needs-Triage This issue needs to be labelled label Jul 17, 2021
@Ratysz Ratysz added A-ECS Entities, components, systems, and events C-Usability A simple quality-of-life change that makes Bevy easier to use and removed S-Needs-Triage This issue needs to be labelled labels Jul 17, 2021
@alice-i-cecile alice-i-cecile added this to the Bevy 0.6 milestone Jul 17, 2021
@cart
Copy link
Member

cart commented Jul 17, 2021

bors r+

bors bot pushed a commit that referenced this pull request Jul 17, 2021
# Objective

- Continue work of #2398 and friends.
- Make `.system()` optional in chaining.

## Solution

- Slight change to `IntoChainSystem` signature and implementation.
- Remove some usages of `.system()` in the chaining example, to verify the implementation.

---

I swear, I'm not splitting these up on purpose, I just legit forgot about most of the things where `System` appears in public API, and my trait usage explorer mingles that with the gajillion internal uses.

In case you're wondering what happened to part 5, #2446 ate it.
@bors bors bot changed the title Optional .system(), part 6 (chaining) [Merged by Bors] - Optional .system(), part 6 (chaining) Jul 17, 2021
@bors bors bot closed this Jul 17, 2021
ostwilkens pushed a commit to ostwilkens/bevy that referenced this pull request Jul 27, 2021
# Objective

- Continue work of bevyengine#2398 and friends.
- Make `.system()` optional in chaining.

## Solution

- Slight change to `IntoChainSystem` signature and implementation.
- Remove some usages of `.system()` in the chaining example, to verify the implementation.

---

I swear, I'm not splitting these up on purpose, I just legit forgot about most of the things where `System` appears in public API, and my trait usage explorer mingles that with the gajillion internal uses.

In case you're wondering what happened to part 5, bevyengine#2446 ate it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ECS Entities, components, systems, and events C-Usability A simple quality-of-life change that makes Bevy easier to use
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants