General

Profile

PikachuEXE (Pikachu EXE)

  • Login: PikachuEXE
  • Registered on: 02/08/2013
  • Last sign in: 01/27/2024

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 3 3

Activity

11/24/2021

07:47 AM Ruby master Revision eeabac4c (git): Do not allow Module#include to insert modules before the origin in the lookup chain
Module#include should only be able to insert modules after the origin,
otherwise it ends up working like Module#prepe...
PikachuEXE (Pikachu EXE)

08/06/2021

07:35 AM Ruby master Bug #7844: include/prepend satisfiable module dependencies are not satisfied
Thanks @jeremyevans0 for informing the backport request before I create the backport ticket
A backport ticket is c...
PikachuEXE (Pikachu EXE)
07:32 AM Ruby master Bug #18064: Backport fix for bug 7844 (include/prepend satisfiable module dependencies are not satisfied)
Upgrading Ruby from 2.7 to 3.0 is too much work just for this bug fix
Especially when many existing gems don't work ...
PikachuEXE (Pikachu EXE)
07:27 AM Ruby master Bug #18064 (Closed): Backport fix for bug 7844 (include/prepend satisfiable module dependencies are not satisfied)
Bug:
https://bugs.ruby-lang.org/issues/7844
Already merged PR with fix (merged into 3.0):
https://github.com/r...
PikachuEXE (Pikachu EXE)

12/09/2019

02:13 AM Ruby master Bug #16402: UTF-16LE BOM causing regex match to fail with "invalid byte sequence in UTF-8"
Submitted a question to httpclient on https://github.com/nahi/httpclient/issues/413
PikachuEXE (Pikachu EXE)

12/06/2019

01:29 AM Ruby master Bug #16402: UTF-16LE BOM causing regex match to fail with "invalid byte sequence in UTF-8"
Thanks for your answer
But I actually encounter this when processing text input from remote data source
And would n...
PikachuEXE (Pikachu EXE)

12/05/2019

05:58 AM Ruby master Bug #16402 (Third Party's Issue): UTF-16LE BOM causing regex match to fail with "invalid byte sequence in UTF-8"
``` shell
$ ruby -e 'File.binwrite("u.txt", "\xff\xfe\x00\x01")'
$ file u.txt
u.txt: Little-endian UTF-16 Unicode...
PikachuEXE (Pikachu EXE)

04/03/2019

05:50 AM Ruby master Feature #15626: Manual Compaction for MRI's GC (`GC.compact`)
@tenderlovemaking
I try your patch again and no error this time (without the middleware to call GC.compact)
Maybe...
PikachuEXE (Pikachu EXE)

03/25/2019

02:52 AM Ruby master Feature #15626: Manual Compaction for MRI's GC (`GC.compact`)
> I'll take a look at the core file, but can you give more info so I can try locally?
I just start my current proj...
PikachuEXE (Pikachu EXE)

03/22/2019

09:21 AM Ruby master Feature #15626: Manual Compaction for MRI's GC (`GC.compact`)
I got segfault with this patch
I added 1 extra change to fix compile error on MacOS
https://github.com/ruby/ruby/co...
PikachuEXE (Pikachu EXE)

Also available in: Atom