Skip to content

Conversation

@DylanD42
Copy link

Objective

Solution

  • Documented functions for future clarity

@github-actions
Copy link
Contributor

Welcome, new contributor!

Please make sure you've read our contributing guide and we look forward to reviewing your pull request shortly ✨

@alice-i-cecile alice-i-cecile added C-Docs An addition or correction to our documentation A-ECS Entities, components, systems, and events S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged labels Nov 3, 2025
@DylanD42 DylanD42 closed this Nov 5, 2025
@DylanD42 DylanD42 reopened this Nov 5, 2025
@alice-i-cecile alice-i-cecile added S-Needs-Review Needs reviewer attention (from anyone!) to move forward and removed S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged labels Nov 5, 2025
@DylanD42 DylanD42 requested a review from kristoff3r November 6, 2025 18:29
Copy link
Contributor

@chescock chescock left a comment

Choose a reason for hiding this comment

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

Thanks for documenting this! It's my fault there is a sharp edge there, and I'm glad it's getting some warning labels.

I left some suggestions for things to add, but none of them are blocking. I also left some suggestions on how to fix the CI errors. I only commented on run_system_cached, but everything I said applies equally to the run_system_cached_with docs.

@alice-i-cecile alice-i-cecile 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 Nov 9, 2025
@alice-i-cecile
Copy link
Member

Once the comments are addressed and CI is passing I'll take a look and probably merge this in :)

@DylanD42 DylanD42 requested a review from chescock November 10, 2025 20:27
@alice-i-cecile alice-i-cecile added S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Uncontroversial This work is generally agreed upon D-Straightforward Simple bug fixes and API improvements, docs, test and examples and removed S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged labels Nov 10, 2025
Copy link
Contributor

@chescock chescock left a comment

Choose a reason for hiding this comment

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

The docs on run_system_cached look good! Approving on the assumption that you're planning to make equivalent changes to run_system_cached_with :).

@alice-i-cecile alice-i-cecile 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 Nov 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-ECS Entities, components, systems, and events C-Docs An addition or correction to our documentation D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged X-Uncontroversial This work is generally agreed upon

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document that World::run_system_cached(_with) needs type hints for error handling

4 participants