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
Package registry
Model registry
Operate
Environments
Terraform modules
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
Tarn Burton
asdf
Commits
6352f4b1
Commit
6352f4b1
authored
8 years ago
by
Elias Pipping
Browse files
Options
Downloads
Patches
Plain Diff
Clasp does not have :ecl in *features*
parent
eaad32da
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/os.lisp
+4
-5
4 additions, 5 deletions
uiop/os.lisp
with
4 additions
and
5 deletions
uiop/os.lisp
+
4
−
5
View file @
6352f4b1
...
@@ -210,6 +210,7 @@ then returning the non-empty string value of the variable"
...
@@ -210,6 +210,7 @@ then returning the non-empty string value of the variable"
(
excl:ics-target-case
(
:-ics
"8"
))
(
excl:ics-target-case
(
:-ics
"8"
))
(
and
(
member
:smp
*features*
)
"S"
))
(
and
(
member
:smp
*features*
)
"S"
))
#+
armedbear
(
format
nil
"~a-fasl~a"
s
system::*fasl-version*
)
#+
armedbear
(
format
nil
"~a-fasl~a"
s
system::*fasl-version*
)
#+
clasp
(
format
nil
"~A-~A"
s
(
core:lisp-implementation-id
))
#+
clisp
#+
clisp
(
subseq
s
0
(
position
#\space
s
))
; strip build information (date, etc.)
(
subseq
s
0
(
position
#\space
s
))
; strip build information (date, etc.)
#+
clozure
#+
clozure
...
@@ -221,11 +222,9 @@ then returning the non-empty string value of the variable"
...
@@ -221,11 +222,9 @@ then returning the non-empty string value of the variable"
#+
scl
(
format
nil
"~A~A"
s
#+
scl
(
format
nil
"~A~A"
s
;; ANSI upper case vs lower case.
;; ANSI upper case vs lower case.
(
ecase
ext:*case-mode*
(
:upper
""
)
(
:lower
"l"
)))
(
ecase
ext:*case-mode*
(
:upper
""
)
(
:lower
"l"
)))
#+
clasp
(
format
nil
"~A-~A"
#+
ecl
(
format
nil
"~A~@[-~A~]"
s
s
(
core:lisp-implementation-id
))
(
let
((
vcs-id
(
ext:lisp-implementation-vcs-id
)))
#+
(
and
ecl
(
not
clasp
))
(
format
nil
"~A~@[-~A~]"
s
(
subseq
vcs-id
0
(
min
(
length
vcs-id
)
8
))))
(
let
((
vcs-id
(
ext:lisp-implementation-vcs-id
)))
(
subseq
vcs-id
0
(
min
(
length
vcs-id
)
8
))))
#+
gcl
(
subseq
s
(
1+
(
position
#\space
s
)))
#+
gcl
(
subseq
s
(
1+
(
position
#\space
s
)))
#+
genera
#+
genera
(
multiple-value-bind
(
major
minor
)
(
sct:get-system-version
"System"
)
(
multiple-value-bind
(
major
minor
)
(
sct:get-system-version
"System"
)
...
...
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