#43: unread-char doesn't change file-position ----------------------+----------------------------------------------------- Reporter: rtoy | Owner: Type: defect | Status: reopened Priority: major | Milestone: Component: Unicode | Version: 20b Resolution: | Keywords: ----------------------+----------------------------------------------------- Changes (by rtoy):
* status: closed => reopened * resolution: fixed =>
Comment:
The fix that was implemented in stream.lisp does fix this issue. However, it causes the Unicode tests in {{{src/i18n/tests}}} to fail. Cmucl ends up reading in the whole file into one string and causes an error.
The change has been reverted, pending a better fix. This ticket is then, of course, reopened.