-
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
Rename proto roachpb #2680
Rename proto roachpb #2680
Conversation
I'm fine with renaming the |
That work isn't complete; nobody is actively working on it. I agree the name roachpb is not awesome, so I'm open to suggestions. You're right, heartbeat.proto can move to rpc. I'll do that in another PR. |
I'm blanking on a better name that |
It's better only in that it avoids the conflict with gogo/protobuf/proto |
I don't mind |
LGTM. Are you going to squash everything before you merge (since most of the intermediate commits likely don't compile/test/...) or what's the plan? |
You tell me; I think it may be worth keeping as a record of work. Starting with 518bf542488e888721136d1b0b46b0e11c83cc51 the commits will compile/test |
Maybe squash everything before 518bf54 then? |
We always want `github.com/gogo/protobuf/proto`.
…cockroachdb/cockroach/roachpb` manually fix rocksdb.go; gomvpkg broke it acceptance/simulation: proto -> roachpb; gomvpkg didn't pick it up rocksdb/db.cc: proto -> roachpb proto files: proto -> roachpb `go generate ./...`
replace: \bproto(\.|/)(?!Marshal|Unmarshal|Equal|Clone|Merge|Message|Int32|Uint32|Int64|Float64|Buffer|NewBuffer)(?=[A-Za-z]) with: roachpb$1
squashed; every commit should compile/test now |
This should go in after #2675 and #2678, should we decide to do it.