glchapman

Results 5 comments of glchapman

A simple way to get a boxed primitive is to use identity, for example: ``` (loop [sum (identity 0), [method & more] methods] ``` should make the warning go away....

A few more datapoints: 1) this also crashes JVM 11 on Linux (Ubuntu 14 provided by the Windows Subystem for Linux) -- I've attached another error report. [jvmcrash_linux.zip](https://github.com/ztellman/potemkin/files/2511750/jvmcrash_linux.zip) 2) I...

This may be a non-starter for performance (or other) reasons, but I wonder if you've considered changing callFunc so that it evals an anonymous function with the real call as...

Here's what I had in mind. I changed RInterop so that it still generates tempSymbols, but no longer regsters then with the Engine. I then changed the end of callFunc...

It looks to me like the problem here is with INode.find. Note that Clojure has two overloads for this method; the one used for containsKey takes a distinct NOT_FOUND object...