kernigh (George Koehler)
- Email:
- Registered on: 03/03/2009
- Last connection: 05/22/2012
Activity
Reported issues: 4
05/04/2012
- 06:04 am ruby-trunk Feature #6361: Bitwise string operations
- =begin
A new BinaryString (or Blob) class would entail several changes. For example, Array#pack and IO#read(n) would...
04/14/2012
- 03:48 am ruby-trunk Bug #6290 (Closed): Matrix#hermitian? fails to check diagonal elements
- =begin
A Hermitian matrix is equal to its own conjugate transpose.
matrix == matrix.conj.t
The bug is that Ma...
04/03/2012
- 04:43 am ruby-trunk Feature #6243: Make ERB Ruby's Super Power
- =begin
The original poster's code (for ERB) fails with SyntaxError.
This code (for plain Ruby) works:
class Let...
03/07/2012
- 11:10 am ruby-trunk Feature #5922: Migrate equal? to identical?
- =begin
The name of #equal? is part of a pattern.
In Common Lisp:
(eq a b) ; most strict
(eql a b)
(equ...
03/01/2012
- 03:46 am ruby-trunk Feature #6070: The scope of for loop variables
- =begin
This patch (for_loop_scope_fix_0224.diff) introduces a confusing change. With current Ruby, for loops and loo...
01/31/2012
- 06:27 am ruby-trunk Bug #5901: OpenBSD "[FATAL] failed to allocate memory"
- I reverted my own changes. Then I tried to apply patch by Narihiro Nakamura, but I got patch conflict with svn r34399...
01/27/2012
- 08:13 am ruby-trunk Bug #5901: OpenBSD "[FATAL] failed to allocate memory"
- Motohiro KOSAKI wrote:
> You don't have to edit gc.c. Instead, please make a workaround in configure.in. We only nee...
01/17/2012
- 09:03 am ruby-trunk Bug #5901 (Closed): OpenBSD "[FATAL] failed to allocate memory"
- =begin
Ruby trunk fails to build with OpenBSD. During the build, miniruby fails with message
[FATAL] failed to all... - 07:09 am ruby-trunk Feature #5899: chaining comparsions.
- =begin
What is a good way to do chained comparison in Ruby?
My best attempt, so far, is
[1, 2, 3, 4].each_cons(...
01/05/2012
- 01:06 pm ruby-trunk Feature #5735: Extending the use of splat operator to when it is inside a hash
- =begin
Ruby trunk has a hash splat operator because of feature #5474, keyword argument. See ((<URL:http://bugs.ruby-...
Also available in: Atom