- 03 Sep, 2011 2 commits
-
-
- 02 Sep, 2011 2 commits
-
-
MOP:CLASS-SLOTS -- because the latter supports non-standard meta classes.
-
Found by: Blake McBride
-
- 31 Aug, 2011 1 commit
-
-
- 30 Aug, 2011 5 commits
-
-
Be a little bit more verbose in our output.
-
-
If a Maven3 installation can be found via FIND-MVN, ASDF definitions of the form (:mvn "GROUP-ID/ARTIFACT-ID" :version "VERSION") will be resolved at the ASDF system load time via the Maven Aether resolution mechanism. The log4j example wrapping now works. N.b. this code seriously distorts some of the notions of ASDF which really seems to depend on its components actually being resident on the filesystem. This needs to be adressed ("blessed") via consultation with ASDF developers to ensure that the path we are choosing is reasonably future-proof.
-
-
-
- 29 Aug, 2011 1 commit
-
-
- 28 Aug, 2011 2 commits
-
-
- 27 Aug, 2011 2 commits
-
-
- 25 Aug, 2011 2 commits
-
-
-
sbcl-buildhost gets much further, and the ANSI tests show no additional failures, but still something is not quite right here. N.B. The test still doesn't succeed.
-
- 24 Aug, 2011 1 commit
-
-
- 23 Aug, 2011 5 commits
-
-
<clinit>() code. Additionally, place some remarks where I expect issues once I start compiling forward references the same way as backward references.
-
broke the code generation for that special case -- there's no longer a 'this' variable to be loaded. Replace with <this class>.class.
-
-
-
Fixes some problems which arose in compiling SBCL.
-
- 22 Aug, 2011 2 commits
-
-
Don't use DIRECTORY with a wildcard unless when compiling files unless we know of the presence of at least one class constant ".clc" via PROBE-FILE.
-
Without this modifications, threads created with the THREADS:MAKE-THREADS cannot successfully call the EXT:QUIT or EXT:EXIT functions. This prevented the SLIME quit implementation from successfully quitting implementations. Note that all threads can always execute a form like (jstatic "exit" "java.lang.System" 0) to uncermoniously exit the JVM, so there is nothing gained security-wise by preventing threads from using the official Lisp interfaces.
-
- 21 Aug, 2011 8 commits
-
-
-
-
-
-
-
-
macroexpanded by precompilation and pass 1. Also: Reindenting to save left margin.
-
-
- 20 Aug, 2011 6 commits
-
-
-
-
After this change, it should be possible to run the constructor of compiled functions more than once.
-
ConcurrentHashmap for the 'remember' hashtable, which is used concurrently from multiple threads, if they're all compiling.
-
verification problems of generated .cls file.
-
Note: Fix based on research by Alessio Stalla.
-
- 19 Aug, 2011 1 commit
-
-
normal strings as well.
-