Skip to content

Commit

Permalink
feat: do not require compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
d12frosted committed Jan 3, 2024
1 parent 241cbb8 commit 88f72f3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions publicatorg.el
Original file line number Diff line number Diff line change
Expand Up @@ -398,10 +398,11 @@ and the time taken by garbage collection. See also
it
compiler-name
(porg-cache-item-output cached))
(funcall (porg-compiler-clean compiler)
(expand-file-name
(porg-cache-item-output cached)
(porg-project-root project)))
(when (porg-compiler-clean compiler)
(funcall (porg-compiler-clean compiler)
(expand-file-name
(porg-cache-item-output cached)
(porg-project-root project))))
(remhash it cache)
;; not the most effective way, but allows to decrease amount of work in case of failures
(porg-cache-write cache-file cache)))
Expand Down

0 comments on commit 88f72f3

Please sign in to comment.