Rafael Mendonça França
Rafael Mendonça França
Closing this since it is more a question, but the answer is yes, you can use a visitor to modify the AST, or even build a new AST. And they...
@skipkayhil's reading is correct. Setting the flag would always print a deprecation in 7.1, meaning that that behavior would change in 7.2 with no escape hatch. That was already the...
Would concurrent-ruby be required at that point? The rails application would only require it when the `config/applicaton.rb` file is required. I think inlining the implementation could be a better idea...
It doesn't take in consideration cpu quotas, also JRuby, but yeah, that might be enough. The way the PR was implemented doesn't force the dependency, but if you have use...
Can you please send the PR?
If I got this correctly, yes, this would break the Rails release. As we release gems in sequence, most of the time the OTP code didn't change yet between the...
I don't think you need to convince us. We would like to use it. I just not sure if we can right now. Rails release is complex, it has a...
I'm started to test the trusted publisher with the thor gem. I was able to make it work. https://github.com/rails/thor/blob/main/.github/workflows/release.yml https://github.com/rails/thor/actions/runs/10619918898/job/29438536653 The annoying part is more a GitHub limitation than a...