-
Notifications
You must be signed in to change notification settings - Fork 252
Update bundle/
functions
#1648
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: master
Are you sure you want to change the base?
Update bundle/
functions
#1648
Conversation
I think In the context of reading docstrings without source (e.g. on the core api page where there is no source code visible), I think it might be better to not say A perhaps less relevant remark concerns the use of
Although Windows might allow use of Possibly instead of text like:
we could say instead something like:
Side benefit: the suggested alternative actually takes less characters :) |
acc6c75
to
1ed9deb
Compare
I agree with @sogaiu about |
Re: 3. changes :has-bin-script to :has-bin I started looking a bit more closely at It seems there is a difference between a
Not sure what the consequences of |
I've only managed to find a couple of places where
The comment from the OP:
seems correct for |
This PR updates the
bundle/
functions. It does four things::dependencies
to:postdeps
:has-bin-script
to:has-bin
bundle/add-manpage
functionThe changes are in four separate commits so that they can be cherry-picked if one or more of them are undesirable.
I think the changes are mostly self-explanatory but the reason to change
:has-bin-script
to:has-bin
is because the file that is added to the binpath is not necessarily a binscript. Or at least, I can’t see any reason why it is necessarily a binscript (in Predoc, I add a file usingbundle/add-bin
and it is a compiled file).