Skip to content

Add pipeline chain support#28

Merged
dolphinau merged 2 commits intomainfrom
pipeline-chain
Oct 27, 2025
Merged

Add pipeline chain support#28
dolphinau merged 2 commits intomainfrom
pipeline-chain

Conversation

@dolphinau
Copy link
Member

Following #27 this PR aims to add && and || support to the grammar
A new node pipeline_chain is created under pipeline to take into account this new feature.
⚠️ Warning: This change might break a lot of trees and tests because it adds a new node high in the parsing tree.

@dolphinau dolphinau self-assigned this Oct 27, 2025
@dolphinau dolphinau linked an issue Oct 27, 2025 that may be closed by this pull request
@dolphinau
Copy link
Member Author

WIP: Adding tests for pipeline chains

@dolphinau dolphinau marked this pull request as draft October 27, 2025 13:14
@dolphinau dolphinau marked this pull request as ready for review October 27, 2025 15:25
@dolphinau dolphinau requested a review from citronneur October 27, 2025 15:25
@dolphinau dolphinau merged commit 9379c77 into main Oct 27, 2025
@dolphinau dolphinau deleted the pipeline-chain branch October 27, 2025 16:39
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.

&& and || pipeline chain operators not supported

1 participant