-
- Downloads
Fix bug in WITH-TEMPORARY-FILE if stream is immediately closed.
Previously, if the first form in the body of `with-temporary-file` was `close-stream`, odd things would happen. This fixes that and also emits a style-warning in that case, since it's an anomalous thing to do.
Loading
Please register or sign in to comment