Re: [STUMP] Why does `defcommand' export the command symbol?
Michael Raskin <[email protected]>
| Newsgroups | gmane.comp.window-managers.stumpwm.devel |
|---|---|
| Message-ID | <[email protected]> |
>> I have some vague memory of this being added in a pull request shortly >> after I started maintaining stump... > >The commit might be 0df1e87. > >The commit message reads: > > Defcommand exports the command to the UI. Obviously it should export > the command t the API. And the reason for that was that without that most of the modules break because they use otherwise-unexported commands from StumpWM UI. Also, I think I have the same situation that you describe with SBCL and SBCL gives a continuable warning for this (i.e. I do asdf:load-system and see the warning and then the load succeeds).