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

[feat] POSIX compliant #32

Open
10 of 17 tasks
simonmysun opened this issue Aug 17, 2024 · 0 comments
Open
10 of 17 tasks

[feat] POSIX compliant #32

simonmysun opened this issue Aug 17, 2024 · 0 comments
Labels
enhancement New feature or request v0.2

Comments

@simonmysun
Copy link
Owner

simonmysun commented Aug 17, 2024

As mentioned in #30

These bash features are waiting to be rewritten with POSIX compliant shell:

  • source
  • function name with ::
  • [[
  • echo -ne
  • string indexing
  • export -f (except in test)
  • here-string
  • process substitution
  • +=
  • access to BASH_VERSINFO
  • access to PIPESTATUS
  • array references
  • declare -p -x
  • declare -f
  • read -N 1
  • $'..' (already accepted? https://austingroupbugs.net/view.php?id=249 )
  • read -n 1 -s -r -p "Press any key to continue" < /dev/tty;
@simonmysun simonmysun added enhancement New feature or request v0.2 labels Aug 17, 2024
simonmysun added a commit that referenced this issue Aug 26, 2024
simonmysun added a commit that referenced this issue Aug 26, 2024
simonmysun added a commit that referenced this issue Aug 26, 2024
simonmysun added a commit that referenced this issue Aug 26, 2024
simonmysun added a commit that referenced this issue Aug 26, 2024
simonmysun added a commit that referenced this issue Aug 26, 2024
simonmysun added a commit that referenced this issue Aug 26, 2024
simonmysun added a commit that referenced this issue Aug 26, 2024
simonmysun added a commit that referenced this issue Aug 26, 2024
simonmysun added a commit that referenced this issue Aug 26, 2024
simonmysun added a commit that referenced this issue Aug 26, 2024
simonmysun added a commit that referenced this issue Aug 26, 2024
simonmysun added a commit that referenced this issue Aug 26, 2024
simonmysun added a commit that referenced this issue Aug 26, 2024
simonmysun added a commit that referenced this issue Aug 26, 2024
simonmysun added a commit that referenced this issue Aug 26, 2024
simonmysun added a commit that referenced this issue Aug 26, 2024
simonmysun added a commit that referenced this issue Aug 26, 2024
simonmysun added a commit that referenced this issue Aug 26, 2024
simonmysun added a commit that referenced this issue Aug 26, 2024
simonmysun added a commit that referenced this issue Aug 26, 2024
simonmysun added a commit that referenced this issue Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v0.2
Projects
None yet
Development

No branches or pull requests

1 participant