Alan Ruttenberg

Results 166 issues of Alan Ruttenberg

Should probably at least get a cerror if trying to redefine a primitive. Yes it was dumb. However it was very hard to find - the compiler stopping working doesn't...

Consider java.util.HashMap$Node sys:inspected-parts uses getCanonicalName to get the intended class, which yields java.util.HashMap.Node . However calling jclass on that string gives an error, which causes problems, in e.g. the slime...

The following fails in two cases ``` (directory (merge-pathnames (make-pathname :directory '(:relative :wild-inferiors)) "/Users/alanr/Desktop/ontology-cache/")) ``` 1) If there's a dotfile somehere below, for example .DS_Store on macs an error is...

If you don't explicitly provide a repository as part of the :mvn specification in a sysdef, resolve-dependencies is called (from resolve) with repositories nil. Then, in resolve-dependencies, since repositories-p is...

I may create things external to the running lisp the course of a lisp session that I want to do something to (like kill or delete) if the session exits....

`(make-pathname :directory '(:absolute ("a" "b")))` property signals an error `Unsupported directory component (a b).` However the following `(merge-pathnames (make-pathname :directory '(:absolute ("a" "b"))) "")` Does not, instead spitting out a...

(ext::macroexpand-all ' (loop for a = (sort foo 'string-lessp :key #'(lambda(x) x )) for b = nil then 1 )) ;; ;; Error compiling /Users/lori/repos/slime/swank/abcl.lisp: ;; Attempt to throw to...

On the web app it merges the two contact collections I have, but there's no way to see which collection a particular entry has. Moreover it shows a sort-of duplicate...

In contacts.app it seems to be using only one of my collections (the wrong one, as it happens) and I see no way to change it, and the instructions don't...

1. Currently, if the value of a property changes, there are two lines shown and they are in different sections - one a "-" and later one a "+". It...