armedbear / abcl

Armed Bear Common Lisp <git+https://github.com/armedbear/abcl/> <--> <svn+https://abcl.org/svn> Bridge
https://abcl.org#rdfs:seeAlso<https://gitlab.common-lisp.net/abcl/abcl>
Other
288 stars 29 forks source link

Gray: Add type checks to default methods to prevent recursion #655

Closed yitzchak closed 7 months ago

yitzchak commented 8 months ago

Also remove the default method for FUNDAMENTAL-BINARY-STREAM since this is supposed to be explicitly defined by binary streams.

Removing this method causes an infinite recursion which is the reason for the type checks on the default methods.