gendl
gendl copied to clipboard
Archive of old version, visit gendl.org for current version --- #gendl on libera.chat
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...
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...
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...
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...
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 #...
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.
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...
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...
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...