Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
clpm
clpm
Commits
04e572ac
Commit
04e572ac
authored
May 18, 2020
by
Eric Timmons
Browse files
Fix creating an empty-lockfile
parent
9e749930
Changes
1
Hide whitespace changes
Inline
Side-by-side
clpm/bundle.lisp
View file @
04e572ac
...
...
@@ -60,7 +60,8 @@ bound to PN's folder."
`
(
call-with-bundle-default-pathname-defaults
(
lambda
()
,@
body
)
,
clpmfile-pn
))
(
defun
create-empty-lockfile
(
clpmfile
)
(
copy-context
clpmfile
))
(
aprog1
(
copy-context
clpmfile
)
(
setf
(
context-name
it
)
(
clpmfile-lockfile-pathname
clpmfile
))))
(
defun
make-vcs-override-fun
(
clpmfile-pathname
)
(
let
((
clpmfile-directory
(
uiop:pathname-directory-pathname
clpmfile-pathname
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment