Skip to content

Conversation

@bugsweeper
Copy link
Contributor

Objective

Solution

  • For non wasm builds FakeTask contains result, which is used by Sysinfo.

Testing

  • Built project with and without feature multi_threaded

@bugsweeper bugsweeper force-pushed the fix_sysinfo_compilation_with_no_multi_threaded branch from 6535452 to 64b49c9 Compare June 21, 2024 14:23
@alice-i-cecile alice-i-cecile added this to the 0.14 milestone Jun 21, 2024
@alice-i-cecile alice-i-cecile added C-Bug An unexpected or incorrect behavior P-Compile-Failure A failure to compile Bevy apps A-Diagnostics Logging, crash handling, error reporting and performance analysis S-Needs-Review Needs reviewer attention (from anyone!) to move forward labels Jun 21, 2024
@janhohenheim
Copy link
Member

Worth thinking about how this interacts with #13889

@bugsweeper
Copy link
Contributor Author

bugsweeper commented Jun 24, 2024

Worth thinking about how this interacts with #13889

PR you metioned also tries solve throwing away result, but has amount of work for wasm32 target, that is why that solution should be better. This PR conflicts with that PR, that is why we should wait some time for that PR.

@alice-i-cecile alice-i-cecile removed this from the 0.14 milestone Jun 25, 2024
@alice-i-cecile alice-i-cecile added the S-Blocked This cannot move forward until something else changes label Jun 25, 2024
@bugsweeper
Copy link
Contributor Author

Looks like #13889, which I mentioned as better solution is not moving forward anymore

@janhohenheim
Copy link
Member

Ping @JoJoJet, do you think we should wait for your PR?

@joseph-gio
Copy link
Member

I can take some time this week to finish up that PR. I don't think it's very far from a mergeable state

@alice-i-cecile alice-i-cecile removed the S-Blocked This cannot move forward until something else changes label Jul 16, 2024
@alice-i-cecile
Copy link
Member

No longer blocked :)

@alice-i-cecile alice-i-cecile added this to the 0.15 milestone Jul 16, 2024
@bugsweeper
Copy link
Contributor Author

No longer blocked :)

@alice-i-cecile we can close this PR, and mark #13957 as resolved by #13889

@janhohenheim
Copy link
Member

janhohenheim commented Jul 16, 2024

@bugsweeper have you verified that the compilation works with the given setup on main? If so, I can file the PR / issue accordingly later.

@janhohenheim janhohenheim added S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged and removed S-Needs-Review Needs reviewer attention (from anyone!) to move forward labels Jul 16, 2024
@bugsweeper
Copy link
Contributor Author

@bugsweeper have you verified that the compilation works with the given setup on main? If so, I can file the PR / issue accordingly later.

Yes, I did ensured successfull compilation before asking for closing this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Diagnostics Logging, crash handling, error reporting and performance analysis C-Bug An unexpected or incorrect behavior P-Compile-Failure A failure to compile Bevy apps S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sysinfo plugin does not compile without multi_threaded feature

4 participants