Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

You re-build the binary but an old macro is still in use: ,delete-system-fasls in Slime #23

Open
vindarel opened this issue Sep 27, 2019 · 2 comments

Comments

@vindarel
Copy link
Collaborator

I updated a macro and re-built my binary from the shell, with a Make target. The target quickloads the dependencies, loads the asd file, and builds a binary with asdf:make. It turns out this wasn't enough, the old macro was still in use. I had to delete the fasl files of this system.

In slime, it's a quick

,delete-system-fasls RET system-name RET

I was surprised, though.

@Ambrevar
Copy link

This is because the fasl cache is stored in ~/.cache/common-lisp by the compiler, regardless how you invoke it (SLIME REPL, shell, etc.).

@vindarel
Copy link
Collaborator Author

and I didn't find a "--no-cache" option for SBCL.

@vindarel vindarel changed the title You re-build the binary but an old macro is still in use: ,delete-system-fasls in Slime You re-build the binary but an old macro is still in use: ,delete-system-fasls in Slime Sep 27, 2019
@vindarel vindarel added the asdf label Nov 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants