-
Notifications
You must be signed in to change notification settings - Fork 105
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
Support parsing all Cargo.toml
files
#130
Comments
In crate-ci/cargo-release#326 (comment), kornelski gave some pointers
|
The warning says support for this is going to be removed. I wonder when that can happen The lack of newline could be handled through a regex. Unfortunately, the split table can't |
rust-lang/cargo#9932 removes the compatibility hacks from Cargo. |
This is open ended enough, I'm going to go ahead and close it for what has been done. |
nm, I do want to track this here |
ehuss did this for us: https://rust-lang.zulipchat.com/#narrow/stream/246057-t-cargo/topic/toml_edit.20testing/near/263954437 @_Eric Huss|120518 said:
|
This is a pre-req to replacing
toml-rs
incargo
.To do this, we might need a feature flag for deviating from the toml standard.
This will require comparing parse results between both parsers across all of crates.io. My assumption is we'd have a command that pulls in both crates and uses the
toml_test
encoding to compare the resyltstoml-rs
API on top oftoml_edit
#129toml_test
encoding fortoml-rs
toml-rs
againsttoml-rs
API on top oftoml_edit
#129The text was updated successfully, but these errors were encountered: