#226: Generate list of symbols for autoloading at build-time --------------------------+------------------------------------------------- Reporter: ehuelsmann | Owner: ehuelsmann Type: enhancement | Status: reopened Priority: major | Milestone: Component: build | Version: Resolution: | Keywords: --------------------------+-------------------------------------------------
Comment(by ehuelsmann):
We're nearly there: I noticed we don't detect structure slot accessors when compiling the macro expansion of a defstruct, due to its use of SETF SYMBOL-FUNCTION.
Expanding to FSET and detecting that at compile-time would solve it.