znz (Kazuhiro NISHIYAMA)
- Login: znz
- Registered on: 05/12/2008
- Last connection: 03/31/2020
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 37 | 37 |
Reported issues | 12 | 235 | 247 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Developer | 04/02/2010 |
Backport187 | Developer | 06/18/2013 |
Backport191 | Developer | 05/16/2009 |
Backport192 | Developer | 08/02/2010 |
Backport193 | Developer | 08/24/2011 |
Backport200 | Developer | 02/17/2013 |
Backport21 | Developer | 12/21/2013 |
Backport22 | Developer | 12/19/2014 |
CommonRuby | Developer | 12/21/2012 |
Ruby 1.8 | Developer | 05/13/2008 |
Ruby master | Developer | 05/13/2008 |
Activity
02/24/2021
-
11:01 AM Ruby master Revision 09f284c0 (git): Update bundled_gems
02/22/2021
-
01:50 AM Ruby master Bug #17467: What makes strip() and lstrip() not stripping \u0000 from beginning of the string?
- Japanese reference manual mentions treatment `"\0"`.
(for example: https://docs.ruby-lang.org/ja/latest/method/Strin...
02/16/2021
-
09:52 AM Ruby master Revision 96228e3e (git): Fix a spec failure
- http://ci.rvm.jp/logfiles/brlog.trunk-test.20210216-182358
```
1)
$LOAD_PATH.resolve_feature_path raises LoadError if... -
09:17 AM Ruby master Feature #16043 (Closed): `$LOAD_PATH.resolve_feature_path` should not raise
- Applied in changeset commit:git|4dfc5496b7b64a063b36cbabe95b43abe9fb48cd.
----------
Add NEWS entry for [Feature #16... -
09:17 AM Ruby master Revision 1a84c077 (git): Fix a failure
- http://ci.rvm.jp/results/trunk-test@ruby-sky1/3359644
```
: 1)
: TestEncoding#test_nonascii_library_path [/tmp/ruby... -
09:13 AM Ruby master Revision 4dfc5496 (git): Add NEWS entry for [Feature #16043]
02/11/2021
-
02:39 PM Ruby master Bug #17505: Can `Thread#group` actually be `nil`?
- Just FYI
Japanese documents says
```
死んでいるスレッドは nil を返します。
```
Dead thread's group returns `nil` from 1.8.0 ...
02/03/2021
-
05:38 AM Ruby master Revision f600226f (git): Fix failures with EditLine
- On macOS with EditLine:
```
$ ruby -r readline -e 'Readline.readline("> "); p Readline::VERSION' < /dev/null
"EditLin...
01/29/2021
-
05:19 AM Ruby master Bug #17590 (Closed): `M.prepend M` has hidden side effect
- `M.prepend M` raises ArgumentError, but it has hidden side effect.
```ruby
module M; end
class C; end
C.prepend... -
02:59 AM Ruby master Revision acb6b395 (git): Fix failure when build in srcdir/build
- If `build` directory exists, `rake build` is `Rake::FileTask`.
So skip if exists.
Also available in: Atom