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

0.9.0 #218

Merged
merged 66 commits into from
Apr 22, 2023
Merged

0.9.0 #218

merged 66 commits into from
Apr 22, 2023

Conversation

Anders429
Copy link
Owner

No description provided.

Anders429 and others added 30 commits April 2, 2023 23:42
Merge `master` into `dev`
…factor System::run() parameters to accomodate.
… refactor ParSystem::run() parameters to accomodate.
Reduce the number of generic parameters in public traits and methods.
Updates the requirements on [serde_assert](https://github.com/Anders429/serde_assert) to permit the latest version.
- [Release notes](https://github.com/Anders429/serde_assert/releases)
- [Changelog](https://github.com/Anders429/serde_assert/blob/master/CHANGELOG.md)
- [Commits](Anders429/serde_assert@v0.2.0...v0.4.0)

---
updated-dependencies:
- dependency-name: serde_assert
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…ert-0.4.0

Update serde_assert requirement from 0.2.0 to 0.4.0.
Require components viewed in `Schedule` to implement `Sync`.
Exclude `run()` methods in schedule tests when evaluating code coverage.
Anders429 and others added 25 commits April 17, 2023 11:51
Require all views in schedules to be Send.
Improve generic parameter names.
Correctly update `Entry`'s location to match `World`'s updated state.
@Anders429 Anders429 added the R - Release Release: A new release of the library. label Apr 22, 2023
@Anders429 Anders429 added this to the 0.9.0 milestone Apr 22, 2023
@codecov
Copy link

codecov bot commented Apr 22, 2023

Codecov Report

Merging #218 (5165f84) into master (b9fdc53) will increase coverage by 2.09%.
The diff coverage is 99.71%.

@@            Coverage Diff             @@
##           master     #218      +/-   ##
==========================================
+ Coverage   94.85%   96.95%   +2.09%     
==========================================
  Files          89       85       -4     
  Lines       15477    14040    -1437     
==========================================
- Hits        14681    13612    -1069     
+ Misses        796      428     -368     
Impacted Files Coverage Δ
src/entity/mod.rs 100.00% <ø> (ø)
src/hlist/mod.rs 98.18% <ø> (ø)
src/lib.rs 100.00% <ø> (ø)
src/query/view/subset.rs 100.00% <ø> (ø)
src/registry/contains/par_views/sealed.rs 100.00% <ø> (ø)
src/system/schedule/scheduler.rs 100.00% <ø> (ø)
src/system/schedule/sealed.rs 100.00% <ø> (ø)
src/system/schedule/stager.rs 100.00% <ø> (ø)
src/system/schedule/stages.rs 100.00% <ø> (ø)
src/system/schedule/task/sealed.rs 100.00% <ø> (ø)
... and 26 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@Anders429 Anders429 merged commit ec18ed4 into master Apr 22, 2023
@Anders429 Anders429 deleted the 0.9.0 branch April 22, 2023 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R - Release Release: A new release of the library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant