Re: Another spurious compilation diagnostic?
Raymond Toy <[email protected]>
| Newsgroups | gmane.lisp.cmucl.general |
|---|---|
| Message-ID | <[email protected]> |
Steven Edwards wrote: > Oh, and one more thing: It looks like read-line has a 1,024 character > line length limit. This isn't so bad, but it also appears to sometimes > hang when presented with some 30 KB of no-newline text at a time. There used to be some limit like this but it was fixed long ago. I can't reproduce this. Can you give an example of this failure? I created a file with 30000 characters and a new line. read-line reads in this line without problems. Ray