Skip to content

Conversation

@NiklasEi
Copy link
Member

@NiklasEi NiklasEi commented Jun 9, 2024

Objective

Solution

  • The resource initialized with init_non_send_resource requires FromWorld again

@NiklasEi
Copy link
Member Author

NiklasEi commented Jun 9, 2024

If possible, I would like this to get into 0.14 in order to not break that API unnecessarily.

@NiklasEi NiklasEi added P-Regression Functionality that used to work but no longer does. Add a test for this! A-App Bevy apps and plugins labels Jun 9, 2024
@alice-i-cecile alice-i-cecile added this to the 0.14 milestone Jun 9, 2024
@alice-i-cecile alice-i-cecile added C-Bug An unexpected or incorrect behavior S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it labels Jun 9, 2024
@NiklasEi
Copy link
Member Author

NiklasEi commented Jun 9, 2024

I didn't even manage to write on Discord before Alice had labeled and approved :D

Copy link
Member

@mockersf mockersf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you want to add a test to avoid another future regression?

@mockersf mockersf added this pull request to the merge queue Jun 10, 2024
Merged via the queue into bevyengine:main with commit 69d7da9 Jun 10, 2024
mockersf pushed a commit that referenced this pull request Jun 10, 2024
# Objective

- Let `init_non_send_resource` take `FromWorld` values again, not only
`Default`
- This reverts an unintended breaking change introduced in #9202

## Solution

- The resource initialized with `init_non_send_resource` requires
`FromWorld` again
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-App Bevy apps and plugins C-Bug An unexpected or incorrect behavior P-Regression Functionality that used to work but no longer does. Add a test for this! S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants