Nony Dutton
Nony Dutton
On my machine without YJIT: ``` Ruby: 3.2.2 YJIT Enabled: false Warming up -------------------------------------- loop 256.000 i/100ms while 489.000 i/100ms Calculating ------------------------------------- loop 2.597k (± 0.8%) i/s - 13.056k in...
Certainly much narrower in Ruby 3.3: ``` ruby 3.3.0dev (2023-07-04T14:45:29Z master 296782ab60) [arm64-darwin22] Warming up -------------------------------------- loop 326.000 i/100ms while 496.000 i/100ms Calculating ------------------------------------- loop 3.318k (± 1.4%) i/s -...
Your `ShallowInspect` module suggestion looks like the best one to me! TIL about `refine` & `using`, to be honest; that's very handy!
While this would work I think it's maybe only logic we'd want in the test environment.
Is the `properties-ruby` gem overkill here? Maybe a `TESTCONTAINERS_HOST` env variable could serve the same purpose without adding a new dependency. 🙂 The `properties-ruby` gem also seems really old and...
> `TESTCONTAINERS_HOST` is not an env var in the libraries but there are others to make other Container Runtimes work with Testcontainers. While not currently an env var, I think...
We have some thread safety tests now that should cover this!
We think this is actually something that needs to be changed on the `debug` side: https://github.com/ruby/debug/pull/1159
@sodabrew is there anything we can do to get a new version released? Happy to help work on some PRs if there are some things you'd like done before the...
> Shipped 0.5.7. LMK if it broke anything 😅 Thanks, Aaron! We have a bunch of installation tests for `mysql2` on Mac runners that I can check. Hopefully this release...