Skip to content
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

Take extra program search paths into account when searching for VCS programs #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ulysses4ever
Copy link
Owner


Please include the following checklist in your PR:

Please also shortly describe how you tested your change. Bonus points for added tests!

arrowd and others added 2 commits November 20, 2022 22:33
Motivation for this change comes from the desire to have
--extra-prog-path available when searching for VCS programs (at that
point, it turns, we only have a handle on a shared project config), but
it makes sense in general too.

Technically, the legacy flag configProgramPathExtra, which holds the
value of --extra-prog-path, did not propagate to shared project config
before, although the latter has a field for that sort of
thing (projectConfigProgPathExtra). So, we fix it. A little awkward is
that another legacy flag, globalProgPathExtra, also holds the same kind
of information, so, when turning legacy flags into a shared project
config we merge the two legacy flags and assign the result to
projectConfigProgPathExtra.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants