Version 5 (modified by 8 years ago) (diff) | ,
---|
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.
Release Log
- 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)