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
abcl
abcl
Commits
17cdb3c2
Commit
17cdb3c2
authored
Feb 21, 2014
by
mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f
Browse files
ASDF:ENSURE-PARSED-MVN should be exported at compile time.
Contributed by Cyrus Harmon.
parent
d12ac59e
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/abcl-asdf/abcl-asdf.lisp
View file @
17cdb3c2
...
...
@@ -85,8 +85,9 @@
(
setf
path
(
format
nil
"~A/~A/~A"
group-id
artifact-id
version
))))
component
))
(
export
`
(
mvn
iri
ensure-parsed-mvn
group-id
artifact-id
version
)
'asdf
)
(
eval-when
(
:compile-toplevel
:load-toplevel
:execute
)
(
export
`
(
mvn
iri
ensure-parsed-mvn
group-id
artifact-id
version
)
'asdf
))
(
defmethod
source-file-type
((
component
iri
)
(
system
system
))
nil
)
...
...
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