Summary
set-file-position! missing
Metadata
- Id: 035e5be11bb2a40401664f171870f13766c58bae
- Trac id: 16
- Type: defect
- Reporter: ashinn
- Owner:
- Cc:
- Status: closed
- Component: core libraries
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone:
- Version: 4.0.1
- Changetime: 2009-05-07 12:11:12 UTC
- Created: 2009-04-22 19:15:08 UTC
- Keywords: posix file-position fseek
Description
set-file-position! is no longer available, and (set! (file-position port) value) doesn't provide the same functionality since you can't specify whence.
Changes and comments
[2009-05-07 12:11:12 UTC] felix changed status from new to closed
[2009-05-07 12:11:12 UTC] felix set resolution to fixed
[2009-05-07 12:11:12 UTC] felix wrote:
Should be fixed in r14554. The setter accepts a list of two elements, the position and the "whence" indicator.