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
ansi-test
ansi-test
Commits
a4fc1a22
Commit
a4fc1a22
authored
Sep 13, 2011
by
ehuelsmann
Browse files
ABCL *does* support DEFINE-METHOD-COMBINATION (long form) now!
parent
9da4814b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/random-aux.lsp
View file @
a4fc1a22
...
...
@@ -294,7 +294,6 @@
(defun positive-integer-qualifier-p (qualifiers)
(typep qualifiers '(cons (integer 1) null)))
#-armedbear
(define-method-combination randomized nil ((method-list positive-integer-qualifier-p))
(assert method-list)
(let ((clauses (mapcar #'(lambda (method)
...
...
@@ -303,5 +302,3 @@
method-list)))
`(loop (catch 'fail (return (rcase ,@clauses))))))
#+armedbear
(warn "ABCL doesn't support the long form of DEFINE-METHOD-COMBINATION; randomized testing disabled.")
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