norc (Victor Nawothnig)
- Login: norc
- Email: Victor.Nawothnig@gmail.com
- Registered on: 07/27/2010
- Last sign in: 12/07/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
03/18/2016
-
08:13 AM Ruby Bug #12192: Wrong nth_ref_max check in parse.y
- Pull requested was accepted, bug can be closed.
03/17/2016
-
03:30 PM Ruby Bug #12192: Wrong nth_ref_max check in parse.y
- I created a pull request for the fix:
https://github.com/ruby/ruby/pull/1296 -
03:29 PM Ruby Bug #12192 (Closed): Wrong nth_ref_max check in parse.y
- ~~~
$ ruby -e 'a = $1073741824'
-e: integer 2147483648 too big to convert to `int' (RangeError)
~~~
The following is a stack trace from the issue:
~~~
* thread #1: tid = 0x91034, 0x00000001000e52d8 ruby`rb_out_of_int(num=2147...
11/11/2015
-
07:46 AM Ruby Bug #11676 (Closed): Missing inspect for T_IMEMO during make with -DCPDEBUG=2
- When I pass -DCPDEBUG=2 (or higher) to the CFLAGS the compilation process fails when miniruby is invoked:
CC = clang
LD = ld
LDSHARED = clang -dynamic -bundle
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall...