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
This simplifies the implementation and adds support for pointers to
enums and arbitrary types.
To allow a complete migration from pointer to ptr, this also moves
AllPtrFieldsNil. The ptr.AllPtrFieldsNil "ptr" repetition is preserved
since the function only looks at pointer fields.
Existing deprecation notices are updated to point to the new
functions, and the pointer package as a whole is deprecated.
Existing test code is preserved as-is to "prove" the correctness of
the migration.
This was mostly written by Aldo Culquicondor; see
#269 for context.
Signed-off-by: Stephen Kitt <[email protected]>
0 commit comments