I happened to look at some STYLE-WARNINGs in octets.lisp and found this
gem. Sometimes it's nice having a chatty compiler...
;; not work either.
(when (echo-stream-unread-stuff stream)
(let* ((char (read-char stream))
- (octets (octets-to-string
+ (octets (string-to-octets
(string char)
:external-format
(stream-external-format
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.31.24"
+"1.0.31.25"