- 11 Aug, 2011 3 commits
-
-
-
-
well; this improves printing of "Wrong number of args" errors.
-
- 09 Aug, 2011 1 commit
-
-
Found by: Blake McBride Fixed by: me :-)
-
- 07 Aug, 2011 5 commits
-
-
for structures. In order to make sure they are pre-compiled in our build too, compile defstruct.lisp earlier in the compilation phase. (Saves roughly 20s on my compilation runs.)
-
"adding" the feature.
-
-
-
-
- 06 Aug, 2011 4 commits
-
-
Note: This commit also fixes some failures in the random testing ANSI tests, notably PRINT.RANDOM.SYMBOL.*.
-
so it can throw a Lisp error when printing something unreadable.
-
the ones taking a symbol argument: all invocations involved a constant parameter, now replaced with a constant string instead.
-
-
- 05 Aug, 2011 5 commits
-
-
we have princToString() for that now...
-
-
Additionally, create princToString() for use in error messages, making the required replacement where appropriate.
-
-
-
- 04 Aug, 2011 2 commits
-
-
- 02 Aug, 2011 3 commits
-
-
- 01 Aug, 2011 3 commits
-
-
The use of this variable is perhaps slightly obsolescent with the use of JAVA:DUMP-CLASSPATH, but provides a convenient shortcut to quickly find out what has been added by JAVA:ADD-TO-CLASSPATH.
-
This increases compatibility with the original version of JSS. The only possible situation where this doesn't make sense would be if a jar where to end in something other than ".jar", like perhaps ".zip" or ".war". In this case, additional ASDF classes should be defined extending JAR-FILE.
-
The JAR-FILE, JAR-DIRECTORY, and CLASS-FILE-DIRECTORY ASDF extensions are now part of the ABCL-ASDF contrib as we aim to centralize all such things in one place. *ADDED-TO-CLASSPATH* is now part of the ABCL-ASDF package as well. There is currently a (mostly) recursive relationship between JSS and ABCL-ASDF, as each (mostly) requires the other for operation. JSS:ENSURE-COMPATIBILITY will ensure that JSS continues to understand the refactored extensions.
-
- 31 Jul, 2011 3 commits
-
-
- 27 Jul, 2011 2 commits
-
-
- 26 Jul, 2011 1 commit
-
-
We make #\Uxxxx a synonym of character code but not the cannonical character name, using instead the unicode character at that point.
-
- 22 Jul, 2011 1 commit
-
-
- 21 Jul, 2011 1 commit
-
-
Found by: Theam Yong Chew (senatorzergling at gmail dot com)
-
- 17 Jul, 2011 1 commit
-
-
- 16 Jul, 2011 1 commit
-
-
- 15 Jul, 2011 2 commits
-
-
(dropping my test failure count from 27 to 20!).
-
it's complete overkill in the presence of memory (byte array) backed streams.
-
- 14 Jul, 2011 2 commits
-
-
-
Export ANSI-TESTS:FULL-REPORT as it seems useful enough.
-