From boris.smilga at gmail.com Fri Mar 11 21:29:00 2011 From: boris.smilga at gmail.com (Boris Smilga) Date: Sat, 12 Mar 2011 00:29:00 +0300 Subject: [Bese-devel] [yaclml] [patch] fixed inconsistency between NODE-CHILDREN and MAKE-NODE, (SETF NODE-CHILDREN) in XMLS Message-ID: Hi. This is a minor issue, actually. In yaclml/src/tal/xmls.lisp, we read: (defun make-node (&key name ns attrs child children) (cons # #)) and, correspondingly, (defun (setf node-children) (children elem) (setf (CDR elem) children) (node-children elem)) but, at the same time, (defun node-children (elem) (CDDR elem)) which results in the first child being lost. Attached is a patch to fix this issue. Sincerely, - B. Smilga. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: node-children.dpatch Type: application/octet-stream Size: 3777 bytes Desc: not available URL: