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
6b165f57
Commit
6b165f57
authored
Aug 13, 2019
by
Eric Timmons
Browse files
Stop printing groveler init
parent
b0c64401
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/clpm/groveler.lisp
View file @
6b165f57
...
...
@@ -64,8 +64,7 @@ dependency."))
(
defun
make-groveler
()
(
let*
((
sub-lisp
(
launch-sub-lisp
))
(
%input
(
sub-lisp-input
sub-lisp
))
(
input
(
make-broadcast-stream
%input
*standard-output*
))
(
input
(
sub-lisp-input
sub-lisp
))
(
output
(
sub-lisp-output
sub-lisp
))
(
asd-pathname
(
deps-asd-pathname
)))
(
ensure-deps-system-in-cache!
)
...
...
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