Ticket #24 (closed defect: fixed)

Opened 11 months ago

Last modified 7 months ago

iolib stream seeking is broken

Reported by: JarrettBillingsley Assigned to: JarrettBillingsley
Priority: major Milestone: MiniD 2
Component: Stdlib Keywords:
Cc:

Description

Seeking from the beginning and end work, as well as setting the position with .position(n). However relative seeking and getting position with .position() fail for the same reason -- the seeker seems to report the file's position, not the position of the read head in the buffer. Stupid buffers.

Change History

01/15/08 21:19:21 changed by JarrettBillingsley

  • component changed from component1 to Stdlib.

02/11/08 11:29:25 changed by JarrettBillingsley

  • milestone deleted.

04/28/08 22:17:24 changed by JarrettBillingsley

  • milestone set to MiniD 2.

05/02/08 23:21:03 changed by JarrettBillingsley

  • status changed from new to closed.
  • resolution set to fixed.

(In [301]) Closes #24.