== Release Engineering for abcl-1.1.0 == http://trac.common-lisp.net/armedbear/milestone/1.1.0 We will be holding the weekly abcl-1.1.0 engineering scrum @ 2100 CET on #abcl. Anyone with questions, priorities, patches, welcome to join. The meeting will probably be sparsely attended, so I will just work on recording the [current status as I see it on the Armed Bear Trac Wiki][1] [1]: http://trac.common-lisp.net/armedbear/wiki/releng/abcl-1.1.0 We can move to audio/video if there is a need. [wiki:releng/abcl-1.1.0/meetings/20120805 Status meeting on 20120805] === Release Log === 0. Requirements SLIME before 2012-11-?? c.f. http://article.gmane.org/gmane.lisp.slime.devel/10961 1. Remove local Quicklisp {{{ cmd$ mv ~/quicklisp ~/quicklisp.0 }}} 2. Load QUICKLISP-ABCL from ABCL-CONTRIB Need to use :FORCE t: {{{ CL-USER> (require :abcl-contrib) (require :quicklisp-abcl) (asdf:load-system :quicklisp-abcl :force t) }}}