Closed clumsyjedi closed 2 years ago
Ah. Cool! For those, like me, who would find a description helpful:
A YAML 1.1 stream can contain multiple documents.
Currently, clj-yaml will only load the first document.
This change adds the ability to optionally load all documents.
Enable by specifying :load-all? true
in opts
for parse-string
or parse-stream
.
@clumsyjedi thanks for this PR. We realize it's been a while, let me know if you want to finish up the minor changes we need before we can merge it. If we don't hear from you by end of day September 18th, I'll just go ahead and assume we have your blessing.
I will carry out recommended changes.
@clumsyjedi Sorry we didn't get back to you. I've noticed this PR just now. Would you mind cleaning up the changes to
project.clj
and the.lein_repl_history
file?//cc @lread