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
The crash is due to the fact that the "_" is a placeholder for lambda expressions. However if the "_" appears without a surrounding "{ }" then the placeholder (Placeholder() instance) will make it all the way through to the translator and cause a MatchError.
The translator should catch this case and print a useful error.
The text was updated successfully, but these errors were encountered:
The crash is due to the fact that the "_" is a placeholder for lambda expressions. However if the "_" appears without a surrounding "{ }" then the placeholder (Placeholder() instance) will make it all the way through to the translator and cause a MatchError.
The translator should catch this case and print a useful error.
The text was updated successfully, but these errors were encountered: