NARUSE, Yui
NARUSE, Yui
This is not written in a documentation for users, before announcement we must inform distributors that we are releasing security fix. Distributors means debian, RedHat, and so on. Actual process...
I think "embargo" corresponds reviewing in my process list. They would fix patch if someone found an issue in embargo.
> @nurse @nobu What do you think of these changes? > > I found that these changes are enough to pass all tests, and remove all usages of `rb_define_dummy_encoding()`. So...
It's hard to migrate because it breaks compatibility. ``` irb(main):001:0> /a{2,5}+b/ => /a{2,5}+b/ irb(main):002:0> /a{2,5}+b/=~"aaaaaaaaaaaaaaaab" => 0 irb(main):003:0> $& => "aaaaaaaaaaaaaaaab" ```
I object this because width information is not useful in real world. For example recently added emojis are specified as "Narrow", but they are expected to be showed as fullwidth...
I heard Shopify once used RUBY_ABI_VERSION, but after some practice they give up to use it because what people can do is only clean and build when they hit ABI...
> I don't understand why some CRuby devs want to remove this so much, I think they largely overestimate the costs. I want a release version is as similar as...
Is there people who actually want to use this?
OK, go ahead!
Hi, I'm a person who introduced the `__pioinfo` hack, and notice this thread just now. Why Ruby depends to _pioinfo is * to associate socket and fd: CRuby creates fd...