Skip to content

Commit 8e3be80

Browse files
committed
Added generating of :is-defun
1 parent 9b7de7b commit 8e3be80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

DiffBackend/src/results-generator.lisp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
(with-ht
3535
(add-to-ht "type" "list")
3636
(add-to-ht "diff-st" (diff-status obj))
37+
(add-to-ht "props" (alexandria:alist-hash-table
38+
`((:is-defun . ,(get-lexem-name (function-name obj))))))
3739
(add-to-ht "par-info" (alexandria:alist-hash-table
3840
(parenthesis-info obj) :test #'equal))
3941
(add-to-ht "elems" (list*

0 commit comments

Comments
 (0)