-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Pipeline chain operators #9849
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Pipeline chain operators #9849
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
abaed2b
Initial feature work
rjmholt 7357091
More tests
0067fef
Turn operators into experimental feature
d7f3786
Add control flow statement possibility
8ff4a2d
Deduplicate rule logic, fix tests
fcabd6a
Add experimental feature test setting
7c6bc3c
Fix assignment grammar
f0c690c
Use experimental test mechanisms
1edd8e3
Some simplification of compile logic
eaad264
Use new assignment implementation
10b5860
Change name to PipelineChainOperators
01e48ea
Remove experimental feature implementation to make tests work
eeb8592
Remove redundant rule logic
42f9337
Add output type tests
afdd43e
Fix array assignment
rjmholt e9d5590
Remove char in compiler;
rjmholt 8d8c058
Correct throw tests
ec1ad46
Fix bad error handling in parser
1258133
Add reason to tests
e6f59cd
Add assignment flattening test
f8e82b6
Remove superfluous enum
476f48e
Reinstate experimental feature
b2590e5
Style
c50561e
Change AST inheritance chain
rjmholt d4a393a
Revert to simple pipeline chains - tests broken
rjmholt a428706
Fix AST and compiler behaviour
b1635d6
Add finally tests
b3d7ea6
Address @daxian-dbw's feedback
3159e6d
Change AstVisitor implementation
f225b6e
Remove inapplicable comment
f0b4322
Remove redundant variable
fb4c92c
Revert accidental addition of debugging
9836b23
Fix parse error handling, improve test
a6300f0
Address a codefactor issue
94957f3
Put expfeat test metadata back in
4f27ae2
Fix comment
512921e
Fix brace style from CodeFactor
32f7768
Change CIMInstance tests to -Skip
3e374f9
Move to Pending on request of @adityapatwardhan
0b48a8a
Revert "Move to Pending on request of @adityapatwardhan"
430555f
Move back to pending on @JamesWTruher's advice
b57b374
Fix other pending defaults
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.