cvss (Kirill Vechera)
- Login: cvss
- Email: from-ruby-lang@serversnab.ru
- Registered on: 05/21/2015
- Last connection: 02/26/2021
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 2 | 4 | 6 |
Activity
01/11/2020
-
08:44 PM Ruby master Feature #11747: "bury" feature, similar to 'dig' but opposite
- A one-liner alternative for hash-only cases can be implemented using `Enumerable#reduce`:
```
root = {}
[:a, :b,... -
08:38 PM Ruby master Feature #11747: "bury" feature, similar to 'dig' but opposite
- A proposal to specify the path for `bury` with classes as values of a hash arg:
```
{}.bury(users: Array, 0 => Ha...
11/26/2019
-
04:12 PM Ruby master Feature #16374 (Open): Object#nullify to provide scalars with the effect similar to Enumerable#reject
- How about adding a new method to `Object` class?
```ruby
class Object
def nullify &block
block.call(self) ? ...
06/17/2019
-
03:17 PM Ruby master Bug #11174: threads memory leak
- The problem remains on a manually built glibc 2.28 with ruby 2.7.0dev (2019-06-17T14:25:47Z trunk 801d0d9dd7) [x86_64...
-
09:27 AM Ruby master Bug #15932 (Closed): wrong "void value expression" error for 'next' or 'break' statements inside an 'if' assignment
- When a 'next' or 'break' statement for block/loop control is placed inside an 'if' assignment, the parser outputs an ...
11/20/2015
-
03:34 PM Ruby master Bug #10984: Hash#contain? to check whether hash contains other hash
- I second Ilya's opinion regarding partially ordered sets. But propose to implement the comparision similiar to classe...
07/02/2015
-
03:48 PM Ruby master Bug #11174: threads memory leak
- I've checked the bug on older versions and the 2.2-head: leaks all but 1.8.7
~~~
$ ruby --version
ruby 2.2.3p139...
05/24/2015
-
09:35 PM Ruby master Bug #11178 (Closed): possible bug: a thread killed when waiting on ConditionVariable locks the mutex again before real exit
- Probably it's not a bug, but just a hidden behaviour. Please write your comments.
When a thread waits on Condition...
05/23/2015
-
09:28 PM Ruby master Bug #11175 (Closed): possible fibers memory leak or risky GC behavior
- There's strong memory growth on mass Fiber creation/deletion.
Script to demonstrate the problem (on x86_64-linux):... -
09:16 PM Ruby master Bug #11174 (Open): threads memory leak
- There's strong memory growth during intensive thread using.
Script to demonstrate the problem (on x86_64-linux):
...
Also available in: Atom