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
May I ask why the change, approved in #5664, was reverted? Vararg slice was allocated once and used 2/multiple times. Now it is allocated on each Add() call. There is/was even a comment, explaining the "why".
May I ask why the change, approved in #5664, was reverted? Vararg slice was allocated once and used 2/multiple times. Now it is allocated on each
Add()
call. There is/was even a comment, explaining the "why".See https://go.dev/ref/spec#Passing_arguments_to_..._parameters
See https://fs.blog/chestertons-fence/
gives me
gives me
Put the fence back, please 😁
Originally posted by @ash2k in #5842 (comment)
The text was updated successfully, but these errors were encountered: