You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way we handle redirections for CommandExpressionAst generates too complicated code. It's better to revisit the implementation to see if it's possible to move most of this logic into a helper method and avoid generating so much complicated code.
The way we handle redirections for CommandExpressionAst generates too complicated code. It's better to revisit the implementation to see if it's possible to move most of this logic into a helper method and avoid generating so much complicated code.
Background: see the comment #4847 (review)