ruby / tempfile

A utility class for managing temporary files.
Other
29 stars 10 forks source link

JRuby support #7

Open headius opened 2 years ago

headius commented 2 years ago

JRuby ships a version of tempfile based on JVM tempfile logic. We also have our Tempfile directly extend File which can be lead to some differing behavior. We would like to use the gem, so we will need to resolve these differences. I will handle the work necessary.

rubyFeedback commented 10 months ago

This would be neat. I ~somewhat recently started to use windows, java and jruby more extensively, and the better the support on windows, the easier it will be for me to maintain a shared codebase (I use Linux most of the time otherwise, but have to write a batch of swing-related GUIs, and I intend to use jruby for that).