yaml-rust icon indicating copy to clipboard operation
yaml-rust copied to clipboard

Add support for multiline string output

Open karheinz opened this issue 4 years ago • 4 comments

Co-authored-by: Karsten Heinze [email protected]

karheinz avatar Oct 05 '19 20:10 karheinz

I'm interested in this feature as well, is there anything we can do to have this reviewed & merged?

rodrigovalin avatar Mar 09 '20 20:03 rodrigovalin

:+1: for this PR, I hope it gets merged -- this was nicely implemented and would be a fine improvement.

Would it help to rebase against the latest to eliminate the CI fails? I don't know if that's why this hasn't been looked at, but perhaps that would eliminate one blocker. FWIW the tests pass fine when I merge this branch into the latest (https://github.com/davvid/yaml-rust/commit/d97f36287c1bf267ef020578481607fc8c999509), so a rebase should do the same.

davvid avatar Jan 22 '21 18:01 davvid

@chyh1990, is there any chance to merge this PR? Multiline strings a main benefit over JSON in configuration files as it allow normal versioning of configs. Is there any what I can do to move forward?

Mingun avatar Dec 20 '21 15:12 Mingun

I'm using the fork of davvid (https://crates.io/crates/yaml-rust-davvid) so I could use this feature. This repo seems to be missing a maintainer?

jhoobergs avatar Feb 04 '22 09:02 jhoobergs