<fzakaria[m]> Would JRuby welcome a patch to remove the hardcoded paths in static {... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/46a73caccc78a7dd68e86a9e0a5dfe4d78df6d28)
<fzakaria[m]> * Would JRuby welcome a patch to remove the hardcoded paths in https://github.com/jnr/jnr-ffi/blob/master/src/main/java/jnr/ffi/LibraryLoader.java#L498-L516
<fzakaria[m]> My rationale:
<fzakaria[m]> For my usecase (NixOS), I've recently patched our JDK to have the default `java.library.path` to be empty to avoid impurity.
<fzakaria[m]> This would also bubble up and work here.
<fzakaria[m]> For a typical installation they are already included as part of `java.library.path`.
<headius> It is scary but may be acceptable
venue has quit [Quit: adios]
fidothe has quit [Read error: Connection reset by peer]
fidothe has joined #jruby
<fzakaria[m]> I just don't see hardcoding paths to be ever a sensible approach especially when there are system properties from the JDK designed to provide this value (i.e. `java.library.path`)
venue has joined #jruby