Benoit Daloze
Benoit Daloze
That sounds reasonable, I think the Gemfile.lock should be checked last, i.e. the other 2 files should have precedence. PR welcome.
TBH considering the time spent to review [the PR](https://github.com/ruby/setup-ruby/pull/592), I wonder whether the feature is even worth it at all. Gemfile supports `ruby file: ".ruby-version"` so this can deduplicate the...
I am sorry it went this way, to be clear I did not close the PR and I am not against it, but we should discuss the merit of this...
I've had cases where e.g. the truffleruby installation was broken while working on the definition, and then not cleaning would result in pretty confusing behavior, and this could potentially happen...
I think it would make sense to default to Homebrew's openssl@correctVersion if it's installed. It would be consistent with readline, gmp and libyaml. And also because Homebrew's openssl works for...
On a related note: https://twitter.com/eregontp/status/1631281524866678788 I guess this is only an issue on darwin-aarch64 and not darwin-amd64 because on the latter /usr/local/lib is part of the default library path. Maybe...
I think it was done by @MSP-Greg so it aligns nicely. I don't really mind either way.
I am working on adding support for VirtualThread with Truffle on HotSpot. I am also planning to add `TruffleThreadBuilder#virtual` to create a polyglot virtual thread from within a Truffle language....
> Not sure if I understand that correctly. HotSport: 1 virtual thread = 1 platform thread? And yes, we might using thousands of virtual threads. On HotSpot we plan to...
This specific code changed on master, compare 24.0: https://github.com/oracle/graal/blob/release/graal-vm/24.0/truffle/src/com.oracle.truffle.api.strings/src/com/oracle/truffle/api/strings/TruffleString.java#L1049-L1051 master: https://github.com/oracle/graal/blob/c0959eeb526e2d7b4c8d12b0dd51c05c7ba0e9e1/truffle/src/com.oracle.truffle.api.strings/src/com/oracle/truffle/api/strings/JCodings.java#L143 Could you try with master too? There are dev builds at https://github.com/graalvm/graalvm-ce-dev-builds and https://github.com/graalvm/oracle-graalvm-ea-builds/releases. I suspect no error or...