watson1978 (Shizuo Fujita)
- Login: watson1978
- Email: watson1978@gmail.com
- Registered on: 03/21/2017
- Last sign in: 02/13/2025
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 1 | 1 | 2 |
Reported issues | 8 | 31 | 39 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby master | Committer | 12/19/2017 |
Activity
02/13/2025
-
10:53 AM Ruby master Bug #21132 (Closed): Changed postposition `rescue` and `if` behavior since Ruby 3.4
-
10:52 AM Ruby master Bug #21132: Changed postposition `rescue` and `if` behavior since Ruby 3.4
- My problem will be solved by https://github.com/ruby/ruby/commit/c2908613368b2ae404d094a15df61d830fc46dc9
Thanks -
02:44 AM Ruby master Bug #21132: Changed postposition `rescue` and `if` behavior since Ruby 3.4
- When I switched parser to parse.y, it has same result with Ruby 3.3.
```
[~/tmp]$ ruby -v --parser=parse.y t.rb
... -
02:14 AM Ruby master Bug #21132 (Closed): Changed postposition `rescue` and `if` behavior since Ruby 3.4
- When I use postposition `rescue` and `if` at same line, the behavior is changed since Ruby 3.4.
## Reproduction
`...
09/13/2024
-
01:19 AM Ruby master Bug #20730 (Closed): LoadError if Rakefile has shebang
- `LoadError` exception will be raised when invoke the rake task with latest ruby 3.4-dev.
### Reproduce code
Here ...
02/20/2024
-
06:41 AM Ruby master Bug #20283 (Open): Build failed since Ruby 3.2.3 if Xcode.app was renamed to space contained name.
- When I renamed Xcode.app to space contained name (like `Xcode 15.2.0.app`), then I met build error with Ruby 3.2.3 an...
11/08/2021
-
02:27 PM Ruby master Bug #18293 (Closed): Time.at in master branch was 25% slower then Ruby 3.0
- − | Ruby 3.0.2 | Ruby 3.1.0-dev | result
-- | -- | -- | --
Time.at | 8.223M | ...
07/09/2020
-
11:57 AM Ruby master Bug #17021 (Closed): "arm64" and "arm" are mixed in RbConfig on Apple silicon
- When I checked the value of `RbConfig::CONFIG` on the Apple silicon macOS,e I found "arm64" and "arm" are mixed as fo...
07/08/2020
-
01:56 PM Ruby master Revision 23655e6d (git): Fix build error on Apple silicon macOS
- This patch will fix following build error on macOS 11.0 + Xcode 12 beta.
```
$ ./configure
$ make V=1
BASERU...
07/01/2020
-
09:47 AM Ruby master Revision cb3e6251 (git): [flori/json] Use frozen string for hash key
- When use non-frozen string for hash key with `rb_hash_aset()`, it will duplicate and freeze it internally.
To avoid d...
Also available in: Atom