NARUSE, Yui
NARUSE, Yui
It shouldn't suppress the error. https://github.com/nahi/httpclient/blob/master/lib/httpclient/session.rb#L871
If you use -std=c99, GCC doesn't use optimizations which use compiler builtin functions instead of C library. https://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html https://bugs.ruby-lang.org/issues/12336
YJIT: Properly reject keyword splat with `yield` We don't have support for keyword splat anywhere, but we tried to compile these anyways in case of `invokeblock`. This led to bad...
[Bug #20307] Fix `Hash#update` to make frozen copy of string keys
Following cause syntax error: % rd2 (({ a})) RD syntax error: line 2: ... ...
Redmineに書き込みがあってメールをruby-coreやruby-devに送信する際、何らかの理由で失敗することがある。 そのような場合にはメールを再送信するようにしたい。
Some committers use mail address A on redmine, and use mail address B on ML. Those mail addresses are used for mail address-user association. for example https://bugs.ruby-lang.org/issues/5138
Normal Redmine sees "#xxx" type ticket number. I want redmine to support "https://bugs.ruby-lang.org/issues/xxxx" as a ticket number.
I sometimes miss to write correct ticket number in commit log. On such case I want to associate a ticket and a commit from Web.
When file is attached, show link to it on the noticing mail.