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.
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
Recognize if-like Tree.MultiSegmentApp as IfThenElse IR #11365
base: develop
Are you sure you want to change the base?
Recognize if-like Tree.MultiSegmentApp as IfThenElse IR #11365
Changes from 29 commits
6abf764
f5ca8e0
f998708
fba42c5
7c7c5b3
94b07b4
f6f0938
3a2906b
3a62199
ffab938
382a0df
6b6be17
2835bb4
97c90b8
3420d33
063e7f0
4f4fa1d
c2c6b24
039ba40
9f75eb1
dbaf5f3
e852d8a
00a69f7
c440305
9c747d2
546e103
4b9e993
1b7ad3c
35ab5dc
6ab657d
0224c00
c065882
d36fc2e
bfc4969
aa93b06
fbe2324
9f6d277
e2a35e1
933d74c
71cedf2
f2d5574
63dde4e
46e21af
41162aa
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Testing scopes of if then else is a good idea. I would like to see more expanded tests. Something like:
and
that is, try to use bindings from various parent scopes in the condition, true branch and false branch.
These tests could be placed in
Base_Tests
as well I believe.