clj-commons / clj-yaml

YAML encoding and decoding for Clojure
Other
122 stars 26 forks source link

Add :nesting-depth-limit option to LoaderOptions #82

Closed neeasade closed 2 years ago

neeasade commented 2 years ago

https://github.com/clj-commons/clj-yaml/issues/81

borkdude commented 2 years ago

@lread LGTM.

neeasade commented 2 years ago

Thanks, updated -- any chance I could get a release after this too?

edit: actually I don't need one. thanks though

lread commented 2 years ago

Awesome, thanks @neeasade!

lread commented 2 years ago

And @neeasade, happy to publish a new release if you change your mind, let us know!

borkdude commented 2 years ago

@neeasade Note that you can use this project using deps.edn from git as well. You need to run clojure -X:deps prep to compile the Java classes in that case.