Skip to content

Simplify early Bash helper APIs#109

Merged
codeforester merged 1 commit into
mainfrom
enhancement/106-20260703-api-simplification
Jul 3, 2026
Merged

Simplify early Bash helper APIs#109
codeforester merged 1 commit into
mainfrom
enhancement/106-20260703-api-simplification

Conversation

@codeforester

Copy link
Copy Markdown
Collaborator

Summary

  • remove early compatibility aliases: run, std_run_with_timeout, and str_in_array
  • keep std_run --timeout as the timeout API and list_contains as the membership API
  • update docs/changelog and clarify list_remove duplicate removal coverage

Fixes #106

Validation

  • bats lib/bash/std/tests/lib_std.bats
  • bats lib/bash/str/tests/lib_str.bats
  • bats lib/bash/list/tests/lib_list.bats
  • ./tests/validate.sh
  • git diff --check

@codeforester codeforester merged commit d9a0e52 into main Jul 3, 2026
2 checks passed
@codeforester codeforester deleted the enhancement/106-20260703-api-simplification branch July 3, 2026 20:11
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.

Simplify early public Bash helper APIs

1 participant