General

Profile

javanthropus (Jeremy Bopp)

  • Login: javanthropus
  • Email: jeremy@bopp.net
  • Registered on: 06/25/2009
  • Last sign in: 10/31/2022

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 4 5

Activity

11/26/2022

11:20 PM Ruby master Bug #18899: Inconsistent argument handling in IO#set_encoding
Please also see #18995 for another example of the intricate implementation behaving unexpectedly. During my own inve... javanthropus (Jeremy Bopp)

11/21/2022

01:53 PM Ruby master Bug #18899: Inconsistent argument handling in IO#set_encoding
Thank you for your response. How do the changes to the example make a difference? The results with the original exa... javanthropus (Jeremy Bopp)

09/15/2022

01:28 PM Ruby master Bug #18995: IO#set_encoding sometimes set an IO's internal encoding to the default external encoding
Can anyone confirm that this is a bug and not a misunderstanding? It looks like the changes to fix this will require... javanthropus (Jeremy Bopp)

09/11/2022

02:08 PM Ruby master Bug #18880 (Closed): IO#sysread on Windows does not validate arguments
Applied in changeset commit:git|684353fc03afd6e7c887b65bd18f0b3aeb98101c.
----------
[Win32] Negative length `IO#sys...
javanthropus (Jeremy Bopp)
02:08 PM Ruby master Revision 684353fc (git): [Win32] Negative length `IO#sysread`
Raise `ArgumentError` in `IO#sysread` on Windows when given a negative
length.
Fixes [Bug #18880]
javanthropus (Jeremy Bopp)

09/10/2022

09:46 PM Ruby master Bug #18880: IO#sysread on Windows does not validate arguments
I submitted PR https://github.com/ruby/ruby/pull/6354 with a simple fix. I don't have a Windows system to test with ... javanthropus (Jeremy Bopp)

09/04/2022

11:13 PM Ruby master Bug #18880: IO#sysread on Windows does not validate arguments
I'm interested in submitting a patch for this, but which behavior is considered correct? javanthropus (Jeremy Bopp)
11:06 PM Ruby master Bug #18995 (Open): IO#set_encoding sometimes set an IO's internal encoding to the default external encoding
This script demonstrates the behavior:
```ruby
def show(io)
printf(
"external encoding: %-25p internal e...
javanthropus (Jeremy Bopp)

08/26/2022

01:01 PM Ruby master Bug #18899: Inconsistent argument handling in IO#set_encoding
I ran my test against your branch, and it addresses this issue. I hope it can be incorporated soon. Thanks! javanthropus (Jeremy Bopp)

08/21/2022

02:24 PM Ruby master Bug #18899: Inconsistent argument handling in IO#set_encoding
Can anyone confirm if this is a bug or intended behavior? I've taken a look at the code that implements this, and th... javanthropus (Jeremy Bopp)

Also available in: Atom