Thomas E Enebo

Results 276 comments of Thomas E Enebo

Moved this to be with other require/load work. It is possible any fix we make before that work will get unfixed as a result.

Adding some new stuff in this issue: * [x] Update arjdbc CI to reflect jruby-head and Rails 7. * [ ] Update sqlite3 to reflect API changes in Rails 7...

Linking this to #6968 since both are from the same feature (6968 may be a different issue related to the same feature)

A note for when this is looked at. The original feature for initialize and real subtypes was that nothing before the super can reference 'this' in a meaningful way. This...

@ikaronen-relex ok that is a little unexpected. It may become obvious once we start working on this one. The constructing then raising is a bit academic since this should work...

Oh I should point out the change would be: ```ruby def initialize(_, *) super end ``` It will give a nearly identical error message without adding any code.

@evaniainbrooks can you swap this from master to jruby-9.3? If github has a UI which allows me to make that change I cannot find it :)

I did kick it off against master anyways to also approve CI run since you are first time contributor.

I added @headius for reviewing this. I approve this but it is mildly scary stuff in possible impact so we should double up on the review. I think the PR...

This will sound snarky to newer users but I sometimes think we should remove include_package because it just represents something difficult to do with Java. It creates confusion and by...