Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@mcclowes
Copy link
Owner

  • Allow underscore '_' as a placeholder expression in function call arguments
    (e.g., add(3, _) where _ represents the piped value)

  • Fix spread pipe operator precedence so that pipes inside function bodies
    are correctly parsed when the function is a spread pipe operand
    (e.g., list />>> (t) -> t.amount /> double now works correctly)

  • Add inPipelineLiteral context flag to distinguish between pipeline
    literal context (where pipes are stage separators) and regular expression
    context (where pipes inside function bodies belong to the function)

  • Rename test variable 'flatten' to 'flattenLists' to avoid conflict with
    builtin flatten function

…edence

- Allow underscore '_' as a placeholder expression in function call arguments
  (e.g., `add(3, _)` where `_` represents the piped value)

- Fix spread pipe operator precedence so that pipes inside function bodies
  are correctly parsed when the function is a spread pipe operand
  (e.g., `list />>> (t) -> t.amount /> double` now works correctly)

- Add inPipelineLiteral context flag to distinguish between pipeline
  literal context (where pipes are stage separators) and regular expression
  context (where pipes inside function bodies belong to the function)

- Rename test variable 'flatten' to 'flattenLists' to avoid conflict with
  builtin flatten function
@vercel
Copy link

vercel bot commented Dec 21, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
lea Ready Ready Preview, Comment Dec 21, 2025 0:45am

@mcclowes mcclowes merged commit d891b0b into main Dec 21, 2025
2 of 6 checks passed
@mcclowes mcclowes deleted the claude/bug-bash-s8ucs branch December 21, 2025 00:45
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.

3 participants