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

sh: split based on the value of IFS #16

Open
Arcterus opened this issue Jul 6, 2018 · 0 comments
Open

sh: split based on the value of IFS #16

Arcterus opened this issue Jul 6, 2018 · 0 comments
Labels
bug Something isn't working enhancement New feature or request
Projects

Comments

@Arcterus
Copy link
Contributor

Arcterus commented Jul 6, 2018

We should be doing:

  1. tilde expansion, parameter expansion, command substitution, and arithmetic expansion
  2. field splitting (this, based on the value of $IFS)
  3. pathname expansion (i.e. globbing)
  4. quote removal (not sure if this needs to be handled explicitly or if Word::SingleQuote and Word::DoubleQuote are good enough
@Arcterus Arcterus added bug Something isn't working enhancement New feature or request labels Jul 6, 2018
@Arcterus Arcterus added this to Needs triage in sh via automation Jul 6, 2018
@Arcterus Arcterus moved this from Needs triage to High priority in sh Jul 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
sh
  
High priority
Development

No branches or pull requests

1 participant