vermiculus / apiwrap.el

Generate wrappers for your API endpoints!
48 stars 6 forks source link

Use cl-lib macro instead of cl.el #1

Closed syohex closed 7 years ago

syohex commented 7 years ago

There are following warnings.

In apiwrap-new-backend:
apiwrap.el:276:14:Warning: reference to free variable ‘for’
apiwrap.el:276:18:Warning: reference to free variable ‘method’
apiwrap.el:276:25:Warning: reference to free variable ‘in’
apiwrap.el:278:14:Warning: reference to free variable ‘collect’

In end of data:
apiwrap.el:289:1:Warning: the function ‘loop’ is not known to be defined.
vermiculus commented 7 years ago

Sorry about that; loop completely unnecessary here. I've removed it in favor of mapcar.

By the way, how are you getting these warnings? When I byte-compile, it's completely clean.

syohex commented 7 years ago

By the way, how are you getting these warnings?

Launch emacs by emacs -Q and byte compile.