Skip to content

fix(redirection_error): show both fds for duplicating/move redirections - #4

Open
akinomyoga wants to merge 2 commits into
develfrom
patch-2026-rediection_error
Open

fix(redirection_error): show both fds for duplicating/move redirections#4
akinomyoga wants to merge 2 commits into
develfrom
patch-2026-rediection_error

Conversation

@akinomyoga

@akinomyogaakinomyoga commented Aug 14, 2026

Copy link
Copy Markdown
Member
  • redirection_expand may leave a side effect, but redirection_expand is already called in redirection_error in another branch, so I decided not to care about it too much. If a side effect should be avoided, redirection_expand may be replaced by savestring to show the string before expansion. It would provide less information to the user, but it still works.

@akinomyoga
akinomyogaforce-pushed the patch-2026-rediection_error branch from 590afd4 to 9c90372CompareAugust 14, 2026 05:21
@akinomyoga
akinomyogaforce-pushed the patch-2026-rediection_error branch from 9c90372 to 5414a54CompareAugust 15, 2026 12:54
Sign up for freeto 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.

1 participant

@akinomyoga