Alan Ruttenberg

Results 141 issues of Alan Ruttenberg

e.g. Note, however, there's something sinister happening to 'compile at the moment, caused by something cl-include or cffi does, so don't fix this until https://github.com/armedbear/abcl/issues/431 is resolved. ```lisp (disassemble 'avpriv-get-gamma-from-trc)...

(c-include "~/....") fails silently (he realized a couple of hours later). Suggest calling namestring o truename before using the path given to c-include

Hi, I'm having trouble getting autowrap to work for me. I'm using docker based on the c2ffi CI script (see below). I do ```lisp (setq autowrap::*trace-c2ffi* t) (autowrap:c-include "/root/quicklisp/dists/quicklisp/software/cl-autowrap-20210411-git/t/test.h") ```...

I get a red x using both Chrome and Chromium. The Firefox extension says the site is signed properly. I verified the extension works in general with the good/bad pages....

I'd like to be able to say which locals were arguments to the function, which were bound inside the function, which are captures in closures. For arguments we have both...

I'm finding I can't get presentations to work via standard output - the only stream that likes presentations is `(connection.repl-results *emacs-connection*)` So present-repl-results-via-presentation-streams and present-repl-results will create presentations, but ```...

feature-request

When choosing to view only the active ontology, some terms that are not in the active ontology are included because they are used in an axiom. It would be useful...

I've run into two ontologies recently that used IRIs from the reserved vocabulary. In one rdf:Statement was used and in the other a URL in the OWL namespace. Both were...

Type: Enhancement

Currently, ABCL catches the case where the defstruct has been changed and throws an error. The main issue with defstruct is that when compiling, the accessors are inlined as position-based...

In macro forms that use with-slots, none of the slots might be used, which leads to a warning about the gensym not being used.