General

Profile

udzura (Uchio KONDO)

  • Login: udzura
  • Email: udzura@udzura.jp
  • Registered on: 11/13/2012
  • Last sign in: 04/15/2021

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

04/06/2021

06:20 AM Ruby Bug #17777: 2.6.7 fails to build on macOS: implicit declaration of function 'rb_native_mutex_destroy' is invalid in C99
Hi,
Using MacOS 10.15.7 / Apple clang version 11.0.3 (clang-1103.0.32.62), building ruby 2.6.7 will be sccessful.
Using MacOS 10.15.7 / Apple clang version 12.0.0 (clang-1200.0.32.28), it is broken (reported by @ima1zumi).
I ho...
udzura (Uchio KONDO)

11/13/2012

05:59 PM Ruby Bug #7343: Enumerator::Lazy seems to nest herself infinitely
I understand Enumerator::Lazy's behavior via
- https://twitter.com/mashiro/status/268271989964292096
- https://gist.github.com/1939610
Sorry for making a noise...
udzura (Uchio KONDO)
04:42 PM Ruby Bug #7343 (Rejected): Enumerator::Lazy seems to nest herself infinitely
Hello, Ruby dev team.
I tried Ruby 2.0 trunk, and found Enumerator::Lazy a bit weird.
> [1, 2, 3].cycle.lazy.take 5
# => #<Enumerator::Lazy: #<Enumerator::Lazy: #<Enumerator: [1, 2, 3]:cycle>>:take(5)>
> [1, 2, 3]....
udzura (Uchio KONDO)

Also available in: Atom