Re: `partition-all` issue

2016-12-21 Thread Punit Naik
Okay Alex, thanks. On Wednesday, December 21, 2016 at 6:23:34 PM UTC+5:30, Alex Miller wrote: > > This has come up before (http://dev.clojure.org/jira/browse/CLJ-764) and > we decided this was the desired behavior, so no plans to change it. -- You received this message because you are subscribe

`partition-all` issue

2016-12-21 Thread Alex Miller
This has come up before (http://dev.clojure.org/jira/browse/CLJ-764) and we decided this was the desired behavior, so no plans to change it. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com

`partition-all` issue

2016-12-21 Thread Punit Naik
Hi Guys Recently I came across this issue i.e. when the user passes 0 as the `n` parameter to the `partition` or `partition-all` function, the code hangs indefinitely without throwing an error or anything. I was using this function inside my Elasticsearch back-end API and when this condition us