bug#62690: Guile 3.0.9 (read-u8) defaults to current-output-port
Ludovic Courtès <[email protected]>
| Newsgroups | gmane.lisp.guile.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi, Rui Zhang <[email protected]> skribis: > In scheme/base.scm: > > (define* (read-u8 #:optional (port (current-output-port))) > (get-u8 port)) > > I think this is a typo, where current-output-port should be current-input-port? Oops, fixed, thanks! Ludo’.