Skip to content

Commit 79e81a7

Browse files
committed
debug
1 parent abd2f04 commit 79e81a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/nextjournal/clerk/analyzer.clj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,12 +538,14 @@
538538
(init-state-fn)
539539
init-state)]
540540
(loop [{:as state :keys [->analysis-info analyzed-file-set counter]} init-state]
541+
(prn :analysis->info (set (vals ->analysis-info)))
541542
(let [unhashed (unhashed-deps ->analysis-info)
542543
loc->syms (apply dissoc
543544
(group-by find-location unhashed)
544545
analyzed-file-set)]
545546
(if (and (seq loc->syms) (< counter 10))
546547
(recur (-> (reduce (fn [g [source symbols]]
548+
(prn :source source)
547549
(let [jar? (or (nil? source)
548550
(str/ends-with? source ".jar"))
549551
gitlib-hash (and (not jar?)

0 commit comments

Comments
 (0)