Re: A thing I should know myself....

2018-06-24 Thread Faré
Sorry for a late reply. UIOP has these utilities that can help you: (uiop:find-symbol* :unimplemented-stub :foo nil) (uiop:match-condition-p #(unimplemented-stub foo) (make-condition 'simple-warning)) (setf uiop:*uninteresting-conditions* '(#(unimplemented-stub foo))) Also, ASDF has the

Re: A thing I should know myself....

2018-06-24 Thread Robert Goldman
On 22 Jun 2018, at 23:55, Stas Boukarev wrote: On Fri, Jun 22, 2018 at 5:13 PM Robert Goldman wrote: I have a library that provides DEF-UNIMPLEMENTED as a macro for defining stub functions. When you compile a file with unimplemented functions, you get a warning of the type