jbw (Jerry W)
- Login: jbw
- Registered on: 07/08/2024
- Last sign in: 07/08/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/08/2024
-
06:26 AM Ruby Bug #20611: Ruby 3.3: Tempfile#size returns 0 when file is not empty
- I just realised now that Tempfile is atually a separate gem. Looking there I can see that the size method is using its internal buffer length if the file is not closed, otherwise it falls back on File.size. Now it's become clear to me th...
-
06:16 AM Ruby Bug #20611: Ruby 3.3: Tempfile#size returns 0 when file is not empty
- Sorry there is a double pipe on the tap call of the first code block - that was a mis-paste by me & I'm unable to edit to correct it.
The code I used was the same everywhere (but no double || :-) )::
ff = Tempfile.new('foo'); puts ... -
06:06 AM Ruby Bug #20611 (Closed): Ruby 3.3: Tempfile#size returns 0 when file is not empty
- Hi
I searched to see if this was reported already, or if it was somehow intentional but I'm having an issue with Ruby 3.3.3. I run under rbenv 2.7.6 on amd64 linux (debian 6.6.13-1 kernel). For me, ruby 3.3.3 exhibits some oddness wit...