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

Rework DeferredEntity creation #356

Merged
merged 1 commit into from
Nov 27, 2024
Merged

Rework DeferredEntity creation #356

merged 1 commit into from
Nov 27, 2024

Conversation

Shatur
Copy link
Contributor

@Shatur Shatur commented Nov 17, 2024

I realized that it's possible to construct commands from the entity's world.
It lets me hide all unsafety in the constructor and re-use it in other places.

Requires #352, I will retarget to the master after the merge.

Copy link

codecov bot commented Nov 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.69%. Comparing base (0c7f059) to head (941f97b).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #356      +/-   ##
==========================================
- Coverage   89.71%   89.69%   -0.03%     
==========================================
  Files          44       44              
  Lines        2450     2445       -5     
==========================================
- Hits         2198     2193       -5     
  Misses        252      252              

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

@Shatur Shatur force-pushed the deferred-entity-refactor branch 4 times, most recently from c79c770 to 8799e20 Compare November 20, 2024 23:57
@Shatur Shatur mentioned this pull request Nov 21, 2024
Base automatically changed from ser-de-rework to master November 26, 2024 22:54
I realized that it's possible to construct commands
from the entity's world. It lets me hide all unsafety
in the constructor and re-use it in other places.
@Shatur Shatur force-pushed the deferred-entity-refactor branch from 8799e20 to 941f97b Compare November 26, 2024 23:05
@Shatur Shatur requested a review from UkoeHB November 26, 2024 23:06
@Shatur
Copy link
Contributor Author

Shatur commented Nov 26, 2024

Re-targeted to the lastest master.

@Shatur Shatur merged commit 031bef8 into master Nov 27, 2024
6 checks passed
@Shatur Shatur deleted the deferred-entity-refactor branch November 27, 2024 09:05
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