Paul Wheeler

Results 4 comments of Paul Wheeler

Eliminating the `comp` with `iterator-seq` in the `foreach-partition` function (and making that call in the function passed to `foreach-partition` instead), seems to fix this issue. I have seen issues with...

As an example of the issues I've run into using `comp`, if `comp` is used to combine something referencing our helper function with iterator-seq, the result cannot be used with...

The problem with using comp in the case of `map-partition` would appear to be unavoidable or by design given the implementation of readIFn which only calls require on the namespace...

I was able to resolve this pretty satisfactorily by partially traversing fields of the IFn instances being passed to the serializer: [/paul-amperity/sparkling](https://github.com/paul-amperity/sparkling/commit/a283e965a743a53a35db21ec36b50cebb4883821). This not only fixes the `foreach-partition` issue, but...