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
Handle even more complex conditionals with ludicrous inline assignment. ShortCircuitAssignTest4e(!).
Fix issues with ugly code from early-detected ternaries
Allow for loops to capture multiple updates, (but only if they're involved in the predicate, for cleaner code. Override with --forloopaggcapture to capture all possible updates).
Fix bug whereby conditionals were being too aggressively merged.