A CL-YESQL function with keyword arguments produces a syntax hint in slime like this:
The keyword arguments are inflated by slime showing the default values for them, which are calls to alexandria:required-argument.
Is it possible to perform those checks outside the lambda list and instead have them on top of the function body? Both solutions are correct, but the second makes slime suggestions less annoying.
Or should it be somehow fixed/changed on the slime side?
A CL-YESQL function with keyword arguments produces a syntax hint in slime like this:
The keyword arguments are inflated by slime showing the default values for them, which are calls to
alexandria:required-argument
.Is it possible to perform those checks outside the lambda list and instead have them on top of the function body? Both solutions are correct, but the second makes slime suggestions less annoying.
Or should it be somehow fixed/changed on the slime side?