y.annikov (Yakov Annikov)
- Login: y.annikov
- Registered on: 07/23/2020
- Last sign in: 07/18/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
11/10/2020
-
02:06 PM Ruby Feature #17016: Enumerable#accumulate
- parker (Parker Finch) wrote in #note-34:
> I still slightly lean toward the `#accumulate` option.
What about `#cumulate`? Does it sound natural?
07/25/2020
-
10:12 AM Ruby Feature #17016: Enumerable#accumulate
- y.annikov (Yakov Annikov) wrote in #note-22:
> I've created a PR with the implementation of `scan` and `lazy.scan` methods https://github.com/ruby/ruby/pull/3358
> ...
I renamed it to `reflect` for a while though I like `scan` more.
Her...
07/23/2020
-
09:44 PM Ruby Feature #17016: Enumerable#accumulate
- I've created a PR with the implementation of `scan` and `lazy.scan` methods https://github.com/ruby/ruby/pull/3358
Feel free to reject it but any comments are appreciated. I got a lot of fun writing this code and looking at Ruby source...