gendl icon indicating copy to clipboard operation
gendl copied to clipboard

Archive of old version, visit gendl.org for current version --- #gendl on libera.chat

Results 44 gendl issues
Sort by recently updated
recently updated
newest added

When using define-object-amendment, any use of M-. (find-tag) for that class symbol will jump to the buffer where amendment was made. It is impossible (as far as I know) to...

annoying bug
$$

Please, cast warnings or errors if someone writes syntactically incorrect object definitions. ``` lisp (define-object A () :computed-slots ((a "foo" "bar"))) ``` At this moment, Gendl will ignore the :a...

Feature Enhancement

gdl:alist2plist function gives error when official alist is provided. "official" according to the definition: an a-list is a list of pairs (conses): http://www.cs.cmu.edu/Groups/AI/html/cltl/clm/node153.html Looking at the source, gdl:alist2plist can only...

annoying bug
$
Fix is Pending test/merge

The translate macro argument list is ambiguous. And as a result, I see a lot of users make the same mistakes time after time. instead of: ``` lisp (origin &rest...

API Enhancement
$
Fix is Pending test/merge

For constructs like: ``` lisp (with-http-response (req ent) (with-http-body (req ent) &body body)) ``` or ``` lisp (defun foo () (flet ((fun (a) (* 2 a))) (fun))) ``` You get...

When you give an Object Expression (instead of package::class) to browse in Tasty, the automatic quick-save which happens with every Ajax call throws an error: ``` got the error #...

annoying bug

The update! links on either package or symbol documenting page are not responding. The only Update! link that actually works is the one where all packages are listed.

annoying bug

On 1581, consider example ``` lisp (define-object my-sequence (base-object) :input-slots ((no 2 :settable)) :objects ((boxes :type 'box :sequence (:size (the no))))) ``` When instantiating this object with Tasty using "Class...

annoying bug

It doesn't seem to make a lot of sense to have these two slots in the vanilla-mixin\* definition: ``` lisp (%corners% nil) (%vertex-array% nil) ``` Would've expected those slots in...

API Enhancement

1585: when one tries to inspect certain nodes in a Tasty tree, every now and then the complete tree branch closes. Then the user has to navigate his way down...

annoying bug