[Openmcl-devel] bug+fix: misspelled name of encoding in STREAM-EXTERNAL-FORMAT
R. Matthew Emerson
rme at clozure.com
Thu Sep 24 19:37:32 PDT 2009
Thank you. This is now in the trunk as r12882.
I changed the spelling in l1-unicode.lisp back in r12397 (to be
consistent with how we spell the other external formats), but I failed
to update the method you pointed out.
On Sep 24, 2009, at 10:07 PM, Boris Smilga wrote:
> Index: level-1/l1-streams.lisp
> ===================================================================
> --- level-1/l1-streams.lisp (revision 12881)
> +++ level-1/l1-streams.lisp (working copy)
> @@ -3420,7 +3420,7 @@
> ())
>
> (defmethod stream-external-format ((s character-stream))
> - (make-external-format :character-encoding #+big-endian-
> target :utf32-be #+little-endian-target :utf32-le :line-
> termination :unix))
> + (make-external-format :character-encoding #+big-endian-
> target :utf-32be #+little-endian-target :utf-32le :line-
> termination :unix))
>
>
> (defmethod (setf stream-external-format) (new (s character-stream))
> ---------- END PATCH ----------
More information about the Openmcl-devel
mailing list