-
-
Notifications
You must be signed in to change notification settings - Fork 669
Improve Falseish / Trueish for floats #787
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
Conversation
One challenge here is that these functions wrap another expression with unknown state information, so the use of a local inside of the expression might conflict with the temporary local being added. Means: If tests pass currently, that's more of a coincidence because either there's no test cases causing such an issue or the functions are used in a way inside of the compiler that it cannot happen (but still might in the future). |
Hmm. So how we can do this properly? |
ping. Could you make some suggestions how we could improve this solution? |
Hmm, thinking. If there's a Remains the question if |
Great, so this changes can't broke current flow analysis? |
Haven't checked all call sites of |
@dcodeIO wdyt about revisit this? Will be great improve compatibility |
Closed for favour to #933 |
Fix #770