Patrick Plenefisch

Results 66 comments of Patrick Plenefisch

Hey wait a minute! Is there a reason you can't use toString? ``` System.out.println(aGridObjectInJavaLand); Grid hgap=0.0, vgap=0.0, alignment=TOP_LEFT ``` is what I just got from debugging a hybrid jrubyfx/java app

@whitehat101 toString is quite variable in its coverage. If you update this pr to inject itself into the new precompilation phase (second half of dsl.rb) with all the reflected properties...

Looks like a jruby bug as its a NPE in jruby JIT code

Will likely be fixed after rewrite, which depends upon https://github.com/jruby/jruby/issues/3366

I would be more in favor or pane.add(lbl,btn_add,btn_sub) as *args instead of array args. There are several options, such as https://github.com/jruby/jrubyfx/blob/master/lib/jrubyfx/core_ext/exts.yml and https://github.com/jruby/jrubyfx/blob/master/lib/jrubyfx/dsl.rb#L192 or adding it manually to each class....

Yes, I meant everything that uses that style

May be fixed with rewrite dependent upon https://github.com/jruby/jruby/issues/3366

ah, this looks like a missing enum conversion unless I am mis-reading this? wait, why is it not firing the converters? converter_for should have this in it

Now that we have the declarative yaml file, i've been making it generate normal snake cased converters instead of DSL only converters and I think we should phase out dsl-only...

> very few Rubyists use the snake-cased syntax. ??????? me is confused?????? > To play devil's advocate with my original change I will say that the converters do pass through...