Commit graph

39 commits

Author SHA1 Message Date
David Tolnay
9fc1b3f22d Address write_with_newline lint 2018-09-16 00:00:48 -07:00
David Tolnay
20190538af Replace try! with question mark 2018-09-15 23:58:48 -07:00
David Tolnay
cedb185876 Escape string containing colon
I don't know whether this is always necessary but it is required for
correctly serializing `["x: %"]`. If we serialize this without quotes to
`[x: %]` then the result is not valid YAML.
2018-09-15 12:20:14 -07:00
David Tolnay
1f0d33259b Address redundant_field_names lint 2018-09-15 10:06:34 -07:00
David Tolnay
f26a44bcdc Format with rustfmt 0.99.4 2018-09-15 09:49:08 -07:00
Hannes De Valkeneer
2ad74a791b Do not quote hyphenated strings unnecessarily.
fixes #54
2018-04-20 21:01:45 +02:00
Yuheng Chen
6761ff9b48 fix boolean quotes
Fix #92
2018-01-03 21:44:54 +08:00
Marc Addeo
bccfe35587 Add a cause() method to EmitError
For compatibility with error_chain
2017-11-12 12:02:34 -05:00
Charlie Ozinga
dc2e0a75c6 Merge branch 'master' of https://github.com/chyh1990/yaml-rust into chyh1990 2017-07-10 10:05:43 -06:00
Hendrik Sollich
da68aaff6d correctly emitting deeply nested arrays 2017-06-11 00:19:49 +02:00
Hendrik Sollich
a2c9349417 correctly emitting nested arrays
fixed #70 too
2017-06-10 23:43:15 +02:00
Charlie Ozinga
1cfd356df8 Move the compact flag into the emitter itself 2017-05-23 12:18:12 -06:00
Hendrik Sollich
aa40cb2ffd quoting possible booleans
fixes #53
2017-05-22 19:32:08 +02:00
Charlie Ozinga
06c9b22357 Fix nested arrays, emit compact in-line 2017-05-11 23:29:41 -06:00
Charlie Ozinga
ff8572352d Rebased and resolved conflicts with the following:
https://github.com/chyh1990/yaml-rust/pull/66
https://github.com/chyh1990/yaml-rust/pull/62 (closed in favor of 66)
2017-05-11 12:36:38 -06:00
David Tolnay
45eae6fd07 Implement Error for EmitError
Fixes #50.
2017-05-08 11:43:44 -07:00
David Tolnay
37dc15badb Fix clippy complaints 2017-05-08 11:35:53 -07:00
David Tolnay
200d33cb4a Revert "fix test: add missing end space"
This reverts commit ae207a6f20.
2017-05-08 11:17:30 -07:00
David Tolnay
68ad6c6596 Merge pull request #67 from Iazel/patch-1
Quotes string starting with a dot
2017-05-08 11:16:27 -07:00
David Tolnay
c1abd67415 Merge pull request #66 from iredelmeier/trailing-whitespace
Do not emit trailing whitespace
2017-05-08 10:54:17 -07:00
David Tolnay
2a1bac3d56 Merge pull request #58 from palfrey/quickcheck
Fix quote escaping
2017-05-08 10:48:23 -07:00
David Tolnay
b3e287b21e Restore import that was broken in #57 2017-05-08 10:44:17 -07:00
Tom Parker
21049c8d6a Add quoting for " and ' 2017-05-08 18:37:19 +01:00
David Tolnay
15ce32bee8 Merge pull request #49 from dtolnay/order
Always preserve order
2017-05-08 10:29:27 -07:00
Iazel
ae207a6f20 fix test: add missing end space 2017-05-06 19:16:00 +02:00
Iazel
d6e14acbe6 Quotes string starting with a dot
To understand why we want to do this, please refer to this issue on ktmpl repository (a way to have templates for kubernetes):
https://github.com/InQuicker/ktmpl/issues/15

The problem applies only to string used as keys, but given that the emitters right now doesn't differentiate the two cases for string, I think is better to do it also for values instead of introducing branching and/or flag variables (can't think of cleaner solution for now).
2017-05-06 19:06:10 +02:00
Isobel Redelmeier
d0423912bb Do not emit trailing whitespace 2017-05-05 00:11:36 -07:00
Tom Parker
db7cc35e5c Remove warnings about unused items 2017-03-12 16:00:10 +00:00
David Tolnay
4243924689 Always preserve order 2017-01-27 20:59:51 -08:00
Yuheng Chen
6c7a07a18c Emitter: quote strings starts/ends with spaces 2016-11-24 17:24:02 +08:00
Yuheng Chen
51f8fbf0e6 always quote empty string 2016-11-10 15:31:07 +08:00
Antoni Boucher
e1e4ed9c05 Fixed to always avoid quoting when possible. 2016-11-02 16:56:46 -04:00
Antoni Boucher
ef59ea712a Added an option to avoid emitting quotes. 2016-11-01 22:03:35 -04:00
Hendrik Sollich
f54a6c3bff added test for emitting equivalence of complex keys 2016-09-24 23:59:09 +02:00
Hendrik Sollich
d0f4fc3abc fixed: emitter also emits complex keys 2016-09-16 23:32:53 +02:00
David Tolnay
06732a6b77 Resolve remaining clippy lints and add to Travis build 2016-02-27 16:42:32 -08:00
Yuheng Chen
d40b7cbdd2 Better code coverage 2015-06-04 16:10:43 +08:00
Yuheng Chen
83a57e7ada Export API 2015-05-31 17:02:22 +08:00
Yuheng Chen
24d4fad5cf Add basic emitter 2015-05-31 12:56:45 +08:00