-
Notifications
You must be signed in to change notification settings - Fork 108
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
chore: update dependencies for prost, nix, and protobuf #158
Conversation
59ef9bc
to
5294f17
Compare
Mostly LGTM. But as discussed in #136, we do have concerns on the adoption of protobuf v3. Maybe skip the protobuf this time? |
Signed-off-by: Andrew Lamb <[email protected]>
Signed-off-by: Andrew Lamb <[email protected]>
a1ecbdb
to
0ca4ed5
Compare
Thanks -- PR has been upgraded |
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.
LGTM
🎉 |
I wonder why this PR doesn't trigger any CI |
https://github.com/tikv/pprof-rs/actions/runs/2883100562 It has been queued for a long time. It seems that the github has some bugs 🤦 |
Please ping a tikv's maintianer to check the runner status of the tikv org. Seems other projects also been blocked, FYI: tikv/raft-rs#460 |
Hi @Xuanwo -- how would I find who are the Should I look for people merging stuff in https://github.com/tikv/tikv? |
It looks fine now 👍 |
…tish_2 Signed-off-by: YangKeao <[email protected]>
It is possible that the user of pprof-rs does not use As the proto in pprof-rs does not change frequently, I think it may be acceptable to build the proto into rs file manually before publishing the crate. |
This is what the prost maintainer recommends as well!
|
So is the consensus to check in the generated .rs files and remove the dependency on prost-build? |
Yes 😸 ! But I haven't found the best practice to generate files under the source directory. Should we add a binary rust crate to call |
You could look into using https://github.com/neoeinstein/protoc-gen-prost |
I do not think I will have time to work on this ticket for at least the next several weeks. If anyone else is interested, it would be great to work on it. This is relatively low on my priority list, so I may also just inline the Thank you all for your comments |
Updates all dependencies to keep up with ecosystem
Closes #153
Closes #154
Closes #155
Closes #156