Tietew (Toru Iwase)
- Login: Tietew
- Email: tietew@tietew.net
- Registered on: 07/02/2008
- Last sign in: 11/26/2021
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 13 | 13 |
Activity
12/09/2021
- 07:53 AM Ruby master Bug #18398: bundler cannot install digest
- Seems to be resolved. Thank you.
Run `gem install`with `--pre` under bundler ... ok
```
$ bundle exec gem inst... - 05:33 AM Ruby master Bug #18398 (Closed): bundler cannot install digest
- `bundle install` gives up installing `digest` gem
due to trying to write `digest.so` in global site_ruby directory (...
12/04/2019
- 03:01 AM Ruby master Bug #16382: SystemStackError thrown when running `LC_ALL="C" RUBYLIB=".:" ruby -E cp932:utf-8 aaa.rb` from where the current dir contains Japanese characters
- same issue with 2.6.5 [x86_64-linux].
I think backport 2.6 is REQUIRED.
```
~/tmp/ใในใ$ echo "puts 'ok'" > aaa.rb...
08/28/2019
- 10:58 AM Ruby master Bug #15900: Resolv::DNS#each_name doesn't accept Resolv::IPv{4,6} against documents
- Could you please backport to 2.5 and 2.6?
07/31/2019
- 04:42 AM Ruby master Bug #15994: irb miscalculates nest level when typing do keyword
- Posted: https://github.com/ruby/irb/issues/21
07/11/2019
- 06:55 AM Ruby master Bug #15994 (Rejected): irb miscalculates nest level when typing do keyword
- While typing `while`, `until` and `for`, IRB miscalculates indent level after typing `do`.
Without `do`, everythin...
06/25/2019
- 05:07 AM Ruby master Bug #15957 (Closed): Splatting nil as **kwargs
- Splatting nil as *array is ignored silently.
```ruby
[1, *nil]
# => [1, 2]
```
But splatting nil as **kwargs r... - 04:55 AM Ruby master Bug #15956 (Closed): `{*nil}` causes confusing error message
- ```
$ ruby -e 'p({*nil})'
-e:1: syntax error, unexpected *, expecting '}'
p({*nil})
-e:1: Can't assign to nil
p(...
06/05/2019
- 11:05 AM Ruby master Bug #15900 (Closed): Resolv::DNS#each_name doesn't accept Resolv::IPv{4,6} against documents
- In resolv library, document says `Resolv::DNS#each_name` accepts `String`, `Resolv::IPv4` and `Resolv::IPv6`.
But `R...
01/31/2019
- 12:06 PM Ruby master Bug #15577 (Closed): FileUtils.remove_entry_secure() raises unexpected NameError
- ## How to reproduce
```
$ sudo mkdir /tmp/foobar
$ ruby -rfileutils -e 'FileUtils.remove_entry_secure("/tmp/foob...
Also available in: Atom