Skip to content
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

Fix baseline. #58

Open
aravij opened this issue Oct 15, 2020 · 0 comments
Open

Fix baseline. #58

aravij opened this issue Oct 15, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@aravij
Copy link
Contributor

aravij commented Oct 15, 2020

Currently baseline filter out extraction opportunity from 17 to 26. It happens because extraction semantic step output else if statements, while they are not automatically traversed in syntactic filter. To solve this, one may need to fix block-statement graph creation, so each else if statement would be represented by its own Statement node. This means each If statement ow may how only one THEN_BRANCH block.

@aravij aravij added the bug Something isn't working label Oct 15, 2020
@aravij aravij self-assigned this Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant