pokepay / aws-sdk-lisp

AWS-SDK for Common Lisp
87 stars 19 forks source link

Fix "Can't regenerate all services with lake" #2

Closed duncan-bayne closed 6 years ago

duncan-bayne commented 6 years ago

This PR fixes #1 by:

I'm reasonably new to Common Lisp, so while this "works on my machine" it'd be great to have a more experienced CL developer review it.

fukamachi commented 6 years ago

Sorry for the delay. I can't merge this because this patch doesn't accord with ASDF's best practices. For example, .asd file is not safe to cl:load.

See my comment at #1.