General

Profile

kernigh (George Koehler)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 13 13

Activity

12/28/2019

04:21 AM Ruby master Feature #6810: `module A::B; end` is not equivalent to `module A; module B; end; end` with respect to constant lookup (scope)
My oldest Ruby 1.8.2 (2004-12-25) also says `A::B.f # => 1` for that example. That Ruby is 15 years old. The exampl... kernigh (George Koehler)

10/24/2019

02:37 AM Ruby master Bug #16251: Evaluation in binding differs from ruby execution
This is a simpler example of the behavior:
```
$ ruby -e 'p x; x = 6'
Traceback (most recent call last):
-e:1:i...
kernigh (George Koehler)

09/25/2018

03:02 AM Ruby master Bug #15154 (Closed): OpenBSD make(1) can't build node_name.inc
The [make(1)](https://man.openbsd.org/make) command in OpenBSD can't build node_name.inc of Ruby trunk in an out-of-s... kernigh (George Koehler)

10/16/2017

02:43 AM Ruby master Feature #14007: open mode 'x' to raise error if file exists
Sorry, I didn't know that feature #11258 existed. I might have searched bugs.ruby-lang.org for "open mode" but not lo... kernigh (George Koehler)

10/12/2017

10:30 PM Ruby master Bug #14004: ri confused by method aliases and by Queue versus Thread::Queue
rdoc also confuses class Gem::RDoc with class RDoc. The command `ri RDoc` shows the description of both Gem::RDoc and... kernigh (George Koehler)
03:46 AM Ruby master Bug #14004: ri confused by method aliases and by Queue versus Thread::Queue
I run `make html` in my build of Ruby trunk.
This puts the HTML in .ext/html,
so I run `firefox .ext/html/index.htm...
kernigh (George Koehler)
03:14 AM Ruby master Feature #14007 (Closed): open mode 'x' to raise error if file exists
I propose (and attach a patch) to add a mode 'x' for Kernel#open, File.open, and similar methods. Mode 'wx' or 'ax' w... kernigh (George Koehler)

10/11/2017

09:56 PM Ruby master Bug #14004 (Closed): ri confused by method aliases and by Queue versus Thread::Queue
`ri` in Ruby trunk fails to find documentation for some methods.
Array#append and Array#prepend are new in trunk. ...
kernigh (George Koehler)

10/07/2017

01:25 AM Ruby master Feature #13936: Make regular expressions debugable
Do other languages, like Perl, have a feature for debugging regular expressions? kernigh (George Koehler)
01:12 AM Ruby master Bug #13966: configure.in still needed ?!
The file ext/rbconfig/sizeof/depend should contain the string "configure.ac", not "configure.in". This was changed by... kernigh (George Koehler)

Also available in: Atom