-
Notifications
You must be signed in to change notification settings - Fork 4
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
Want to make futures
's compact
feature used by fbthrift-git-rs
optional
#12
Comments
Dear @vkill , I hugely respect and am grateful for your amazing efforts in rustifying NebulaGraph! Thanks a lot for the support :-D love from NebulaGraph community |
Dear @vkill , I wonder if it is possible to grant contributors from the OpenDAL and NebulaGraph community as maintainers of some of your repos, which would be smoother for further collaborations and maintenance. What do you think, please? If that's feasible, @GG2002 would be the best candidate for the maintainer. BR//Wey |
@GG2002 I will deal with this issue of |
@wey-gu PRs are welcome :) |
Hi @GG2002 https://github.com/facebook/fbthrift/blob/v2024.09.23.00/thrift/lib/rust/Cargo.toml#L18 |
|
Thank you very much for your prompt reply.
Yes,
I'm sorry, I didn't notice this before, it's indeed a problem. I need to communicate with @Xuanwo again |
Hi @Xuanwo I think you can submit a PR to https://github.com/facebook/fbthrift |
Hi @GG2002 I don't think there's anything wrong with this. Will it cause dependency incompatibility? |
Hi, this will add an extra |
The Maybe I can remove it with a few PRs. I simply removed the If this plan is feasible, then there is one more question. I found that I have no idea about this, can you provide the code for v0.0.7? Or can we update the dependencies of these libraries to v0.0.8 together and just remove |
Hello, I am creating a new client for NebulaGraph, so I have reused some of the code from
nebula-rs
. Thank you in advance for your work.I couldn't find the issue section in the
fbthrift-git-rs
repo, so that's why I'm speaking here. I found thatfbthrift-git
depends onfutures
v0.1.31
(a fairly old version). After investigation, I found that it is becausefbthrift-git
has enabled thecompat
feature offutures
, which fixesfutures
on this old version and adds this constraint to all crates that use the NebulaGraph client (in fact, I am trying to add NebulaGraph support to OpenDAL, so this will cause allfutures
dependencies of OpenDAL services to becomev0.1.31
).I'm not quite sure why
fbthrift-git
needs to enable thecompat
feature offutures
. If possible, could this feature be made optional or removed directly?The text was updated successfully, but these errors were encountered: