zverok (Victor Shepelev)
Issues
Projects
Project |
Roles |
Registered on |
Ruby |
Committer |
01/17/2022 |
Like
04/15/2025
-
06:05 AM
Ruby
Feature #21264: Extract Date library from Ruby repo in the future
- > I think an important question is whether the simplified Date should be ::Date, or something like ::Time::Date. One ...
zverok (Victor Shepelev)
04/11/2025
-
03:51 PM
Ruby
Feature #21264: Extract Date library from Ruby repo in the future
- Is it possible to, on the contrary, make Date a core class? Rails, and many other non-Rails codebases I saw, implicit...
zverok (Victor Shepelev)
01/13/2025
-
03:18 PM
Ruby
Feature #20953: Array#fetch_values vs #values_at protocols
- > What's the expected behavior of:
For `..42` versions, I believe that `values_at` behavior gives enough affordanc...
zverok (Victor Shepelev)
01/12/2025
-
08:23 AM
Ruby
Bug #21030: Bug: #step with Range<ActiveSupport::Duration> behavior broken on Ruby 3.4.1
- Confirmed, looking into it.
zverok (Victor Shepelev)
-
08:20 AM
Ruby
Bug #21026: `def __FILE__.a; end` should be a syntax error
- As far as I understand (though it is an intuitive understanding, not backed by looking into particular implementation...
zverok (Victor Shepelev)
01/11/2025
-
07:49 PM
Ruby
Bug #21026: `def __FILE__.a; end` should be a syntax error
- > It already doesn't seem to actually do anything
This is a bunch of technicalities... But I don’t think it doesn’...
zverok (Victor Shepelev)
01/07/2025
-
02:44 PM
Ruby
Bug #20978: Ractor[]/Thread[]/Fiber[] behavior difference
- > Why would anyone want to use strings for this API, if it's going to be converted to Symbol internally anyway and so...
zverok (Victor Shepelev)
12/24/2024
-
06:49 PM
Ruby
Revision 58460b4d (git): [DOC] Adjust documentation related to backtraces (#12420)
-
zverok (Victor Shepelev)
-
03:38 PM
Ruby
Bug #20980 (Closed): Range#size new TypeError vs semi-open ranges
- Since #18984, `Range#size` throws `TypeError` if the `begin` is not iterable (doesn't respond to `#succ`). It produce...
zverok (Victor Shepelev)
12/23/2024
-
06:19 AM
Ruby
Bug #20965: `it` vs `binding.local_variables`
- Interestingly, numbered block parameters do this:
```ruby
"foo".tap do
_1
"bar".tap do
p binding.local...
zverok (Victor Shepelev)
Also available in: Atom
Loading...