General

Profile

NuriYuri (Youri Nouri)

  • Login: NuriYuri
  • Registered on: 10/07/2019
  • Last sign in: 11/21/2025

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 3 4

Activity

11/21/2025

08:48 PM Ruby Misc #21688: Ruby::Box maturing path
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)

09/11/2025

01:14 PM Ruby Misc #21570 (Open): Windows: Static compilation struggles
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)

03/13/2022

09:49 AM Ruby Bug #18622: const_get still looks in Object, while lexical constant lookup no longer does
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)

03/10/2022

04:23 PM Ruby Bug #18622: const_get still looks in Object, while lexical constant lookup no longer does
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)

09/25/2021

08:23 AM Ruby Bug #18191 (Closed): All loaded feature filenames should be in the file system encoding
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)

05/29/2021

08:51 AM Ruby Bug #17864: [BUG] try to mark T_NONE object (in Ractors)
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)

05/28/2021

09:23 PM Ruby Bug #17923: try to mark T_NONE object with miniruby x86 Win32 buildt with MSVC
It compiles & run completely with those changes.
Thanks a lot.
NuriYuri (Youri Nouri)
07:48 AM Ruby Bug #17923 (Closed): try to mark T_NONE object with miniruby x86 Win32 buildt with MSVC
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)

05/21/2021

06:58 AM Ruby Bug #17864: [BUG] try to mark T_NONE object (in Ractors)
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)

05/14/2021

11:49 AM Ruby Bug #17864: [BUG] try to mark T_NONE object (in Ractors)
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)

Also available in: Atom