alpaca-tc (Hiroyuki Ishii)
- Login: alpaca-tc
- Registered on: 02/18/2016
- Last sign in: 03/20/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 3 | 3 |
Activity
03/08/2024
- 09:23 AM Ruby master Revision e8f796e9 (git): [ruby/irb] rdoc version lock is required
- (https://github.com/ruby/irb/pull/897)
Some features of irb do not work properly when using the old rdoc.
I have com...
11/04/2023
- 03:54 PM Ruby master Revision 8ed733f8 (git): ast.rb: Fix bug for source of multibyte characters
- first_column and last_column return byte positions, but existing implementations
did not consider multibyte.
04/11/2023
- 02:08 AM Ruby master Bug #19589 (Closed): Expecting system stack error but crashing
- The following code expects stack overflow but crashes.
The version it occurs in is newer than 3.2.0.
```
def exp...
01/22/2021
- 04:32 PM Ruby master Bug #17494: ruby is hanged when using activesupport + rspec + rspec-parameterized
- I investigated this issue deeply based on yhonda's example code. Then I succeeded to create tiny reproduction code.
...
12/26/2016
- 04:59 AM Ruby master Bug #13074 (Closed): When executing instance_exec with symbol.to_proc, it ignores first argument.
- Is this intentional?
```
# Ruby 2.3.3
« instance_exec(1) { |i| i.itself }
=> 1
« instance_exec(1, &:itself)
=...
02/19/2016
- 01:46 PM Ruby master Bug #12089 (Closed): Raise not stable NameError
- Is this intentional?
```
irb(main):001:0> Object.const_get('A')
NameError: uninitialized constant Object::A
irb...
Also available in: Atom