-
Notifications
You must be signed in to change notification settings - Fork 27
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
Update to current swash
0.1.19
#124
Conversation
@xStrom Do you have any idea why this fails? It is kind of strange (to me at least). |
This does bring us back to where @nicoburns feels that the |
@waywardmonkeys I can't reproduce the clippy failure locally, but it does seem to be correct that that import isn't required: code compiles just fine with only |
77edfee
to
a06998b
Compare
You have to do this to reproduce it:
|
And there are ways to build so that you get the failure. The code that breaks are the calls to |
No warning:
Warning:
So the difference is that in the first case (the old / current code), it was getting both |
My inclination is to consider removing the The build isn't actually usable anyway right now on a But it would be nice to hear from more people. |
I don't think I quite understand why this is happening. The error is in fontique but it only happens when you compile parley as the top-level crate. Is it because a parley dependency is pulling in the My inclination would be to just stick an It's a bit loose, but if we wanted to be more precise then we should just use |
This lets everything use the same version of the Fontations dependencies.
a06998b
to
34e3674
Compare
About to eat dinner, but did a quick change and push to see if that works to suppress it. |
This can be better by importing just the trait I can explain to you what's going on here with that another time. |
That would be an improvement. But I still don't love conditional imports all over the place. In Taffy we have a |
I will merge this after I eat and do a quick review of the repo to see if we are ready for the release. |
This lets everything use the same version of the Fontations dependencies.