Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asdf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Didier Verna
asdf
Commits
80a57a8c
Commit
80a57a8c
authored
9 years ago
by
Robert Goldman
Browse files
Options
Downloads
Patches
Plain Diff
Comment tweak.
parent
74fafced
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
uiop/configuration.lisp
+2
-2
2 additions, 2 deletions
uiop/configuration.lisp
with
2 additions
and
2 deletions
uiop/configuration.lisp
+
2
−
2
View file @
80a57a8c
...
@@ -352,10 +352,10 @@ returns pathnames for directories that contain all of the configuration informat
...
@@ -352,10 +352,10 @@ returns pathnames for directories that contain all of the configuration informat
`
(
,
(
config-home-pathname
app
more
)
`
(
,
(
config-home-pathname
app
more
)
,@
(
config-search-pathnames
app
more
))))
,@
(
config-search-pathnames
app
more
))))
;; FIXME: AFAICT although this says "find FILE," it is often used to find a DIRECTORY.
(
defun
find-preferred-file
(
files
&key
(
direction
:input
))
(
defun
find-preferred-file
(
files
&key
(
direction
:input
))
"Find first file in the list of FILES that exists (for direction :input or :probe)
"Find first file in the list of FILES that exists (for direction :input or :probe)
or just the first one (for direction :output or :io)."
or just the first one (for direction :output or :io).
Note that when we say \"file\" here, the files in question may be directories."
(
find-if
(
ecase
direction
((
:probe
:input
)
'probe-file*
)
((
:output
:io
)
'identity
))
files
))
(
find-if
(
ecase
direction
((
:probe
:input
)
'probe-file*
)
((
:output
:io
)
'identity
))
files
))
(
defun
find-data-pathname
(
&optional
app
more
(
direction
:input
))
(
defun
find-data-pathname
(
&optional
app
more
(
direction
:input
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment