palkan (Vladimir Dementyev)
- Login: palkan
- Email: dementiev.vm@gmail.com
- Registered on: 07/12/2018
- Last connection: 01/30/2023
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 2 | 3 | 5 |
Activity
10/10/2022
-
03:41 AM Ruby master Revision 4954c9fc (git): Add MatchData#deconstruct/deconstruct_keys
08/12/2022
-
05:24 PM Ruby master Misc #18954: DevMeeting-2022-08-18
- * [Feature #18408] Allow pattern match to set non-local variables
* That would make, in particular, `42 => @a` pos...
05/24/2022
-
01:59 AM Ruby master Bug #18799: Refinement#import_methods vs attr_reader
- UPD: looks like `define_method` is not supported, too:
```ruby
module M
define_method(:fuu) { }
end
module... -
01:56 AM Ruby master Bug #18799 (Closed): Refinement#import_methods vs attr_reader
- Currently, it's not possible to import methods defined as attr_{reader, accessor,writer}:
```ruby
module M
att...
03/17/2022
-
01:10 PM Ruby master Feature #18583: Pattern-matching: API for custom unpacking strategies?
- > This, though, raises a question of several match groups, at which point one starts to want more:
> ```ruby
> case...
03/01/2022
-
04:44 PM Ruby master Bug #17382: Segfault in String#inspect
- I was able to reduce the reproduction example (and excluded `anyway_config` from the equation, kind of).
I guess, ...
02/05/2022
-
11:01 AM Ruby master Bug #18572 (Assigned): Performance regression when invoking refined methods
- Since Ruby 3.0, defining a refinement for a method slows down its execution even if we do not activate the refinement...
01/17/2022
-
04:25 PM Ruby master Feature #18408: Allow pattern match to set instance variables
- Dan0042 (Daniel DeLorme) wrote in #note-13:
> @palkan Wow, thank you for blowing my mind.
>
> However, is that be... -
07:23 AM Ruby master Feature #18408: Allow pattern match to set instance variables
- Dan0042 (Daniel DeLorme) wrote in #note-11:
> There are a few possible ways to solve these problems right?
>
> 1....
01/16/2022
-
10:52 AM Ruby master Feature #18408: Allow pattern match to set instance variables
- ktsj (Kazuki Tsujimoto) wrote in #note-8:
> If assignment to instance variables (or variables other than local varia...
Also available in: Atom