adolenc / cl-neovim

Common lisp client for neovim
MIT License
98 stars 4 forks source link

serial compilation fix #12

Closed jurov closed 6 years ago

jurov commented 6 years ago

When I made changes, the API macro kept using stale cached functions on further quicklisp loads because quicklisp did not know about the dependencies and did not recompile.

Discussed around here: https://irclog.whitequark.org/lisp/2017-11-20#20592787

adolenc commented 6 years ago

Thank you! That was an interesting read, I had no idea that was how it works. I'll look into these travis fails in the next couple of days, but it looks like they have nothing to do with your commit.