Thread overview
[Issue 19797] File.seek() terminates ungracefully on incorrect origin for -m32mscoff and -m64
Apr 09, 2019
Dlang Bot
Apr 14, 2019
Dlang Bot
Oct 23, 2019
Dlang Bot
Dec 17, 2022
Iain Buclaw
April 09, 2019
https://issues.dlang.org/show_bug.cgi?id=19797

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@veelo updated dlang/phobos pull request #6948 "WIP Increase type safety of File.seek()" mentioning this issue:

- Special case enforce against issue 19797, documentation.

https://github.com/dlang/phobos/pull/6948

--
April 14, 2019
https://issues.dlang.org/show_bug.cgi?id=19797

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #6948 "Fix issue 19797 - Ungraceful termination in File.seek() on Windows" was merged into master:

- a2aa3d3590b5c5f06e51dc32bcda16bd44a7982b by Bastiaan Veelo:
  Special case enforce against issue 19797, documentation.

https://github.com/dlang/phobos/pull/6948

--
October 23, 2019
https://issues.dlang.org/show_bug.cgi?id=19797

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Geod24 created dlang/phobos pull request #7244 "Make tests for issue 19797 Windows-only" mentioning this issue:

- Make tests for issue 19797 Windows-only

  Value '3' is a valid value on Linux (SEEK_DATA, since 3.18).
  Hence, in some cases (depending on FS support / Kernel version),
  this test can fails.

https://github.com/dlang/phobos/pull/7244

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=19797

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2

--