Daniel Kochmanski

Results 126 comments of Daniel Kochmanski

This addresses the issue where loading a system "swank" with asdf (i.e as another system dependency), loads the same swank on top of already existing one. That lead to the...

I think that unless there is a tangible regression, we should merge it. That said this issue does not impact me much so I'm not going to press further. If...

Assuming that the system "x" depends on the system "swank", it stands to reason that when "x" is build the system "swank" from the same registry should be taken. On...

@melisgl that won't work, because swank won't be compiled as part of the resulting executable if the swank is loaded when we try to build it. Coincidentally that works for...

Are you sure that it is not due to a stale fasl cache? IIRC freetype and truetype renderers may be used at the same time for different ports so there...

I can't reproduce this issue: ``` > (define-command-table foobar) # > (clim:find-keystroke-item #\s * :test #'climi::event-matches-gesture-p :errorp nil) NIL NIL ```

``` (defpackage :generic-command-test-2 (:use :clim :clim-lisp)) (in-package :generic-command-test-2) (defgeneric my-typep-1 (object) (:method-combination or)) (defmethod my-typep-1 or ((object t)) nil) (defmethod my-typep-1 or ((object string)) (equal object "a")) (defmethod my-typep-1 or...

I don't mind changing that to the character later, but first I'd like to troubleshot why key names doesn't work here.

building ECL: ``` ./configure && make && make install ``` Embedding examples in: examples/embed Regards, Daniel

I'm not aware of any project doing that; however, we have discussed it on #clim IRC channel in the past. The gist of the idea is that xcb project maintains...