-
-
Notifications
You must be signed in to change notification settings - Fork 367
Add gix::open_with_environment_overrides
#2106
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?
Add gix::open_with_environment_overrides
#2106
Conversation
Thanks for kicking this off. I turned the PR back into draft mode as it seems like it was generated by an agent which can't run And thinking about it, I think I completely failed to see that Can be closed, can be fixed, it's up to you. |
9a595f3
to
5ac6ba1
Compare
Actually, the agent was me, just copying
I find the addition of |
I admit I am kind of paranoid these days 😅.
That's all I need to think these top-level functions really should be there. And it would certainly be nice if they could at least have the gist of why one would want to use them in their own docs before referring to the respective docs in |
It looks like the remaining CI failures are not due to code that is new in this PR.
If the feature branch here is rebased onto the current tip of the main branch, then I expect (1) to pass because the fix is integrated into main, and (2) to pass because it looks like a failure with low probability that doesn't require any change to fix. (I have refrained from making those changes myself and merging this PR, in case there are reasons unrelated to those CI failures that this PR has not yet been marked back from draft.) |
Thanks a lot for your help @EliahKagan , I was a bit slow yesterday. |
I’ll extend the docs, some time this week probably! |
Based on this suggestion: gitui-org/gitui#2664 (comment).