edicl / chunga

Portable chunked streams for Common Lisp
https://edicl.github.io/chunga/
Other
24 stars 9 forks source link

Fix SBCL warnings #5

Closed MattSkinner closed 7 years ago

MattSkinner commented 7 years ago

When loading Chunga under SBCL 1.3.15 compile warnings are emitted. This fix seeks to eliminate them.

stassats commented 7 years ago

Defining generic functions before their methods achieves nothing, other than silencing SBCL. A set of defgenerics defining a protocol would look better, but I'm still not convinced, so, just ignore what SBCL says.