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

Reduce subshell usage declare -p #7

Open
hyperupcall opened this issue Sep 9, 2021 · 0 comments
Open

Reduce subshell usage declare -p #7

hyperupcall opened this issue Sep 9, 2021 · 0 comments
Assignees
Labels
backburner enhancement New feature or request

Comments

@hyperupcall
Copy link
Member

hyperupcall commented Sep 9, 2021

Don't use declare -p - instead use ${var@a} or ${var@A} on supported Bash versions

This is blocked on integrating CI with relevant Bash versions

@hyperupcall hyperupcall self-assigned this Sep 9, 2021
@hyperupcall hyperupcall changed the title Reduce subshell usage Reduce subshell usage declare -p Sep 9, 2021
@hyperupcall hyperupcall added backburner enhancement New feature or request labels Sep 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backburner enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant