core.async pipeline bug?

2018-09-03 Thread Paul Rutledge
Hi all, I've been using the 'pipeline' function in core.async and the docstring says that the 'from' channel won't be consumed anymore after the 'to' channel is closed (since you probably don't care anymore). In reality, I'm finding that my 'from' channel is still being taken from and the pipel

Re: [ANN] nREPL 0.4.5 released!

2018-09-03 Thread Lars Rune Nøstdal
Hi, I still get this when I do `cider-jack-in`: ;; CIDER 0.18.0 (package: 20180902.1638) (Saigon), nREPL 0.2.13 ..I've removed all mentions of "nrepl" in package.clj, but it seems lein (I think?) still loads the old 0.2.13 version. Thanks for your work on this stuff by the way; it's fantast

Re: Problem disposing java objects

2018-09-03 Thread aboy021
Sorted! Thank you. On Monday, 3 September 2018 17:32:15 UTC+12, Alexander Yakushev wrote: > > I suspect the problem is with map which is lazy. If you discard the > result of the top-level expression it might not be fully completed or not > even run at all. > > To force a lazy collection (thus,