MSP-Greg
MSP-Greg
I wasn't clear when I opened this issue. I'm not referring to commits. For example, I've seen instances where CI was testing the construction of a string, and it was...
Like to clarify one thing. In the mingw.yml CI, `setup-ruby` runs in the 'Set up Ruby & MSYS2' step. Currently, the following appears in the step log, which indicates MINGW64...
@nobu @hsbt A long time ago I decided that if all Ruby Windows CI (not just ruby/ruby, but other repos or gems also) was implementing handling of build tools/packages, it...
@prachtan I've been away from actively using SU for a while, and even then, I worked with external applications where 'model appearance' was not a concern. Hence, I've haven't worked...
Added [`TC_0020_Transaction_Events.rb`](https://github.com/MSP-Greg/SUMT/blob/master/tests_api_issue_tracker/TC_0020_Transaction_Events.rb) to SUMT...
Sorry for popping in late. I think if we want to see consistent output between keep-alive connections and not when Puma is overloaded, maybe lose all the logic for reading...
@evanphx I'm not sure whether to add the connection to the Reactor (as above) or whether to add it to the ThreadPool, but adding to the Reactor makes the code...
I just 'copied' the file `crates/rb-sys/src/stable_api/ruby_3_4.rs` (from `ruby_3_23rs`) in rb-sys, then ran CI with Ruby head. No OS's passed. Your guess is probably correct.
JFYI, I quickly checked today using `RB_SYS_STABLE_API_COMPILED_FALLBACK=true`, and that did not work. But, I haven't checked with Ruby 3.3, nor any Ruby version on Ubuntu or macOS. Or, with Windows...
@gjtorikian Sorry for dropping this. I'll get back to this, but it may be a few days. Re CI and head builds, one might say "we're not in Kansas anymore"....