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
We're potentially over-using @generated quite a bit, which sometimes leads to blow-up in compilation times, etc.
Might be worth reducing this, e.g. using more recursion, and leaving it the decision of whether or not something should be compiled away to the compiler.
The text was updated successfully, but these errors were encountered:
We're potentially over-using
@generated
quite a bit, which sometimes leads to blow-up in compilation times, etc.Might be worth reducing this, e.g. using more recursion, and leaving it the decision of whether or not something should be compiled away to the compiler.
The text was updated successfully, but these errors were encountered: