Skip to content

refactor: more API/naming work #1025

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

Merged
merged 13 commits into from
Aug 13, 2023
Merged

refactor: more API/naming work #1025

merged 13 commits into from
Aug 13, 2023

Conversation

scop
Copy link
Owner

@scop scop commented Aug 6, 2023

No description provided.

@akinomyoga akinomyoga force-pushed the refactor/more-api-naming branch from f89c328 to d0695d0 Compare August 12, 2023 02:38
Bash < 4.4 has a bug that all the elements are connected with
`${v+"$@"}` when IFS does not contain whitespaces.  This becomes
problem with `${dict_options+"${dict_options[@]}"}`.  One way to fix
it is to set IFS=$' \t\n'.  In this patch, we instead change the use
of the array so that we do not have to rely on the ${v+"$@"} pattern.
@akinomyoga
Copy link
Collaborator

rebased & squashed fixup! commits & added fixes

@scop scop merged commit 3c33289 into master Aug 13, 2023
@scop scop deleted the refactor/more-api-naming branch August 13, 2023 08:59
@scop
Copy link
Owner Author

scop commented Aug 13, 2023

Sweet, thanks!

akinomyoga added a commit to akinomyoga/bash-completion that referenced this pull request Sep 18, 2023
akinomyoga added a commit to akinomyoga/bash-completion that referenced this pull request Sep 23, 2023
akinomyoga added a commit to akinomyoga/bash-completion that referenced this pull request Sep 23, 2023
akinomyoga added a commit to akinomyoga/bash-completion that referenced this pull request Sep 25, 2023
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