David Leal

Results 14 comments of David Leal

@adsteel if you have list widget classes you want to inherit from, the item factory won't propagate, so it's basically a reuse issue.

I think it was something like ``` ruby class Widget1 < Dill::Widget end class Widget2 < Dill::Widget widget :widget1, Dill::Widget1 end ``` But this should work, so I don't clearly...

It's possible. I think we're resolving the constants with `const_get`, so maybe there's some setting that should be used to make it see more constants than it does now.

@castrojo I'd be happy to help with this, but other than copying and changing the build script, I'm not quite sure what kind environment I need to build and test...