-
Notifications
You must be signed in to change notification settings - Fork 487
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
feat(flow): allow loading cfg srcs from dir #5228
feat(flow): allow loading cfg srcs from dir #5228
Conversation
Thanks for taking this over 🎉! I'll spend time reviewing this during working hours on Monday. |
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! I double checked the original PR to make sure all the original comments are addressed.
I'd like to see a little bit more detail added to the docs, and then I'll approve and hand it over to Clayton for documentation review before we get this merged :)
If the `PATH_NAME` argument is not provided, or if the configuration path can't be loaded or | ||
contains errors during the initial load, the `run` command will immediately exit and show an error message. |
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.
Can we add a new paragraph after this explaining the behavior if a folder is given?
There seems to be a lint error that also needs to be fixed, and one test is failing for an unrelated reason to this PR, but I think merging main in should fix that. |
013686b
to
5f7e727
Compare
@hainenber I don't know why this PR triggers that failure in an unrelated package, but I pushed code to fix it for you so we can move forward :) |
Thank you @rfratto! That was niceee 😄 |
Co-authored-by: Robert Fratto <robertfratto@gmail.com>
Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
Docs are OK as-is. There's still that one open doc question from Robert.... has it been resolved? |
Yea, I've pushed this commit to address it :D |
All good then. Over to @rfratto for final approval. |
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, super exciting to have this merged!
Co-authored-by: Robert Fratto <robertfratto@gmail.com> Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
PR Description
Which issue(s) this PR implement
Implements #3855
Notes to the Reviewer
Overall, a port from @rfratto's closed PR with additional changes to address existing reviews
ParseSources
in both happy and sad cases (addressed Matt review)Other reviews are valid to address but the PR is quite big to address them all atm. I'll try to address them in upcoming PRs
PR Checklist