Closed vemv closed 3 years ago
On certain inputs, they would try applying pr-str over a huge (or infiinite - I don't know) object and OOM accordingly.
pr-str
I'd be inclined to remove the println and simply let users report issues.
A println can be dangerous otherwise and most users typically cannot make much use of it anyway.
println
string/includes?
Would break the clojure 1.7 job.
Remove some printlns
On certain inputs, they would try applying
pr-str
over a huge (or infiinite - I don't know) object and OOM accordingly.I'd be inclined to remove the println and simply let users report issues.
A
println
can be dangerous otherwise and most users typically cannot make much use of it anyway.Avoid
string/includes?
Would break the clojure 1.7 job.