dflemstr / rq

Record Query - A tool for doing record analysis and transformation
Apache License 2.0
2.27k stars 57 forks source link

rq failed to parse valid toml #201

Closed jsirex closed 4 years ago

jsirex commented 5 years ago

Probably, this is related to toml-rs library, not sure is it fixed already.

Dots in nested keys are valid toml, however:

rq --version && echo "foo.bar.baz = 125" | rq -t

Results to:

v0.10.4
[ERROR] [rq] Encountered: expected an equals, found a period at line 1
[ERROR] [rq] (Re-run with --trace or RUST_BACKTRACE=1 for a backtrace)

Relates to: https://github.com/habitat-sh/habitat/issues/6578

dflemstr commented 4 years ago

This should now be working since v1.0.0!