General

Profile

rkh (Konstantin Haase)

  • Login: rkh
  • Email: me@rkh.im
  • Registered on: 03/25/2010
  • Last sign in: 05/01/2025

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 3 6 9

Activity

05/23/2022

11:01 AM Ruby Misc #18761: provide an example wasm project
grosser (Michael Grosser) wrote:
> Neither the release notes nor the wasm/README.md include any runnable examples.
> ...
I assume the final release will have an official .wasm file that ships with it.
Note that the current approach ...
rkh (Konstantin Haase)

12/01/2014

12:49 PM Ruby Bug #10558: failing require digest.so on OSX statically compiled ruby
This is failing on Travis CI and unfortunately preventing us from offering 2.2.0-preview2.
See https://travis-ci.org/travis-ci/travis-rubies/jobs/42454368#L194
Konstantin
rkh (Konstantin Haase)

09/24/2013

09:34 PM Ruby Feature #8947 (Open): make alias, alias_method, attr_* return name of the alias
Now that def returns the method name, it would be handy to have alias/alias_method return the name of the alias:
class Foo
private def foo() end
protected alias_method :bar, :foo
end
Same goes for the attr_* methods:
clas...
rkh (Konstantin Haase)

07/16/2013

01:07 AM Ruby Feature #8635: attr_accessor with default block
If this should be added, could you consider adding it with a read-write-lock? rkh (Konstantin Haase)
12:54 AM Ruby Feature #8639: Add Queue#each
+1 for the feature, should have gone into CommonRuby, I think, maybe. rkh (Konstantin Haase)

05/23/2013

05:40 PM Ruby Feature #8393: A class who's parent class is in a module can go wrong if files are required in the wrong order
eLobato (Daniel Lobato Garcia) wrote:
> This error showed up in a Rails app, on my code I had two different files (ProxyAPI::Resource and ProxyAPI::BMC < Resource), and somehow there was a separated Resource class defined by a loaded ge...
rkh (Konstantin Haase)

04/29/2013

04:23 PM Ruby Feature #8257: Exception#cause to carry originating exception along with new one
I love the idea of having $! be the cause. It would also mean instant adoption. rkh (Konstantin Haase)
02:45 AM Ruby Feature #8343: StringScanner#[] should accept names of named captures
On a related note: should the patch be submitted in a second issue on the ruby-trunk project? rkh (Konstantin Haase)

04/28/2013

11:46 PM Ruby Feature #8343 (Closed): StringScanner#[] should accept names of named captures
Example:
s = StringScanner.new("Fri Dec 12 1975 14:39")
s.scan(/(?<wday>\w+) (?<month>\w+) (?<day>\d+) /)
# this currently works
s[0] # -> "Fri Dec 12 "
s[1] ...
rkh (Konstantin Haase)
08:27 PM Ruby Feature #8339: Introducing Geneartional Garbage Collection for CRuby/MRI
Wow, nice! Is there a patch/branch around somewhere already to take a look at?
Keep up the good work!
rkh (Konstantin Haase)

Also available in: Atom