Marwes / combine

A parser combinator library for Rust
https://docs.rs/combine/*/combine/
MIT License
1.29k stars 93 forks source link

fix(easy): Only back-quote parser tokens #335

Closed epage closed 2 years ago

epage commented 2 years ago

When reviewing cargo moving fron toml-rs (hand-rolled parser) to toml_edit (combine-based parser), one piece of feedback was about only wanting tokens quoted and not textual descriptions. It looks like combine tracks all of the needed information and just a re-formatting of the output is needed.

Fixes #334

epage commented 2 years ago

Is there an ETA on a merge and release for this? This is the only remaining blocker for https://github.com/rust-lang/cargo/pull/10086 (merging toml_edit into cargo). #336 has less of an impact and so they aren't blocking on it.

Marwes commented 2 years ago

Had issues with travis-ci yesterday so had to switch to, and wait for github actions (and then I forgot about it). Rleeased now