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 new lambda syntax - per this Zulip thread - is the below:
|a,b| expr
|a,b|
a_var=Somethingexpr
This should be supported alongside the existing syntax for the time being. Unlike previous changes, I'd like to say that the formatter should just formats all lambdas to the new syntax instead of using a MigrationFlag.
The text was updated successfully, but these errors were encountered:
We've got PRs with breaking changes going that affect many files, I would delay getting started on this @gamebox to avoid thousands of merge conflicts.
The new lambda syntax - per this Zulip thread - is the below:
This should be supported alongside the existing syntax for the time being. Unlike previous changes, I'd like to say that the formatter should just formats all lambdas to the new syntax instead of using a MigrationFlag.
The text was updated successfully, but these errors were encountered: