methodmissing (Lourens Naudé)
- Login: methodmissing
- Email: lourens@bearmetal.eu
- Registered on: 11/18/2009
- Last sign in: 04/06/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 10 | 7 | 17 |
Activity
12/10/2020
06/11/2020
-
04:54 AM Ruby Revision ae93ebae (git): [ruby/logger] Let Logger#reopen not raise on nil log devices
- https://github.com/ruby/logger/commit/da7bf844e5
-
04:53 AM Ruby Revision f3e12caa (git): [ruby/logger] Let File::NULL ("/dev/null", "NUL" etc.) be considered a nil log device
- https://github.com/ruby/logger/commit/b42a1b99aa
03/10/2020
-
04:32 PM Ruby Bug #16682: Ruby 2.7.0p0 crash on exit if there is an active RUBY_INTERNAL_EVENT_GC_EXIT tracepoint
- byroot (Jean Boussier) wrote in #note-6:
> ko1 (Koichi Sasada) wrote in #note-5:
> ...
A cleaner workaround (and yes I agree this doesn't fix the segfault) would be to define a finalizer on the tracepoint instead, which disables it.
...
03/09/2020
-
12:50 PM Ruby Bug #16682: Ruby 2.7.0p0 crash on exit if there is an active RUBY_INTERNAL_EVENT_GC_EXIT tracepoint
- The tracepoint instance appears to not be of type TypedData anymore, fails the type check, exception is raised, which allocs a String for the message.
```
#15 0x000055935811e737 in tpptr (tpval=94091343800880) at vm_trace.c:771
771 ...
01/26/2020
-
04:38 PM Ruby Feature #16563 (Open): Let rb_mod_const_at and rb_const_list use an ID table instead for inherited VS private constant segregation
- References https://github.com/ruby/ruby/pull/2840
It feels unnatural to cast an `ID` to `st_data_t` if we already a ID table implementation.
Despite these declarations in `ruby/intern.h` returning void pointers, which were in fact ... -
03:56 PM Ruby Feature #16562 (Open): Expose rb_io_set_encoding_internal to reduce function calls on loading source files
- References https://github.com/ruby/ruby/pull/2829
Removes a few `rb_funcall` calls from source file reading and the AST loader.
* `rb_ast_parse_file`: removes 1 x `rb_funcall`, removes 1 transient string allocation (`"-"`)
* `load...
01/12/2020
-
11:03 PM Ruby Revision 61ff5cd5 (git): Fix syntax error in obj_free with hash size debug counter when USE_DEBUG_COUNTER is enabled