retrogradeorbit / bootleg

Simple template processing command line tool to help build static websites
Eclipse Public License 2.0
255 stars 12 forks source link

YAML upgrade to SnakeYAML 2.0 #46

Closed cloojure closed 4 years ago

cloojure commented 4 years ago

Hi - I also had a problem with the stale io.forward/yaml and this issue:

https://github.com/owainlewis/yaml/issues/28

So, I wrote my own YAML wrapper to SnakeYAML 2.0. You can see it here:

https://github.com/cloojure/tupelo/blob/master/src/clj/tupelo/parse/yaml.clj

Feel free to either reference this or copy it into your own lib.

Alan

retrogradeorbit commented 4 years ago

Fixed in v0.1.8