Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asdf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
asdf
asdf
Commits
a65c4cd3
Commit
a65c4cd3
authored
Jan 30, 2020
by
Robert Goldman
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'sb-eval-feature-removed' into 'master'
Do not test for sb-eval feature See merge request
!131
parents
56dc62d5
6b1918b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
uiop/lisp-build.lisp
uiop/lisp-build.lisp
+4
-1
No files found.
uiop/lisp-build.lisp
View file @
a65c4cd3
...
...
@@ -138,7 +138,6 @@ This can help you produce more deterministic output for FASLs."))
#+
sbcl
'
(
sb-c::simple-compiler-note
"&OPTIONAL and &KEY found in the same lambda list: ~S"
#+
sb-eval
sb-kernel:lexical-environment-too-complex
sb-kernel:undefined-alien-style-warning
sb-grovel-unknown-constant-condition
; defined above.
sb-ext:implicit-generic-function-warning
;; Controversial.
...
...
@@ -149,6 +148,10 @@ This can help you produce more deterministic output for FASLs."))
sb-kernel:redefinition-with-defgeneric
sb-kernel:redefinition-with-defmethod
sb-kernel::redefinition-with-defmacro
)
; not exported by old SBCLs
#+
sbcl
(
let
((
condition
(
find-symbol*
'
#:lexical-environment-too-complex
:sb-kernel
nil
)))
(
when
condition
(
list
condition
)))
'
(
"No generic function ~S present when encountering macroexpansion of defmethod. Assuming it will be an instance of standard-generic-function."
))
;; from closer2mop
"A suggested value to which to set or bind *uninteresting-conditions*."
)
...
...
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