-
Notifications
You must be signed in to change notification settings - Fork 175
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
Make fraction and num-bigint an optional dep of datagen #4458
Conversation
At 1.4.0, |
Good to know, thanks! I think this dependency isn't used for much (f689152#diff-8e479132faa50170b42b40a4093a8c9f397e4b866e1a03d35d2c5e0e2c336514) and I may make a separate PR removing it entirely. But for 1.4 we should just devdep it. |
b0a961f
to
5f408a7
Compare
n.b. we are not in a rush to do this |
I will still merge this regardless since this is not the backport PR. @robertbastian or I will make a backport PR separately. Though I hope to get rid of this dep entirely |
autosubmit |
|
5f408a7
to
75898a9
Compare
75898a9
to
6e008cc
Compare
Updated to optionalify num-bigint as well. I'm a bit more okay about the num family of crates since we already depend on some of them, but yeah we shouldn't be adding these deps without discussion anyway. |
According to @Manishearth the |
cc @younies : Any new dependencies of the non-experimental ICU4X build should probably be discussed. It's fine as long as this component is experimental, but at some point we need to review if this dependency is the best way to achieve this task.
I'd also like to uplift this to 1.4 and release 1.4.1 , thoughts?