mabragor / cl-yaclyaml

Yet Another Common Lisp YaML processor
GNU General Public License v3.0
15 stars 3 forks source link

Remove zs3 #5

Closed tmccombs closed 9 years ago

tmccombs commented 9 years ago

Remove the dependency on zs3.

zs3 is an unrelated library for S3, and as far as I can tell was only a dependency for a single, undocumented, utility function, which is used in one place. It is trivial to just replace with the two function calls needed.

This also fixes a compile error in the test system.

mabragor commented 9 years ago

Thanks!