Skip to content
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 toml-query to 0.10 #1210

Closed
wants to merge 1 commit into from
Closed

Conversation

Xanewok
Copy link
Member

@Xanewok Xanewok commented May 5, 2020

...in hopes of eventually bumping transitive dependencies to remove syn <1.0 from the dependency tree.

The only dependency holding us back seems to be elasticlunr > strum_macros, which would need to be fixed upstream.

The main goal of this PR is to remove syn <1.0 from transitive dependencies in the Rust tree.

...in hopes of eventually bumping transitive dependencies to remove
syn <1.0 from the dependency tree.

The only dependency holding us back seems to be elasticlunr > strum_macros,
which would need to be fixed upstream.
@ehuss
Copy link
Contributor

ehuss commented May 5, 2020

Thanks for the PR! I'm planning on removing toml-query completely, though.

Unfortunately removing the old syn will be difficult because mdbook uses elasticlunr and select which aren't maintained much. I think select will be particularly hard, because the newer html5ever removes some fundamental things it uses.

@Xanewok
Copy link
Member Author

Xanewok commented May 5, 2020

I know there are some issues wrt feature unification for build- and regular deps but is the same for dev-dependencies (which select is) as well? If that would not be an issue, then assuming the elasticlunr-rs PR is merged and a new version is released, we just might make it.

@Xanewok
Copy link
Member Author

Xanewok commented May 5, 2020

Since #1211 will supersede this PR, I'll close this.

Thanks for working on making the codebase more maintainable!

@Xanewok Xanewok closed this May 5, 2020
@Xanewok Xanewok deleted the update-toml-query branch May 5, 2020 13:50
@ehuss
Copy link
Contributor

ehuss commented May 5, 2020

Oh, yea, for non-dev builds, I guess select isn't as important.

RalfJung added a commit to RalfJung/rust that referenced this pull request May 10, 2020
Update transitive dependency to work towards removing syn <1.0 dep

This bumps a couple of transitive dependencies in hopes of eventually not transitively depending on syn <1.0 and friends. The only upstream changes that this is blocked on seems to be mattico/elasticlunr-rs#27 and rust-lang/mdBook#1210.

While working on rust-lang#71875 I noticed we still use syn 0.15 here and there so this is a drive-by PR which aims to help with things a bit.
RalfJung added a commit to RalfJung/rust that referenced this pull request May 14, 2020
Update transitive dependency to work towards removing syn <1.0 dep

This bumps a couple of transitive dependencies in hopes of eventually not transitively depending on syn <1.0 and friends. The only upstream changes that this is blocked on seems to be mattico/elasticlunr-rs#27 and rust-lang/mdBook#1210.

While working on rust-lang#71875 I noticed we still use syn 0.15 here and there so this is a drive-by PR which aims to help with things a bit.
RalfJung added a commit to RalfJung/rust that referenced this pull request May 15, 2020
Update transitive dependency to work towards removing syn <1.0 dep

This bumps a couple of transitive dependencies in hopes of eventually not transitively depending on syn <1.0 and friends. The only upstream changes that this is blocked on seems to be mattico/elasticlunr-rs#27 and rust-lang/mdBook#1210.

While working on rust-lang#71875 I noticed we still use syn 0.15 here and there so this is a drive-by PR which aims to help with things a bit.
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request May 16, 2020
Update transitive dependency to work towards removing syn <1.0 dep

This bumps a couple of transitive dependencies in hopes of eventually not transitively depending on syn <1.0 and friends. The only upstream changes that this is blocked on seems to be mattico/elasticlunr-rs#27 and rust-lang/mdBook#1210.

While working on rust-lang#71875 I noticed we still use syn 0.15 here and there so this is a drive-by PR which aims to help with things a bit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants