graywolf (Gray Wolf)
- Login: graywolf
- Registered on: 03/09/2017
- Last connection: 11/14/2019
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 5 | 19 | 24 |
Activity
01/03/2020
-
07:04 PM Ruby master Bug #16477 (Closed): readline-ext repository is huge
- Today I've cloned (my fresh new fork) of readline-ext
```
+ $ git clone git@github.com:graywolf/readline-ext.gi...
11/20/2019
-
11:14 AM Ruby master Bug #16357 (Closed): `Segmentation fault (core dumped)` or `[BUG] object allocation during garbage collection phase`
- How to reproduce:
```
+$ tree .
.
├── config.ru
├── Gemfile
└── Gemfile.lock
0 directories, 3 files
+$ ca...
09/07/2019
-
11:25 AM Ruby master Bug #16136: String corruption in 2.6.4
- Out of curiosity, why is this issue closed if it was not yet backported to 2.6 branch?
08/27/2019
-
07:26 PM Ruby master Feature #5400: Remove flip-flops in 2.0
- Fyi this currently causes `ri` tab completion to display a warning (https://github.com/scop/bash-completion/issues/34...
05/13/2019
-
03:07 PM Ruby master Bug #15847 (Closed): SecureRandom#gen_random becomes private after first invocation
- There seems to be an issue with `SecureRandom#gen_random` becoming private after first invocation:
```
+ $ /tmp...
12/23/2018
-
11:47 PM Ruby master Bug #15457 (Closed): Weird behaviour when having multiple arguments of same name and splat operator
- When multiple arguments of the same name are provided and last one of
them has splat operator, everything gets weird...
11/24/2018
-
08:21 PM Ruby master Feature #15338 (Open): Provide way for C extensions to query if global variable is defined
- As far as I can tell, there is no way for C extension to check if global variable is defined. I can `rb_gv_get`, but ...
10/27/2018
-
03:10 PM Ruby master Feature #15261 (Open): Expose rl_variable_value as Readline.variable_value
- I would like to propose exponsing rl_variable_value as Readline.variable_value, it would be useful in pry.
Pull re...
08/24/2018
-
07:54 PM Ruby master Feature #15024: Support block in Array#join
- Doesn't `#each_slice` create temporary array for each pair? Doesn't seem very efficient. But assuming that does not m...
-
05:11 PM Ruby master Feature #15024 (Open): Support block in Array#join
- I think it could be handy to have block support in Array#join.
For example
```ruby
> puts %w{a b c d}.join { |...
Also available in: Atom