tommy (Masahiro Tomita)
- Login: tommy
- Email: tommy@tmtm.org
- Registered on: 07/15/2008
- Last sign in: 06/05/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 34 | 34 |
Activity
05/19/2024
- 02:24 PM Ruby master Revision cb43540d (git): Fix IO::Buffer comment
- 02:24 PM Ruby master Revision 48ebd77e (git): Fix comment: Buffer.for(string) without block returns readonly buffer
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...
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 が出...
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...
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
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.... - 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...
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
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
Also available in: Atom