SLIME maintainers,
I am not able to update my copy of the source files for SLIME from the CVS repository since the 2010-01-19 changes. Has there been some change to the location of the CVS repository?
$ mkdir new $ cd new $ cvs -d :pserver:anonymous:anonymous@common-lisp.net:/project/slime/cvsroot co slime slime cvs checkout: Updating slime (long list of files omitted) $ cd slime $ cvs status ChangeLog
=================================================================== File: ChangeLog Status: Up-to-date
Working revision: 1.1966 Repository revision: 1.1966 /project/slime/cvsroot/slime/ChangeLog,v Commit Identifier: F7aol0uPOJGkS0ku Sticky Tag: (none) Sticky Date: (none) Sticky Options: (none)
So, CVS is reporting that revision 1.1966 is the latest revision to ChangeLog. CVS 'log' also reports the head revision as 1.1966, but many changes -- up to revision 1.1970 -- have been reported:
Daily ChangeLog Diff:
On 1/26/2010 3:33 AM, Helmut Eller wrote: Index: slime/ChangeLog diff -u slime/ChangeLog:1.1969 slime/ChangeLog:1.1970 --- slime/ChangeLog:1.1969 Thu Jan 21 19:02:08 2010 +++ slime/ChangeLog Mon Jan 25 05:50:10 2010 @@ -1,3 +1,9 @@ +2010-01-25 Tobias C. Rittweiler tcr@freebits.de + + * swank-allegro.lisp (redefinition-p, redefinition): New. + (handle-compiler-warning): Add :severity for redefinitions, + style-warnings, errors. +Is anyone else seeing this behavior? I have checked out the sources from two different computers running two different operating systems. I am using CVS version 1.11.23 and 1.12.13. The result is the same on both.