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
747abf59
Commit
747abf59
authored
Feb 23, 2014
by
ehuelsmann@1c010e3e-69d0-11dd-93a8-456734b0d56f
Browse files
Fix error "Undefined function T" reported by Cyrus Harmon.
parent
17cdb3c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/abcl-asdf/abcl-asdf.lisp
View file @
747abf59
...
...
@@ -129,9 +129,8 @@ single entry denoting a remote binary artifact."
(
if
(
find-mvn
)
(
resolve-dependencies
group-id
artifact-id
version
)
(
if
alternate-uri
(
values
(
namestring
alternate-uri
)
alternate-uri
)
(
t
(
error
"Failed to resolve MVN component name ~A."
name
))))))
(
values
(
namestring
alternate-uri
)
alternate-uri
)
(
error
"Failed to resolve MVN component name ~A."
name
)))))
(
defmethod
resolve
((
uri
pathname
))
(
warn
"Unimplemented."
))
...
...
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