Skip to content

Fix Winuxsh framework glob loading and hook dispatch - #17

Merged
caomengxuan666 merged 1 commit into
masterfrom
fix/winuxsh-framework-integration
Aug 2, 2026
Merged

Fix Winuxsh framework glob loading and hook dispatch#17
caomengxuan666 merged 1 commit into
masterfrom
fix/winuxsh-framework-integration

Conversation

@caomengxuan666

Copy link
Copy Markdown
Collaborator

Summary

  • expand unquoted glob suffixes after quoted parameter prefixes in command and loop word expansion
  • expose direct Executor function lookup and dispatch APIs for embedded hosts
  • support the sed forms needed by aliasconv-style upstream Bash examples

Testing

  • cargo check --tests
  • cargo test
  • BASH_UPSTREAM_STRICT=1 scripts/run-bash-upstream-tests.sh (87/87 passed)

Closes #15
Closes #16

Support unquoted glob suffixes after quoted prefixes and expose direct function lookup/dispatch APIs for embedded hosts. Also cover aliasconv sed usage needed by the upstream Bash examples.
@caomengxuan666
caomengxuan666 merged commit 6887ef1 into master Aug 2, 2026
3 checks passed
@caomengxuan666
caomengxuan666 deleted the fix/winuxsh-framework-integration branch August 2, 2026 17:32
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.

Expose function lookup/dispatch API for embedded hosts Glob after quoted parameter prefix is not expanded in for list

1 participant