-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
documented run_system_cached issue#21617 #21707
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
base: main
Are you sure you want to change the base?
Conversation
|
Welcome, new contributor! Please make sure you've read our contributing guide and we look forward to reviewing your pull request shortly ✨ |
chescock
left a comment
There was a problem hiding this 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.
|
Once the comments are addressed and CI is passing I'll take a look and probably merge this in :) |
Co-authored-by: Chris Russell <[email protected]>
Co-authored-by: Chris Russell <[email protected]>
Co-authored-by: Chris Russell <[email protected]>
Co-authored-by: Chris Russell <[email protected]>
Co-authored-by: Chris Russell <[email protected]>
chescock
left a comment
There was a problem hiding this 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 :).
Objective
World::run_system_cached(_with)needs type hints for error handling #21617 by adding documentation to both run_system_cached functionsSolution