Darrell Hamilton
Darrell Hamilton
So, one thing I'm not comfortable about is open/close vs fopen/fclose. Open is lower level and I'm relatively certain I'm not using it correctly. However, when trying to import fopen/fclose,...
OK, so the test is just broken in general. open/close return a file descriptor whereas fopen/fclose return a file pointer. the `select` call is likely segfaulting when I use fopen/fclose...
I had to do the `:jvm-opts`, but I did it from the command line, I assumed it was something wrong with my environment and not a project level issue. I...
Alrighty, figured out why the fopen call was puking and got everything working nicely (I think).
Interestingly, with the tools I added just to do the tests for `select`, it would be possible to allow it to take strings or File objects instead of just the...