General

Profile

javanthropus (Jeremy Bopp)

  • Login: javanthropus
  • Email: jeremy@bopp.net
  • Registered on: 06/25/2009
  • Last sign in: 11/01/2024

Issues

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

Activity

10/28/2024

02:08 PM Ruby master Bug #20819 (Open): IO#readline does not process newlines correctly for wide character encodings
When not performing character conversion, IO#readline only processes newline characters as ASCII when reading paragra... javanthropus (Jeremy Bopp)

10/17/2024

01:42 PM Ruby master Bug #20802 (Open): It is possible to set the encoding of an IO instance to one that requires binmode when binmode is not set
I don't know what problems this may cause, but there are guards against setting the encoding of an IO instance to one... javanthropus (Jeremy Bopp)

10/06/2024

06:53 PM Ruby master Bug #20787 (Open): IO#readline does not check its arguments like IO#gets and will read more data than limit
In revision commit:d3574c117a637a4456aa3ee78e24d8df510b9355, the implementation of IO#readline was modified and conse... javanthropus (Jeremy Bopp)

08/09/2024

01:47 PM Ruby master Bug #20663: Reading characters from IO does not recover gracefully from bad data pushed via IO#ungetc
After reviewing the sources, I see that this behavior is a consequence of how character conversion is handled. Fetch... javanthropus (Jeremy Bopp)

08/03/2024

05:30 AM Ruby master Bug #20663 (Rejected): Reading characters from IO does not recover gracefully from bad data pushed via IO#ungetc
If bytes that result in at least 2 invalid characters for the internal encoding of an IO object are pushed into the i... javanthropus (Jeremy Bopp)

05/05/2024

03:20 PM Ruby master Bug #18995: IO#set_encoding sometimes set an IO's internal encoding to the default external encoding
@jeremyevans0, did you ever take a look at this issue when I referenced it in #18899? The behavior is unchanged in R... javanthropus (Jeremy Bopp)

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)

Also available in: Atom