Re: Reflection warnings in async/go-loop

2015-07-23 Thread Kevin Downey
Regardless of the outcome of the type issue, this code is doing blocking io inside a go block, which should be avoided. Consider using `thread` and `loop`, which would also likely work around the type hinting issue because it would avoid the state machine transform. The code already using the

Reflection warnings in async/go-loop

2015-07-23 Thread Adam Krieg
Hi all, I have an issue with references to closed over references outside the go block not resolving types. The first function resolves fine. The second one cannot resolve (.readLine buf-reader) (defn parser-process-good Consumes lines from a file, transforms entries of interest and puts