Release Engineering for abcl-1.1.0
06-DEC-2012
All reported CLOSER-MOP bugs addressed. See full status below:
status: http://trac.common-lisp.net/armedbear/milestone/1.1.0
source: http://trac.common-lisp.net/armedbear/browser/branches/1.1.x
snapshots: http://code.google.com/p/abcl-dynamic-install/downloads/list
manual: http://code.google.com/p/abcl-dynamic-install/downloads/detail?name=abcl-20121204a.pdf
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.
Release Log
- Requirements
JVM tested with
CL-USER> (lisp-implementation-version) "1.1.0-dev" "Java_HotSpot(TM)_64-Bit_Server_VM-Sun_Microsystems_Inc.-1.6.0_37-b06" "amd64-SunOS-5.11"
SLIME before 2012-11-12 c.f. http://article.gmane.org/gmane.lisp.slime.devel/10961
emacs-24.2
- Remove local Quicklisp
cmd$ mv ~/quicklisp ~/quicklisp.0
- 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)