You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(dce): bail on non-constant replacement path (#755)
* fix(dce): bail on non-constant replacement path
In one use variable replacement, if the right hand side contains
constant violations, the left-hand side is supposed to be preserved, so
we detect this and bail out for this case
+ Fix#685
* Fix binding check and checks for not Identifier
* Add testcase for non-identifier replacementPaths
0 commit comments