Skip to content

Update toml-query to 0.10#1210

Closed
Xanewok wants to merge 1 commit into
rust-lang:masterfrom
Xanewok:update-toml-query
Closed

Update toml-query to 0.10#1210
Xanewok wants to merge 1 commit into
rust-lang:masterfrom
Xanewok:update-toml-query

Conversation

@Xanewok

@Xanewok Xanewok commented May 5, 2020

Copy link
Copy Markdown
Contributor

...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

ehuss commented May 5, 2020

Copy link
Copy Markdown
Contributor

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

Xanewok commented May 5, 2020

Copy link
Copy Markdown
Contributor Author

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

Xanewok commented May 5, 2020

Copy link
Copy Markdown
Contributor Author

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

ehuss commented May 5, 2020

Copy link
Copy Markdown
Contributor

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.

2 participants