[go1.21] Updating some linking and a few other updates#1416
Merged
grantnelson-wf merged 2 commits intogopherjs:go1.21from Mar 2, 2026
Merged
[go1.21] Updating some linking and a few other updates#1416grantnelson-wf merged 2 commits intogopherjs:go1.21from
grantnelson-wf merged 2 commits intogopherjs:go1.21from
Conversation
nevkontakte
approved these changes
Mar 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These updates were ones that needed to be done for the reflect/reflectlite/abi update but weren't really related to that update specifically. I also added comments requested from the prior PR and replaced the tag parser using reflect.
I'm still not very confident in how links work in GopherJS. I haven't looked deeply into what it all does. So this update is kind of to bring light to the links that may have otherwise been consumed by the reflects update. That way if I'm doing something wrong, hopefully it will be caught. Even though, if it is wrong or needs changing in the future, I'm not too worried about it since this is going into the go1.21 integration branch. We'll get it working before that branch is done.
Related to #1415