Hi, I've read the box.md file as well as parts of the box.c file. I'm also very interested into that project but as far as I understood it's not yet ready (some stuff are still to be done as well as some additional tests). I'm sure t...NuriYuri (Youri Nouri)
Hi, I'm trying to make static Ruby binaries and I've discovered several issues in the **Windows** building process: 1. The `GNUMakefile` is trying to generate a ruby.exp file. It uses dllwrap leading to a failure since this is depreca...NuriYuri (Youri Nouri)
If the current definition is correct, could we add as a feature an additional lookup parameter (or method) that says "do not lookup in Object" so we can get a sort of `Module.const_get(:Constant)` strictly equivalent to `Module::Constant...NuriYuri (Youri Nouri)
I always believed it was expected because ConstantSpecs.const_get("ConstantSpecsTwo::Foo") behave like: ``` module ConstantSpecs p ConstantSpecsTwo::Foo end ``` If you call `ConstantSpecs.const_get("ConstantSpecsTwo::Foo", fals...NuriYuri (Youri Nouri)
I don't know if that has already been fixed but it seems that few internal variables ($LOADED_FEATURES) are still containing paths announced as BINARY instead of UTF-8. (While their content is actually UTF-8 Data). Here's some evidenc...NuriYuri (Youri Nouri)
I didn't know those existed, thanks a lot. I could test with: ruby 3.1.0dev (2021-04-28 master 8e2ac2140d) [i386-mingw32] I ran my 200 times command twice and both had a success rate of 100%. I guess ruby 3.1.0dev solves the issue :)...NuriYuri (Youri Nouri)
Hello, I was asked to open a new bug ticket for this specific issue in this thread: https://bugs.ruby-lang.org/issues/17864#note-6 When I try to build ruby using "Visual Studio 2019 Developer Command Prompt v16.9.4". ```<OBJ_INFO:g...NuriYuri (Youri Nouri)
Hi, I tried to build Ruby with last version of master. I got this result during build (with nmake): ``` <OBJ_INFO:gc_mark_ptr@gc.c:6576> 0x0099df40 [2 M ] T_NONE ./tool/generic_erb.rb:7: [BUG] try to mark T_NONE object ruby 3.1.0de...NuriYuri (Youri Nouri)
I've run this `ruby -e"200.times { system('ruby src/IODigester.ytest_copy.rb') }"` to check the probability, 88% success rate with `ruby 3.0.1p64`. I guess I'll wait before playing with Ractors like this.NuriYuri (Youri Nouri)