#361: COMPILE function fails ------------------------------+----------------- Reporter: mariano montone | Owner: Type: defect | Status: new Priority: major | Milestone: Component: compiler | Version: Resolution: | Keywords: ------------------------------+----------------- Comment (by mevenson): As I noted in my email to armedbear-devel@, I cannot reproduce this in either abcl-1.3.1 nor SVN HEAD, and find this problem somewhat mysterious. And the CLOSER-MOP test suite continues to pass its tests as far as I can tell. Perhaps one can try invoking abcl directly with '--noinit' to factor out problems with initialization: {{{ illin:~/work/illithid$ abcl --noinit --eval '(if (compile nil (quote (lambda (x) x))) (format t "Succeeded.") (format t "Failed."))' Armed Bear Common Lisp 1.3.1 Java 1.8.0 Oracle Corporation Java HotSpot(TM) 64-Bit Server VM Low-level initialization completed in 0.231 seconds. Startup completed in 1.125 seconds. Succeeded. Type ":help" for a list of available commands. CL-USER(1): }}} I suppose this could be a problem with openjdk7 under Linux, but I would be surprised. -- Ticket URL: <http://abcl.org/trac/ticket/361#comment:2> armedbear <http://abcl.org> armedbear