alexrothenberg (Alex Rothenberg)
- Login: alexrothenberg
- Email: alex@alexrothenberg.com
- Registered on: 03/06/2014
- Last sign in: 04/13/2014
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 1 | 1 |
Activity
03/18/2014
- 08:22 PM Ruby master Bug #9605: Chaining "each_with_index.detect &lambda" raises ArgumentError
- @nobu I meant to tell you how honored I am that you and matz are taking so much time talking about this issue and eve...
03/13/2014
- 02:53 PM Ruby master Bug #9605: Chaining "each_with_index.detect &lambda" raises ArgumentError
- If I understand correctly what you're saying is that it would behave as below.
~~~ruby
plus = ->(x,y) {puts x+y}
... - 12:46 PM Ruby master Bug #9605: Chaining "each_with_index.detect &lambda" raises ArgumentError
- I created a jruby issue https://github.com/jruby/jruby/issues/1559 to track the odd "lambda" vs "->" difference.
- 12:34 PM Ruby master Bug #9605: Chaining "each_with_index.detect &lambda" raises ArgumentError
- Finally found another implementation that behaves identically to MRI. RubyMotion acts the same with "each_with_index....
- 12:24 PM Ruby master Bug #9605: Chaining "each_with_index.detect &lambda" raises ArgumentError
- A little more digging and I found Rubinius is consistent with the lambda and -> syntax but neither raises the Argumen...
- 12:20 PM Ruby master Bug #9605: Chaining "each_with_index.detect &lambda" raises ArgumentError
- Wow this gets weirder and weirder. It seems to be happening when jruby turns a lambda created with "->" syntax into a...
03/12/2014
- 12:58 PM Ruby master Bug #9605: Chaining "each_with_index.detect &lambda" raises ArgumentError
- Nobuyoshi Nakada wrote:
> It conflicts with existing behaviors too much.
I'm not surprised this caused other prob...
03/07/2014
- 08:14 PM Ruby master Bug #9605: Chaining "each_with_index.detect &lambda" raises ArgumentError
- @nobu Wow, you fixed this issue so quickly. I wrote a few additional test cases that fail on trunk but pass on your ...
03/06/2014
- 09:11 PM Ruby master Bug #9605 (Closed): Chaining "each_with_index.detect &lambda" raises ArgumentError
- I found an odd edge case where "detect" and "select" behave differently from other methods of Enumerable.
Normally...
Also available in: Atom