-
Notifications
You must be signed in to change notification settings - Fork 342
Add ability to change the executable_fullpath setting for the gitbash shell plugin #1938
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
5f4dec7
to
9bcc72c
Compare
so the inherited method will use GitBash.name(), via cls.name() to access config settings in rez.shells.Shell.find_executable() Signed-off-by: george.ridal <[email protected]>
Signed-off-by: george.ridal <[email protected]>
294b165
to
7ef0088
Compare
Added test for config override of shell plugin executable |
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.
Very nice! Simple change and a test to cover. I've put this into the "Next" milestone, and I'll see if anything else makes sense to merge/release alongside as well.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1938 +/- ##
==========================================
+ Coverage 59.28% 59.31% +0.02%
==========================================
Files 126 126
Lines 17218 17218
Branches 3017 3017
==========================================
+ Hits 10208 10212 +4
+ Misses 6325 6322 -3
+ Partials 685 684 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: george.ridal <[email protected]>
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.
Thank you! I love the addition of the test!
changed to use super() methods so the inherited method will use GitBash.name(), via cls.name() to access config settings in rez.shells.Shell.find_executable()
Fixes #1937