Any / All revert #1277
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Revert some code style changes that were too aggressive and adversely affected runtime logic. Reported in the chan:
BM-NBctD2fu6pS7M21x5CrkFkkQ25kSvy6M
7 hours ago [raw]
This patch undoes the conversion to any()/all() conditionals, reverting to the much faster (and IMO prettier format-wise) lazily-evaluated conditionals which should resolve any bugs caused by the premature optimization attempt.