Jean Boussier
Jean Boussier
Yeah, you're right that it depends on a lot on many factors such as this one. Maybe it was just my builds at some point, but they seemed to all...
https://bugs.ruby-lang.org/issues/19074#note-3
@nobu sure you can do that, but you'd have a similar-ish issue with just defining a method in the delegator: ``` Foo = Struct.new(:field) FooDelegator = DelegateClass(Foo) do def field...
CI failures look legit.
While I understand and am somewhat sympathetic, it rubs me a bit the wrong way we're adding one more method call for this. Not that it makes a huge difference...
Fixed by https://github.com/rails/rails/pull/52428
Agree we should change this, but yeah, probably need to config flag and a deprecation period.
I’m not sure if this is merge worthy, but it’s definitely worth considering
Sorry for the delay on this. It has been in my TODO list for ever, but it's a LIFO...
Also note I renamed `except` into `except_on`.