Thomas E Enebo
Thomas E Enebo
@glatuske I think it is ok. I can see we compile against org.osgi already in org.jruby.embed.osgi which ends up in jruby.jar. So your change would be just recognize you are...
This was resolved as part of the PR but if @glatuske or @laumacirule still see an issue then reopen this.
If I try: ```ruby require 'jruby' class MyClass def get 1 + 1 end end def dump_ir m = MyClass.instance_method(:get) jm = JRuby.ref(m) scope = jm.get_method.get_ir_scope printed_ir = org.jruby.ir.persistence.IRDumper.print_ir(scope, true)...
I just tried with Fedora Core 34 using both Java 8 and Java 16 and this also works for me. Just thinking outloud perhaps some SSL settings is different for...
Not that I am aware of but no doubt many people have used this with paperclip and carrierwave. I would be happy to add a wiki page for this if...
@deivid-rodriguez I am doing a spike of writing this launcher in rust. What is described with alternatives is a single function (fs::canonicalize(path)) and if we do continue with the existing...
We should look at how warbler does this since I believe they have an AOT option as well. It would be nice to just lift some code than write any...
@justinsoong if you change the jar command does this work? I am trying to understand whether this is actually an issue with JRuby (regression) or JRubyFX itself?
I should also point out that StringBinding is just some convenience methods on a type-erased type. ```java abstract StringBinding implements Binding ``` so I think we can make a single...
I just realized .yml file only provides type to method_missing attribute and not to add attribute. This is more complicated in that it will require a new format.