yaml-rust
yaml-rust copied to clipboard
Scalar parser
Fix #35
What do you think about this pr @chyh1990 ?
The API enhancement looks good for me. One little problem, maybe we should move dump_node into a helper in examples, instead of just marking it as pub.
@chyh1990 How do you want to move dump_node as helper ?
@chyh1990 the build is breaked https://travis-ci.org/chyh1990/yaml-rust/jobs/176486614
@chyh1990 any news about the build system ?
@DeltaEvo you can try rebasing your pr, master passes CI now.
@chyh1990 I think I'm unlucky
@DeltaEvo Seems clippy breaks on newest nightly...
https://github.com/Manishearth/rust-clippy/issues/1371
@chyh1990 The issue on clippy is fixed and I rebased my Pull Request
@chyh1990 or @dtolnay, what is missing in this PR from being merged ? Thank you
merge failed ?
I rebased this branch in a separate PR: https://github.com/chyh1990/yaml-rust/pull/135
Given that #135 replaces this PR, should this PR be closed?
@dtolnay, what is missing in this PR from being merged ?
I am not involved in this crate, since it is no longer used by serde_yaml.