Re: [PATCH] nicer arglist for ADSF:OOS

Gary King <[email protected]> Mon, 20 Aug 2007 15:46:44 -0400
Newsgroups gmane.lisp.cclan.general
Message-ID <[email protected]>
(AIA if this is a duplicate but...)

Hi Tobias,

This seems like a win to me. Unless someone says otherwise, I'd be
happy to commit. (ping me if you don't here back by the end of this
week).


On Aug 19, 2007, at 11:21 AM, Tobias C. Rittweiler wrote:

>
> The attached patch makes the arglist of ASDF:OOS a bit more useful  
> when
> used in combination with Slime's autodoc feature.
>
>   -T.
>
> Index: asdf.lisp
> ===================================================================
> RCS file: /cvsroot/sbcl/sbcl/contrib/asdf/asdf.lisp,v
> retrieving revision 1.24
> diff -u -r1.24 asdf.lisp
> --- asdf.lisp	7 Nov 2006 10:51:42 -0000	1.24
> +++ asdf.lisp	19 Aug 2007 15:18:04 -0000
> @@ -900,9 +900,10 @@
>                            (get-universal-time))
>                      (return)))))))))
>
> -(defun oos (&rest args)
> +(defun oos (operation system &rest args &key force (verbose t)  
> version)
>    "Alias of OPERATE function"
> -  (apply #'operate args))
> +  (declare (ignore force verbose version))
> +  (apply #'operate operation system args))
>
>  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
>  ;;; syntax
> ---------------------------------------------------------------------- 
> ---
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a  
> browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/ 
> _______________________________________________
> cclan-list mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/cclan-list

--
Gary Warren King, metabang.com
Cell: (413) 885 9127
Fax: (206) 338-4052
gwkkwg on Skype * garethsan on AIM

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/

_______________________________________________
cclan-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cclan-list