Skip to content
Snippets Groups Projects
Commit c0052f55 authored by Raymond Toy's avatar Raymond Toy
Browse files

Fix ticket:105 by not flaming out on a closed stream.

 * code/reader.lisp:
   * The READER-ERROR condition tries to be helpful and print out the
     position of where the error occurred using FILE-POSITION. But
     FILE-POSITION flames out when the stream is closed, so check for
     a closed stream before calling FILE-POSITION

 * tests/trac.lisp:
   * Add test from the bug report.

 * general-info/release-20f.txt:
   * Update.
parent 9e687a21
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment