toy (Ivan Kuchin)
- Login: toy
- Registered on: 03/13/2017
- Last sign in: 08/27/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 5 | 6 |
Like
Activity
11/16/2024
- 12:51 PM Ruby master Feature #20899: Reconsider adding `Array#find_map`
- nobu (Nobuyoshi Nakada) wrote in #note-1:
> As for this name, I’m not sure if it is appropriate, though.
Few more...
11/15/2024
- 10:41 PM Ruby master Feature #20899 (Open): Reconsider adding `Array#find_map`
- I would like to retry proposing method `Array#find_map` that was rejected in [8421](https://bugs.ruby-lang.org/issues...
08/27/2024
- 08:13 PM Ruby master Feature #20702 (Closed): Add `Array#fetch_values`
- `Array` and `Hash` have matching methods to fetch:
* One value using `[]` (`Array` also allows fetching multiple w...
10/15/2023
- 04:46 PM Ruby master Bug #19917: Segmentation fault or lost objects when using Ractor.select with moved exceptions
- I wasn't able to reproduce segmentation fault, but even if segmentation fault is caused by `Marshal`, it doesn't expl...
10/10/2023
- 12:17 PM Ruby master Bug #19917 (Closed): Segmentation fault or lost objects when using Ractor.select with moved exceptions
- I stumbled upon loss of messages with exceptions or even Segmentation fault during transfer of exception from Ractor ...
10/02/2021
- 01:57 PM Ruby master Bug #18236 (Closed): Conversion to float not working for object with to_f method
- Following code works on all previous versions (1.8.7-p375, 1.9.3-p551, 2.0.0-p648, 2.1.10, 2.2.10, 2.4.10, 2.5.9, 2.6...
07/15/2017
- 09:13 PM Ruby master Bug #13501: Process.kill behaviour for negative pid is not documented and may be wrong
- What do you think about intercepting negative pid and also using it to set `negative`, so that behaviour is consisten...
04/26/2017
- 10:45 PM Ruby master Bug #13501: Process.kill behaviour for negative pid is not documented and may be wrong
- Negative pid will send signal to the process group.
And specifically -1 will send it nearly system wide if the proce...
04/23/2017
- 11:05 PM Ruby master Bug #13501 (Closed): Process.kill behaviour for negative pid is not documented and may be wrong
- Following code will not fail and will print "TERM caught by NN" both for spawned and forked processes:
~~~ ruby
p...
03/13/2017
- 09:45 PM Ruby master Bug #13313 (Closed): Segmentation fault when calling Thread.new with Symbol proc shorthand
- Both following lines produce "1" in ruby versions before 2.4.0, but second one causes Segmentation fault in ruby 2.4....
Also available in: Atom