zverok (Victor Shepelev)
- Login: zverok
- Email: zverok.offline@gmail.com
- Registered on: 07/05/2009
- Last sign in: 03/02/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 19 | 19 |
Reported issues | 19 | 103 | 122 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 01/17/2022 |
Backport187 | Committer | 01/17/2022 |
Backport191 | Committer | 01/17/2022 |
Backport192 | Committer | 01/17/2022 |
Backport193 | Committer | 01/17/2022 |
Backport200 | Committer | 01/17/2022 |
Backport21 | Committer | 01/17/2022 |
Backport22 | Committer | 01/17/2022 |
Ruby 1.8 | Committer | 01/17/2022 |
Ruby master | Committer | 01/17/2022 |
Like
Activity
12/21/2024
- 06:06 PM Ruby master Revision 78f55ccd (git): [DOC] Move Time#xmlschema docs to the core (#12403)
- 06:05 PM Ruby master Revision efe671f9 (git): Properly document Ractor#require (#12389)
12/19/2024
- 10:57 AM Ruby master Bug #20970: `it /1/i` raises undefined method 'it' for main (NoMethodError) even if binding.local_variables includes `it`
- Interesting. Before the change (on `3.4.0dev (2024-12-15T13:36:38Z master 366fd9642f)`) it was an error both with Pri...
12/18/2024
- 07:58 PM Ruby master Bug #20965 (Closed): `it` vs `binding.local_variables`
- `it` is not available in the list of `binding.local_varaibles`, **unlike** numbered parameters:
```ruby
p(proc { ... - 07:38 PM Ruby master Revision 173ae93e (git): Document 'it' and update numbered parameters docs (#12375)
- 07:58 AM Ruby master Bug #20943: Constant defined in `Data.define` block
- TBH, for bigger `Struct`/`Data`-based classes I typically prefer a regular inheritance instead of using class definit...
12/16/2024
- 07:42 PM Ruby master Bug #20955: Subtle differences with Proc#parameters for anonymous parameters
- > but this behavior would be nice (again, thinking in terms of consistency):
```ruby
proc { |_1| }.parameters # ... - 03:24 PM Ruby master Bug #20955: Subtle differences with Proc#parameters for anonymous parameters
- @bkuhlmann The only possible reason is not to confuse with this:
```ruby
proc { |it| }.parameters # the parameter i... - 09:23 AM Ruby master Feature #20953: Array#fetch_values vs #values_at protocols
- > `Array#fetch_values` is modeled after `Hash#fetch_values`, not `Array#values_at`.
But in Hash, `#values_at` and ...
12/15/2024
- 07:53 PM Ruby master Revision 1ac28224 (git): [DOC] Adjust argument unpacking docs and document **nil (#12228)
- [DOC] Rewrite argument unpacking docs and document **nil
Also available in: Atom