-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/asm/internal/arch: add package definition #26817
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
cmd/asm/internal/arch: add package definition
Message from Gerrit User 5976: 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/127929. |
Message from Gerrit User 5065: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/127929. |
Message from Gerrit User 12446: Uploaded patch set 3: New patch set was added with same tree, parent, and commit message as Patch Set 2. Please don’t reply on this GitHub thread. Visit golang.org/cl/127929. |
Message from Gerrit User 7435: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/127929. |
Message from Gerrit User 28643: Patch Set 4: Commit message was updated. Please don’t reply on this GitHub thread. Visit golang.org/cl/127929. |
Message from Gerrit User 12446: Uploaded patch set 5: Commit message was updated. Please don’t reply on this GitHub thread. Visit golang.org/cl/127929. |
Message from Gerrit User 12446: Uploaded patch set 6: New patch set was added with same tree, parent, and commit message as Patch Set 5. Please don’t reply on this GitHub thread. Visit golang.org/cl/127929. |
Message from Gerrit User 28643: Patch Set 7: Commit message was updated. Please don’t reply on this GitHub thread. Visit golang.org/cl/127929. |
Message from Gerrit User 12446: Uploaded patch set 8: Commit message was updated. Please don’t reply on this GitHub thread. Visit golang.org/cl/127929. |
Message from Gerrit User 12446: Uploaded patch set 9: New patch set was added with same tree, parent, and commit message as Patch Set 8. Please don’t reply on this GitHub thread. Visit golang.org/cl/127929. |
Message from Gerrit User 12446: Uploaded patch set 10: New patch set was added with same tree, parent, and commit message as Patch Set 9. Please don’t reply on this GitHub thread. Visit golang.org/cl/127929. |
Message from Gerrit User 12446: Uploaded patch set 11: Commit message was updated. Please don’t reply on this GitHub thread. Visit golang.org/cl/127929. |
Message from Gerrit User 12446: Uploaded patch set 12: New patch set was added with same tree, parent, and commit message as Patch Set 11. Please don’t reply on this GitHub thread. Visit golang.org/cl/127929. |
Message from Gerrit User 12446: Uploaded patch set 13: New patch set was added with same tree, parent, and commit message as Patch Set 12. Please don’t reply on this GitHub thread. Visit golang.org/cl/127929. |
Message from Gerrit User 12446: Uploaded patch set 14: New patch set was added with same tree, parent, and commit message as Patch Set 13. Please don’t reply on this GitHub thread. Visit golang.org/cl/127929. |
Message from Gerrit User 28643: Patch Set 14: (3 comments) Apologies. I had changed the commit message from gerrit and not from the PR in github. Now is fine. Sorry for all the unnecessary Gerrit Bot messages Please don’t reply on this GitHub thread. Visit golang.org/cl/127929. |
Message from Gerrit User 12446: Uploaded patch set 15: New patch set was added with same tree, parent, and commit message as Patch Set 14. Please don’t reply on this GitHub thread. Visit golang.org/cl/127929. |
Message from Gerrit User 5206: Patch Set 15: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/127929. |
Message from Gerrit User 28643: Patch Set 15: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/127929. |
Message from Gerrit User 12446: Uploaded patch set 17: New patch set was added with same tree, parent, and commit message as Patch Set 16. Please don’t reply on this GitHub thread. Visit golang.org/cl/127929. |
Message from Gerrit User 5206: Patch Set 17: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/127929. |
Message from Gerrit User 5976: Patch Set 17: TryBots beginning. Status page: https://farmer.golang.org/try?commit=7d14e494 Please don’t reply on this GitHub thread. Visit golang.org/cl/127929. |
Message from Gerrit User 5976: Patch Set 17: TryBot-Result+1 TryBots are happy. Please don’t reply on this GitHub thread. Visit golang.org/cl/127929. |
The package arch didn't have a definition as you can see in https://tip.golang.org/pkg/cmd/asm/internal/arch/ Change-Id: I07653b396393a75c445d04dbae5e22e90a0d5133 GitHub-Last-Rev: a859e94 GitHub-Pull-Request: #26817 Reviewed-on: https://go-review.googlesource.com/127929 Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
This PR is being closed because golang.org/cl/127929 has been merged. |
The package arch didn't have a definition as you can see in https://tip.golang.org/pkg/cmd/asm/internal/arch/