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 should ban locally generated types (such as NamedTuples declared inside of functions and types generated by uses of callable) from escaping the function where they are created.
It isn't really a good idea to do in the first place and it has difficult interactions with both coarse and finen-grained incremental.
The text was updated successfully, but these errors were encountered:
On Tue, Mar 6, 2018, 17:22 Michael J. Sullivan ***@***.***> wrote:
We should ban locally generated types (such as NamedTuples declared inside
of functions and types generated by uses of callable) from escaping the
function where they are created.
It isn't really a good idea to do in the first place and it has difficult
interactions with both coarse and finen-grained incremental.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4690>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACwrMqOxjRRWgskkYz9zMHFieJA92lP9ks5tbzZDgaJpZM4SftXO>
.
We should ban locally generated types (such as NamedTuples declared inside of functions and types generated by uses of
callable
) from escaping the function where they are created.It isn't really a good idea to do in the first place and it has difficult interactions with both coarse and finen-grained incremental.
The text was updated successfully, but these errors were encountered: