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.
The problem appears to have been resolved. Thank you for investigating it. $ cvs update(messages omitted)$ cvs status ChangeLog===================================================================File: ChangeLog Status: Up-to-date Working revision: 1.1972 Repository revision: 1.1972 /project/slime/cvsroot/slime/ChangeLog,v Commit Identifier: 3YgsWk9o8AYrKXku Sticky Tag: (none) Sticky Date: (none) Sticky Options: (none) cvs status swank-rpc.lisp swank-abcl.lisp===================================================================File: swank-rpc.lisp Status: Up-to-date Working revision: 1.5 Repository revision: 1.5 /project/slime/cvsroot/slime/swank-rpc.lisp,v Commit Identifier: 3YgsWk9o8AYrKXku Sticky Tag: (none) Sticky Date: (none) Sticky Options: (none)===================================================================File: swank-abcl.lisp Status: Up-to-date Working revision: 1.80 Repository revision: 1.80 /project/slime/cvsroot/slime/swank-abcl.lisp,v Commit Identifier: 4aItlwXzj6dE3Sku Sticky Tag: (none) Sticky Date: (none) Sticky Options: (none)
$ grep -i compute-applicable-methods-using-classes swank-abcl.lisp #+#.(swank-backend:with-symbol 'compute-applicable-methods-using-classes 'mop) mop::compute-applicable-methods-using-classes
All of the changes reported in today's Daily ChangeLog diff are now in the updated files.