rkh (Konstantin Haase)
- Login: rkh
- Email: me@rkh.im
- Registered on: 03/25/2010
- Last sign in: 05/23/2022
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 3 | 7 | 10 |
Activity
05/23/2022
- 11:01 AM Ruby master Misc #18761: provide an example wasm project
- grosser (Michael Grosser) wrote:
> Neither the release notes nor the wasm/README.md include any runnable examples.
...
12/01/2014
- 12:49 PM Ruby master 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.o...
09/24/2013
- 09:34 PM Ruby master 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:
c...
07/16/2013
- 01:07 AM Ruby master Feature #8635: attr_accessor with default block
- If this should be added, could you consider adding it with a read-write-lock?
- 12:54 AM Ruby master Feature #8639: Add Queue#each
- +1 for the feature, should have gone into CommonRuby, I think, maybe.
05/23/2013
- 05:40 PM Ruby master 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 (P...
04/29/2013
- 04:23 PM Ruby master 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.
- 02:45 AM Ruby master 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?
04/28/2013
- 11:46 PM Ruby master 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+) /)... - 08:27 PM Ruby master 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!
Also available in: Atom