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
abcl
abcl
Commits
4f9f727f
Commit
4f9f727f
authored
Oct 20, 2011
by
mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f
Browse files
Update README's account of passing the ANSI test suite with results for JDK6 on Solaris.
parent
c94b6075
Changes
2
Hide whitespace changes
Inline
Side-by-side
README
View file @
4f9f727f
...
...
@@ -182,8 +182,8 @@ Because of this,
### Tests
ABCL 0.28.0 now fails only
2
8 out of 2170
2
tests in the ANSI
CL
test suite (der
v
ied from GCL).
ABCL 0.28.0 now fails only
1
8 out of 2170
8 total
tests in the ANSI
CL
test suite (deri
v
ed from
the tests orginally written for
GCL).
Maxima's test suite runs without failures.
...
...
@@ -196,13 +196,15 @@ be gladly accepted.
Please report problems to the development mailing list:
armedbear-devel@common-lisp.net
<
armedbear-devel@common-lisp.net
>
Have fun!
On behalf of all ABCL development team and contributors,
Erik Huelsmann
Mark Evenson
Alessio Stalla
Ville Voutilaninen
October 2011
src/org/armedbear/lisp/clos.lisp
View file @
4f9f727f
...
...
@@ -2545,6 +2545,9 @@ in place, while we still need them to "
(
defmethod
(
setf
documentation
)
(
new-value
(
x
package
)
(
doc-type
(
eql
't
)))
(
%set-documentation
x
doc-type
new-value
))
(
defmethod
documentation
((
x
symbol
)
(
doc-type
(
eql
'function
)))
(
%documentation
x
doc-type
))
;;; Applicable methods
(
defgeneric
compute-applicable-methods
(
gf
args
)
...
...
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