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: VisitorPartialEvaluator #1800

Merged
merged 2 commits into from
Jan 1, 2018
Merged

Conversation

pvojtechovsky
Copy link
Collaborator

Several fixes are here:

  • the simplification of invocation to literal can be done only when parent accepts CtExpression
  • the simplification of invocation to literal can be done only when returned value is a primitive object
  • the handling of try/catch control flow was fixed - it removed statements after catch(... e){throw e;}
  • the type casts are kept

@monperrus monperrus merged commit 37ffc2d into INRIA:master Jan 1, 2018
@pvojtechovsky pvojtechovsky deleted the fixEvaluator branch January 1, 2018 16:48
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.

2 participants