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

Update to 0.14.0-rc #289

Merged
merged 24 commits into from
Jul 4, 2024
Merged

Update to 0.14.0-rc #289

merged 24 commits into from
Jul 4, 2024

Conversation

Shatur
Copy link
Contributor

@Shatur Shatur commented Jun 8, 2024

No description provided.

Copy link

codecov bot commented Jun 23, 2024

Codecov Report

Attention: Patch coverage is 96.10895% with 10 lines in your changes missing coverage. Please review.

Project coverage is 91.05%. Comparing base (009163c) to head (3d55b3d).
Report is 1 commits behind head on master.

Files Patch % Lines
src/client/diagnostics.rs 80.76% 5 Missing ⚠️
src/core/event_registry/server_event.rs 91.11% 4 Missing ⚠️
src/core/connected_clients.rs 90.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #289      +/-   ##
==========================================
+ Coverage   90.81%   91.05%   +0.24%     
==========================================
  Files          38       36       -2     
  Lines        2341     2203     -138     
==========================================
- Hits         2126     2006     -120     
+ Misses        215      197      -18     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Shatur and others added 15 commits June 24, 2024 10:21
- Swap `receive` system between ServerEventsPlugin and `ClientEventsPlugin` to properly separate what what runs on client or server.
- Move `ServerEventsPlugin::reset` logic inside `ClientEventsPlugin::reset` because this logic runs on client.
- Move `server::events::event_data` module to `core::event_registry::server_event`.
- Move `client::events::event_data` module to `core::event_registry::client_event`.

No functional changes, except `ServerEventsPlugin` and `ClientEventsPlugin` can be disabled on client-only and server-only apps respectively.

Closes #276.
I took inspiration from Bevy.
The necessary method was provided in 0.14.
Without it it will be quite hard to read the changelog (users will have to check  the changes from RC) or I will need to copy all changes from RC for the upcoming 0.27.0.

I also removed it from the compatibility table as suggested by @UkoeHB. I also don't think that they will be useful... Keeping them will make the table harder to read.
Another option would be to keep them, but put under a spoiler.
@Shatur Shatur marked this pull request as ready for review July 4, 2024 16:34
@Shatur Shatur merged commit 30ef986 into master Jul 4, 2024
7 checks passed
@Shatur Shatur deleted the 0.14.0-rc branch July 4, 2024 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants