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
fail is becoming a macro as per #3627, but first all uses of the fail keyword must be removed. There's a new macro named die! that can do the job of fail. Make the switch, then remove the fail keyword from the parser and mass-rename die! to fail!.