Skip to content
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

v1.19 - Moving embedded bit from offset to name in reflect and reflectlite #1250

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

grantnelson-wf
Copy link
Contributor

I updated the reflect and reflectlite package to set the embedded flag as part of the Go 1.19 upgrade.

Commit e1e66a0 "move embedded bit from offset to name" changes how reflect and reflectlite store the embedded flag. The creation of the name and the creation for structField is affected by this change for Go 1.19. Both are overwritten by GopherJS.

Copy link
Member

@nevkontakte nevkontakte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thank you!

@nevkontakte nevkontakte merged commit 5090ba1 into gopherjs:go1.19 Nov 14, 2023
1 of 4 checks passed
@grantnelson-wf grantnelson-wf deleted the reflectUpdate branch November 14, 2023 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants