General

Profile

tommy (Masahiro Tomita)

  • Login: tommy
  • Email: tommy@tmtm.org
  • Registered on: 07/15/2008
  • Last sign in: 11/16/2022

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 34 34

Activity

11/16/2022

05:15 AM Ruby master Bug #19132 (Closed): `**` を引数に指定すると no anonymous keyword rest parameter になる
Ruby 3.2.0-preview3 で次のスクリプトを実行するとエラーになります。
```ruby
def hoge(a, *, k: nil, **)
foo(*, **)
end
```
```
% ru...
tommy (Masahiro Tomita)

12/26/2021

03:07 AM Ruby master Bug #18433 (Closed): 「‘rb_cData’ is deprecated: by: rb_cObject. Will be removed in 3.1.」が 3.1 でも出力される
拡張ライブラリ内で rb_cData を使うと
```
‘rb_cData’ is deprecated: by: rb_cObject. Will be removed in 3.1.
```
という warning が出...
tommy (Masahiro Tomita)

12/04/2021

12:48 PM Ruby master Feature #17047: Support parameters for MAIL FROM and RCPT TO
How about this: https://github.com/ruby/net-smtp/pull/34
For example, to send `MAIL FROM:<sender@example.com> size=1...
tommy (Masahiro Tomita)

10/03/2021

05:26 AM Ruby master Revision ef350b3a (git): [ruby/reline] Simplify SIGWINCH handler to avoid aborting when resizing.
https://github.com/ruby/reline/commit/481add0537 tommy (Masahiro Tomita)

09/14/2020

08:23 AM Ruby master Revision 141404e8 (git): [ruby/net-smtp] Net::SMTP.start arguments are keyword arguments
The helo argument is not important, but the helo argument must be
specified to specify the user and secret arguments....
tommy (Masahiro Tomita)
08:22 AM Ruby master Revision 888e04ae (git): [ruby/net-smtp] TLS should not check the host name by default.
In tlsconnect(), the host name is checked when
@ssl_context.verify_mode is not OpenSSL::SSL::VERIFY_NONE, but the
ver...
tommy (Masahiro Tomita)

07/19/2020

05:32 PM Ruby master Revision aeac7db8 (git): [ruby/csv] Fix docs for :strip option (#114)
https://github.com/ruby/csv/commit/fb10925271 tommy (Masahiro Tomita)

08/16/2019

05:30 AM Ruby master Revision 3b61019a (git): [bundler/bundler] Add initial Bundler::BuildMetadata Spec
https://github.com/bundler/bundler/commit/c6458b2727 tommy (Masahiro Tomita)

12/17/2018

03:54 PM Ruby master Bug #15426 (Closed): BigDecimal: "1.2.3".to_d が 0.0 になる
Ruby 2.6.0-rc2 で "1.2.3".to_d が 0.0 になります。
```
% ruby -v -rbigdecimal -rbigdecimal/util -e 'p "1.2.3".to_d'
ruby...
tommy (Masahiro Tomita)

01/25/2018

03:52 AM Ruby master Bug #14388: 不正エンコーディング文字列から切り出した正当なエンコーディング文字列が invalid encoding になる
Rubyの内部のコードにはあんまり詳しくないんですけど、これで直ると思うのですがどうでしょうか。
```diff
diff --git a/string.c b/string.c
index 82fa603ada..9079...
tommy (Masahiro Tomita)

Also available in: Atom