-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
go.mod: import etcd/raft at the new path #93190
Conversation
da37343
to
bd5a596
Compare
I'm not sure yet how compatibility will work between nodes with the new and old protos. Technically it's just a rename, and the encoding shouldn't change, but it would be nice to confirm that the full message path/name is not used. |
I think the name only matters if we're using them in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Still LGTM but looks like you need to re-do vendor because someone beat you to it. Pro tip, if you do it be ready to bors it soon thereafter or you get starved :-) |
There are some obscure lint failures in one of the targets that I'm still decoding. |
a21bc87
to
06da857
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 97 of 121 files at r1, 25 of 25 files at r3, 1 of 1 files at r4, all commit messages.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @erikgrinaker)
2f5ea24
to
ddbe007
Compare
ddbe007
to
169dcb7
Compare
... even though the It also says that the makefile is deprecated, so I don't know how much effort should be put into fixing this. @tbg any ideas? |
b668964
to
fbcc883
Compare
Now for some reason
instead of etcd raft |
db9e1a0
to
3dec0cb
Compare
The etcd/raft package has moved to a separate repository, and was renamed to go.etcd.io/raft. This commit imports the new path. Epic: none tmp
3dec0cb
to
a94858b
Compare
bors r=tbg,nvanbenschoten |
Build failed (retrying...): |
Build succeeded: |
The etcd/raft package has moved to a separate repository, and was renamed to go.etcd.io/raft. This commit imports the new path.
Fixes #93174
Epic: none