-
Notifications
You must be signed in to change notification settings - Fork 18.4k
runtime: add missing //go:nosplit for Windows context methods #49991
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
This PR (HEAD: e306436) has been imported to Gerrit for code review.
Please visit https://go-review.googlesource.com/c/go/+/369494 to see it.
Tip: You can toggle comments from me using the comments
slash command (e.g. /comments off
)
See the Wiki page for more info
Message from Patrik Nyblom:
Patch Set 1: Run-TryBot+1
(1 comment)
Please don’t reply on this GitHub thread. Visit golang.org/cl/369494.
After addressing review feedback, remember to publish your drafts!
Message from Go Bot:
Patch Set 1:
(1 comment)
Please don’t reply on this GitHub thread. Visit golang.org/cl/369494.
After addressing review feedback, remember to publish your drafts!
Message from Go Bot:
Patch Set 1: TryBot-Result+1
(1 comment)
Please don’t reply on this GitHub thread. Visit golang.org/cl/369494.
After addressing review feedback, remember to publish your drafts!
Message from Michael Knyszek:
Patch Set 1:
(1 comment)
Please don’t reply on this GitHub thread. Visit golang.org/cl/369494.
After addressing review feedback, remember to publish your drafts!
Message from Ian Lance Taylor:
Patch Set 1: Code-Review+2
(4 comments)
Please don’t reply on this GitHub thread. Visit golang.org/cl/369494.
After addressing review feedback, remember to publish your drafts!
e306436
to
53af3c4
Compare
This PR (HEAD: 53af3c4) has been imported to Gerrit for code review.
Please visit https://go-review.googlesource.com/c/go/+/369494 to see it.
Tip: You can toggle comments from me using the comments
slash command (e.g. /comments off
)
See the Wiki page for more info
Message from Ian Lance Taylor:
Patch Set 3: Code-Review+2
(3 comments)
Please don’t reply on this GitHub thread. Visit golang.org/cl/369494.
After addressing review feedback, remember to publish your drafts!
Message from Austin Clements:
Patch Set 3: Trust+1
Please don’t reply on this GitHub thread. Visit golang.org/cl/369494.
After addressing review feedback, remember to publish your drafts!
Message from Honsun Zhu:
Patch Set 3:
(1 comment)
Please don’t reply on this GitHub thread. Visit golang.org/cl/369494.
After addressing review feedback, remember to publish your drafts!
Uh oh!
There was an error while loading. Please reload this page.
Avoid calling morestack when we handling exceptions.