General

Profile

noteflakes (Sharon Rosner)

  • Login: noteflakes
  • Registered on: 07/03/2023
  • Last sign in: 12/26/2023

Issues

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

Activity

07/04/2023

04:47 AM Ruby master Bug #19753: IO::Buffer#get_string can't handle negative offset
nobu (Nobuyoshi Nakada) wrote in #note-3:
> > irb(main):003:0> b.get_string(-1000)
> > => "abc"
>
> I think this...
noteflakes (Sharon Rosner)

07/03/2023

07:35 AM Ruby master Bug #19753: IO::Buffer#get_string can't handle negative offset
PR here: https://github.com/ruby/ruby/pull/8015 noteflakes (Sharon Rosner)
06:14 AM Ruby master Bug #19753 (Closed): IO::Buffer#get_string can't handle negative offset
```ruby
irb(main):001:0> b = IO::Buffer.for('abc')
=>
#<IO::Buffer 0x00007f858f5450c0+3 EXTERNAL READONLY SLICE>
...
noteflakes (Sharon Rosner)

Also available in: Atom