Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
clpm
clpm
Commits
0aaf3e3f
Commit
0aaf3e3f
authored
Sep 12, 2021
by
Eric Timmons
Browse files
Remove an unnecessary assertion
parent
dd388090
Pipeline
#4649
passed with stages
in 33 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
clpm/context.lisp
View file @
0aaf3e3f
...
...
@@ -515,7 +515,6 @@ in place with the same name. Return the new requirement if it was modified."
;; * Serializing
(
defun
save-context
(
context
)
(
assert
(
context-reverse-dependencies
context
))
(
let
((
pn
(
if
(
context-anonymous-p
context
)
(
merge-pathnames
(
make-pathname
:type
"lock"
)
(
context-name
context
))
(
global-context-pathname
(
context-name
context
)))))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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