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
Karsten Poeck
asdf
Commits
bdda53d7
Commit
bdda53d7
authored
Jan 11, 2020
by
Karsten Poeck
Browse files
Adapt clasps chdir to asdf expectations
parent
1cae71bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
uiop/os.lisp
View file @
bdda53d7
...
...
@@ -309,7 +309,8 @@ suitable for use as a directory name to segregate Lisp FASLs, C dynamic librarie
#+
(
or
cmucl
scl
)
(
unix:unix-chdir
(
ext:unix-namestring
x
))
#+
cormanlisp
(
unless
(
zerop
(
win32::_chdir
(
namestring
x
)))
(
error
"Could not set current directory to ~A"
x
))
#+
(
or
clasp
ecl
)
(
ext:chdir
x
)
#+
ecl
(
ext:chdir
x
)
#+
clasp
(
ext:chdir
x
t
)
#+
gcl
(
system:chdir
x
)
#+
lispworks
(
hcl:change-directory
x
)
#+
mkcl
(
mk-ext:chdir
x
)
...
...
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