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 c4f5fe1 commit f01d3b4Copy full SHA for f01d3b4
src/nextjournal/clerk/eval.clj
@@ -223,7 +223,7 @@
223
{:as evaluated-doc :keys [blob-ids]}
224
(reduce (fn [state cell]
225
(when (and (parser/code? cell) set-status-fn)
226
- (set-status-fn (->eval-status analyzed-doc (inc (count (filter parser/code? (:blocks state)))) cell)))
+ (set-status-fn (->eval-status analyzed-doc (count (filter parser/code? (:blocks state))) cell)))
227
(let [state-with-deref-deps-evaluated (analyzer/hash-deref-deps state cell)
228
{:as result :nextjournal/keys [blob-id]} (when (parser/code? cell)
229
(read+eval-cached state-with-deref-deps-evaluated cell))]
0 commit comments