We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Discussion? No
Describe the bug On multidoc yaml input dasel drops all elements after first empty doc.
To Reproduce
first: nonempty --- --- second: nonempty ---
cat md.yaml | dasel -r yaml -w yaml
first: nonempty
Expected behavior
$ cat md.yaml | yq first: nonempty --- --- second: nonempty ---
Screenshots N/A
Desktop:
Additional context
cat md.yaml | yq -o json | dasel -r json -w yaml
runtime error: invalid memory address or nil pointer dereference
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Discussion?
No
Describe the bug
On multidoc yaml input dasel drops all elements after first empty doc.
To Reproduce
cat md.yaml | dasel -r yaml -w yaml
Expected behavior
$ cat md.yaml | yq first: nonempty --- --- second: nonempty ---
Screenshots
N/A
Desktop:
Additional context
cat md.yaml | yq -o json | dasel -r json -w yaml
crashes into panic, which is preferable to silently skipping payloadruntime error: invalid memory address or nil pointer dereference
The text was updated successfully, but these errors were encountered: