-
Notifications
You must be signed in to change notification settings - Fork 18.1k
doc/asm: document go_asm.h only works in the runtime package #33069
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: 8bfbf53) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/185917 to see it. Tip: You can toggle comments from me using the |
Message from Gobot Gobot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/185917. |
This PR (HEAD: de3f7ab) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/185917 to see it. Tip: You can toggle comments from me using the |
Message from Cherry Zhang: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/185917. |
Message from White Pure: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/185917. |
Message from White Pure: Patch Set 2: Hi, what's the status of this patch now? Please don’t reply on this GitHub thread. Visit golang.org/cl/185917. |
Message from White Pure: Patch Set 2: Hi, is there anything wrong with this patch? Please don’t reply on this GitHub thread. Visit golang.org/cl/185917. |
Message from Agniva De Sarker: Patch Set 2:
There is nothing wrong. This is an open-source project. Sometimes maintainers take time to reply back. Give it some time. Please don’t reply on this GitHub thread. Visit golang.org/cl/185917. |
Message from White Pure: Patch Set 2:
okay, thanks. I was worrying if there's any problem in this patch. Please don’t reply on this GitHub thread. Visit golang.org/cl/185917. |
Message from Rob Pike: Patch Set 2: I am not comfortable reviewing this for correctness, only style. Please don’t reply on this GitHub thread. Visit golang.org/cl/185917. |
Message from Ian Lance Taylor: Patch Set 2: Cherry, does the text look correct to you? It seems correct to me. Please don’t reply on this GitHub thread. Visit golang.org/cl/185917. |
Message from Cherry Zhang: Patch Set 2: (1 comment)
It looks correct to me as well. I left a comment about where to put the go_asm.h part. Please don’t reply on this GitHub thread. Visit golang.org/cl/185917. |
This PR (HEAD: 9c389b9) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/185917 to see it. Tip: You can toggle comments from me using the |
Message from White Pure: Patch Set 3: (1 comment) Added some hint in the "Note" section. Please don’t reply on this GitHub thread. Visit golang.org/cl/185917. |
Message from White Pure: Patch Set 3: Ping, don't forget this patch~ Please don’t reply on this GitHub thread. Visit golang.org/cl/185917. |
Message from Rob Pike: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/185917. |
This PR (HEAD: 886c769) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/185917 to see it. Tip: You can toggle comments from me using the |
Message from White Pure: Patch Set 4: (1 comment) Fixed. Please don’t reply on this GitHub thread. Visit golang.org/cl/185917. |
Message from Rob Pike: Patch Set 4: (2 comments) One last change please. Please don’t reply on this GitHub thread. Visit golang.org/cl/185917. |
This PR (HEAD: 498a299) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/185917 to see it. Tip: You can toggle comments from me using the |
Message from White Pure: Patch Set 4: (2 comments) Done. Please don’t reply on this GitHub thread. Visit golang.org/cl/185917. |
Message from Rob Pike: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/185917. |
This PR (HEAD: a7208c8) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/185917 to see it. Tip: You can toggle comments from me using the |
Fixes #33054 Change-Id: I687d45e092d721a6c22888cc7ddbe420c16a5af9 GitHub-Last-Rev: a7208c8 GitHub-Pull-Request: #33069 Reviewed-on: https://go-review.googlesource.com/c/go/+/185917 Reviewed-by: Rob Pike <[email protected]>
The CL was merged. |
Fixes #33054