- 06 Dec, 2012 4 commits
-
-
-
-
jfli: use MOP::ENSURE-CLASS.
-
A REQUIRE of ABCL-CONTRIB for an instance of the implementation that cannot locate the contrib binary artifact as being in the same directory as the location of the ABCL system jar by SYS:FIND-SYSTEM-JAR now raises an error. Fixes #275.
-
- 05 Dec, 2012 1 commit
-
-
- Also remove double-initialization via shared-initialize + one of intialize-instance / reinitialize-instance. - Fixes #277 - Reported by Pascal Costanza
-
- 04 Dec, 2012 1 commit
-
-
- Fixes #276 - Reported by Pascal Costanza
-
- 03 Dec, 2012 2 commits
-
-
-
Fixes #271.
-
- 02 Dec, 2012 4 commits
-
-
-
-
-
13 out of 21707 total tests failed (PSETF.37 CALL-NEXT-METHOD.ERROR.1 CALL-NEXT-METHOD.ERROR.2 INVOKE-DEBUGGER.1 MAKE-CONDITION.3 MAKE-CONDITION.4 SXHASH.8 MAP.48 TYPE-OF.1 TYPE-OF.4 MAKE-CONCATENATED-STREAM.30 PRINT.RANDOM-STATE.1 PPRINT-LOGICAL-BLOCK.17)
-
- 01 Dec, 2012 3 commits
-
-
-
-
- fixes #272
-
- 28 Nov, 2012 5 commits
-
-
Use via (dolist (system (:abcl-contrib :quicklisp-abcl)) (require system))
-
Closes #265.
-
Warn when interpreting alias for "com.sun.jna:jna". Closes #268.
-
-
Reported by Carlos Ungil.
-
- 26 Nov, 2012 4 commits
-
-
to support CFFI.
-
-
- fixes #270
-
-
- 17 Nov, 2012 2 commits
-
-
For John and Yoko.
-
-
- 16 Nov, 2012 4 commits
-
-
-
Now output the removed artifacts to *STANDARD-OUTPUT*.
-
-
-
- 15 Nov, 2012 4 commits
-
-
-
Also seemingly "fixes" about four failing tests.
-
ABCL fills in DEVICE as :UNSPECIFIC when resolving filesystem paths on non-M$DOG meaning that an unresolved pathname is not always equivalent to its resolved version.
-
-
- 11 Nov, 2012 1 commit
-
-
- 10 Nov, 2012 2 commits
-
-
Go Devils!
-
DEFSYSTEM-DEPENDS-ON loads its requirements before the system definition is evaluated which is not needed in this case. The abcl-test-lisp ASDF definition is contained in the toplevel "abcl.asdf" file, which I usually have symlinked into ~/.asdf-install-dir/systems/ for convenience.
-
- 09 Nov, 2012 3 commits
-
-
Added non-working test to putative JSS test suite.
-
We allow DEVICE lists to contain a string value as constructed by MAKE-PATHNAME, but the result can never actually be resolvable by TRUENAME. Instead of trying to figure out the proper use of Java labels, just use the private static Pathname.doTruenameExit() as the common point for all exits from the TRUENAME implementation.
-
-