[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ooc-980713 & oo2c-1.3.8
- To: ooc-list@informatik.uni-kl.de
- Subject: Re: ooc-980713 & oo2c-1.3.8
- From: Ian Rae <ianrae@istar.ca>
- Date: Fri, 24 Jul 1998 07:35:31 -0400
- MMDF-Warning: Parse error in original version of preceding line at uklirb.informatik.uni-kl.de
1.3.8 works fine for all 3 eol types.
one small gripe:
ReadLine returns readAfterEnd on the last line of a text
file if no eol exists for that line. Since there is generally
no guarantee of eol on the last line, especially for user-
created files (it just depends whether you hit enter or not
after typing the last line), this behaviour is a bit odd.
Certainly gets() in C has more forgiving logic: "read until
eol or eof".
This isn't a huge issue. I can live with it since the implementation
still returns the last line, but perhaps this issue should be put
on a wish list and if lots of people raise it, then fix it in a later
release.
Cheers,
--Ian
----------
> From: Ian Rae <ianrae@istar.ca>
> To: ooc-list@informatik.uni-kl.de
> Subject: Re: ooc-980713 & oo2c-1.3.8
> Date: Monday, July 20, 1998 8:01 PM
>
> I downloaded 1.3.8 at work today (the file transfer kept timing out
> 3/4 of the way through when done from home).
> I'll retest.
> Thanks,
> --Ian
>
>
>
>