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 cookbook recommends that source generators should pass along value equatable values so that the generator can short-circuit as soon as possible.
Our model (DiscriminatedUnion) currently includes lists without value equality and syntax nodes.
This prevents us from splitting the Emit function in two which would allow short-circuiting at that step.
The text was updated successfully, but these errors were encountered:
The cookbook recommends that source generators should pass along value equatable values so that the generator can short-circuit as soon as possible.
Our model (
DiscriminatedUnion
) currently includes lists without value equality and syntax nodes.This prevents us from splitting the
Emit
function in two which would allow short-circuiting at that step.The text was updated successfully, but these errors were encountered: