felixbuenemann (Felix Bünemann)
- Login: felixbuenemann
- Email: felix.buenemann@gmail.com
- Registered on: 01/06/2014
- Last sign in: 11/12/2020
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 2 | 3 |
Activity
02/29/2016
- 09:34 PM Ruby master Feature #12115: Add Symbol#call to allow to_proc shorthand with arguments
- Although I don't understand the Japanese, the linked issue, with a similar syntax to what Shel vacu proposed above, w...
02/26/2016
- 06:03 PM Ruby master Feature #12115: Add Symbol#call to allow to_proc shorthand with arguments
- Edited to remove `**kwargs` argument I added, which would require checking if the called method supports them.
- 05:51 PM Ruby master Feature #12115 (Open): Add Symbol#call to allow to_proc shorthand with arguments
- I am a great fan of the `Symbol#to_proc` shorthand when mapping or reducing collections:
```ruby
[1,2,16].map(&:t...
01/05/2016
- 01:48 PM Ruby master Bug #11930: Segmentation Fault in gc_mark_ptr in 2.3.0p0
- I think I'm getting the same crash in `gc_mark_ptr` with `ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-darwin15]`...
08/12/2015
- 11:08 AM Ruby master Bug #11380: Parser regression in 2.3?
- Thank you!
Please don't forget to also backport to ruby_2_1, because #11107 which caused this regression was backp...
08/04/2015
- 03:06 AM Ruby master Bug #11380: Parser regression in 2.3?
- This still needs to be backported.
07/23/2015
- 07:40 PM Ruby master Bug #11389: Regression in method parameter parsing
- Thank you, it works fine now! <3
07/22/2015
- 10:49 PM Ruby master Bug #11389: Regression in method parameter parsing
- This bug is a duplicate of #11380.
- 10:31 PM Ruby master Bug #11389: Regression in method parameter parsing
- The issue can be fixed by reverting r50402 which was introduced by #11107.
- 06:00 PM Ruby master Bug #11389 (Closed): Regression in method parameter parsing
- There is a regression in parameter parsing with current ruby-2.2-head and ruby-head:
```ruby
# ruby 2.2.2p95 (201...
Also available in: Atom