zverok (Victor Shepelev)
- Login: zverok
- Email: zverok.offline@gmail.com
- Registered on: 07/05/2009
- Last connection: 02/23/2021
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 22 | 62 | 84 |
Activity
02/17/2021
-
11:10 AM Ruby master Misc #17637: Endless ranges with `nil` boundary weird behavior
- I believe that using `nil` as a signifier of the "open end" is a compromise due to Ruby's ranges polymorphism. You ca...
02/15/2021
-
07:18 AM Ruby master Misc #17499: Documentation backporting
- @usa
> You should create the backport ticket on redmine (this site) as "Bug" tracker and "Closed" status, with "R...
02/10/2021
-
09:39 AM Ruby master Bug #17619: if false foo=42; end creates a foo local variable set to nil
- To the best of my understanding, `if` doesn't create its own scope with its own local variables. So this `if` means f...
-
09:32 AM Ruby master Feature #7394: Enumerable#find ifnone parameter could be non-callable
- What's the point of the "default value" as compared to just `find { ... } || default`?
* Would it be more performa...
02/06/2021
-
10:47 AM Ruby master Feature #15504: Freeze all Range objects
- > if I want to check was called refined method or core?
It actually might be a good feature proposal for Ruby. Bec...
01/26/2021
-
09:04 PM Ruby master Feature #15504: Freeze all Range objects
- @AlexWayfer
https://github.com/AlexWayfer/gorilla_patch/blob/master/lib/gorilla_patch/cover.rb#L8 -- may be for th...
01/24/2021
-
09:31 AM Ruby master Feature #17330: Object#non
- @nobu
> This seems readable enough and more flexible.
```ruby
return Faraday.get(url).then {_1.body if _1.succ...
01/23/2021
-
04:41 PM Ruby master Feature #17330: Object#non
- @matz Thinking a bit more about it, what I frequently lack is a "singular reject": "drop this value if it doesn't mat...
01/19/2021
-
03:08 PM Ruby master Bug #17560: Does `Module#ruby2_keywords` return `nil` or `self`?
- Shouldn't it actually return method's name?.. For things like
```ruby
private ruby2_keywords def my_method
# ....
01/14/2021
-
10:21 AM Ruby master Bug #17537: === on ranges of strings is not consistant with include?
- > ranges of strings have inconsistent semantics
That's an inherent property of string ranges, and of Range in gen...
Also available in: Atom