We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3be80 commit ff9be66Copy full SHA for ff9be66
DiffBackend/src/results-generator.lisp
@@ -19,6 +19,13 @@
19
("new-ver" . ,(gen-stats-ht-for-json 2))))
20
stream))
21
22
+(defun get-json-comments (comment-table stream)
23
+ (encode-json
24
+ (with-ht
25
+ (loop :for line-num :being :the :hash-key :in comment-table :using (:hash-value val)
26
+ :do (add-to-ht line-num (alexandria:plist-hash-table val))))
27
+ stream))
28
+
29
(defgeneric gener-res-object (obj))
30
31
(defmacro add-to-ht (key value)
0 commit comments