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
asdf
asdf
Commits
ff77079c
Commit
ff77079c
authored
Dec 06, 2013
by
Robert P. Goldman
Browse files
Fix for
https://bugs.launchpad.net/asdf/+bug/1254598
Repaired initargs for missing configuration inheritance form.
parent
cb734321
Changes
1
Hide whitespace changes
Inline
Side-by-side
uiop/configuration.lisp
View file @
ff77079c
...
...
@@ -128,8 +128,12 @@ this function tries to locate the Windows FOLDER for one of
:finally
(
unless
(
=
inherit
1
)
(
report-invalid-form
invalid-form-reporter
:arguments
(
list
(
compatfmt
"~@<One and only one of ~S or ~S is required.~@:>"
)
:inherit-configuration
:ignore-inherited-configuration
)))
:form
form
:location
location
;; we throw away the form and location arguments, hence the ~2*
;; this is necessary because of the report in INVALID-CONFIGURATION
:format
(
compatfmt
"~@<Invalid source registry ~S~@[ in ~S~]. ~
One and only one of ~S or ~S is required.~@:>"
)
:arguments
'
(
:inherit-configuration
:ignore-inherited-configuration
)))
(
return
(
nreverse
x
))))
(
defun
validate-configuration-file
(
file
validator
&key
description
)
...
...
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