-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
many types should define broadcastable(o) = Ref(o) #44093
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
6fd2a7e to
ecd2bd4
Compare
ecd2bd4 to
287b19d
Compare
|
Rebased. Okay to merge? |
|
I thought the past recommendation was away from this behavior being automatic, so perhaps triage should be given a chance to comment on the text? |
|
Right, in other words we wanted to encourage wrapping values at the call site rather than adding methods for "every" type to automatically wrap them. |
|
CI failures seem to be unrelated cancellations/timeouts. |
0dd0da5 to
476c79a
Compare
|
Rebased. Since I addressed the triage suggestions, can this be merged? |
|
Unrelated CI failures ( |
This is an important point because it is the most common case for user-defined types, but I noticed that it was a bit buried.