Skip to content

Commit

Permalink
Merge pull request #67 from 40ants/defer-for-local-deps
Browse files Browse the repository at this point in the history
Defer for local deps
  • Loading branch information
svetlyak40wt authored Sep 14, 2024
2 parents e7bd2ca + 72dbbc8 commit e899c9c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dependencies.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,8 @@ to this system's source root."
(make-instance 'local-dependency
:type type
:path path
:cache-in-memory cache-in-memory))))))
:cache-in-memory cache-in-memory
:defer defer))))))


(defmethod serve ((dependency local-dependency))
Expand Down
8 changes: 8 additions & 0 deletions src/doc/changelog.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@
"REBLOCKS/SESSION:INIT")
:external-links (("Ultralisp" . "https://ultralisp.org"))
:external-docs ("https://40ants.com/log4cl-extras/"))
(0.61.1 2024-09-14
"""
Fixes
=====
* Now local dependencies also could be created with :DEFER argument. (Thanks for the PR to Breinstew@github)
""")
(0.61.0 2024-09-14
"""
Fixes
Expand Down

0 comments on commit e899c9c

Please sign in to comment.