Skip to content

v1.2.0

Compare
Choose a tag to compare
@ryuichiueda ryuichiueda released this 20 Jul 04:47
· 146 commits to main since this release

Enhanced Compatibility around Variables and Parameters

We have fixed subtle different behaviors between Bash and Sush mainly based on the run-array script in https://github.com/ryuichiueda/bash_for_sush_test/tree/master/tests . We can see the added test cases for this version from v1.1.8 in https://github.com/shellgei/rusty_bash_test/blob/v1.2.0/test_fixed.bash .

  • supported declare -f
  • fixed the difference between Bash and Sush on the handlings of arrays and associative arrays
    • I can't explain these very subtle fixes. Please see the cases in the URL indicated above.
  • fixed out put of declare -p

Full Changelog: v1.1.8...v1.2.0