Summary

set-file-position! missing

Metadata

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.