Mariano Montone

Results 42 issues of Mariano Montone

https://getkong.org

I have a problem loading cl-async-ssl: ``` The alien function "SSL_library_init" is undefined. [Condition of type SB-KERNEL::UNDEFINED-ALIEN-FUNCTION-ERROR] ``` I guess that's because I have libssl-1.0.0 installed, but SSL_library_init does not...

PRINT-OBJECT is not used by WRITE family of functions. Example: ``` CL-USER> (defclass person () ... (firstname lastname)) # CL-USER> (make-instance 'person) # CL-USER> (defmethod print-object ((person person) stream) ......

enhancement

Can we have the lambda-list of functions as part of their descriptions.? It is useful to have them for tools also. Description of function after this: ``` JSCL/ILT> (describe #'format)...

It would help if this got fixed, as I'm dealing with types. ``` CL-USER> (defclass person () ()) # CL-USER> (make-instance 'person) ... # CL-USER> (typep * 'cons) T ```

bug

I'm working on an application that uses JSCL, and I'm using COMPILE-APPLICATION after JSCL:BOOTSTRAP, to compile it. It compiles and works fine, but there's a problem, macros are not exposed...

Hi, is there a way for me to debug things when something goes wrong ? Like, get a backtrace or something. I'm trying this at JSCL repl: ```lisp CL-USER> (defun...

Hi, when navigating to a definition via `xref-find-definition` (M-.), if the target buffer is not part of the Clojure project I'm in, the buffer is 'unlinked', and so I cannot...

CL-SENTRY-CLIENT is a client library for Sentry in Common Lisp. https://github.com/mmontone/cl-sentry-client Thank you!

This fixes the world menu for FlatFileList tool.