From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: master fd92023: Make checkdoc work with qualified methods Date: Fri, 05 Mar 2021 20:03:07 -0500 Message-ID: References: <60429ac4.1c69fb81.f0bc8.1a01@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2439"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Mauro Aranda Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Mar 06 02:05:35 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lILNs-0000Rr-Ux for ged-emacs-devel@m.gmane-mx.org; Sat, 06 Mar 2021 02:05:32 +0100 Original-Received: from localhost ([::1]:33146 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lILNr-0000Dl-Rr for ged-emacs-devel@m.gmane-mx.org; Fri, 05 Mar 2021 20:05:31 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47282) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lILLk-0007rl-2X for emacs-devel@gnu.org; Fri, 05 Mar 2021 20:03:20 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:45184) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lILLi-0001aJ-2d for emacs-devel@gnu.org; Fri, 05 Mar 2021 20:03:19 -0500 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 61543441EAC; Fri, 5 Mar 2021 20:03:16 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 2F93F441EAA; Fri, 5 Mar 2021 20:03:15 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1614992595; bh=XCDkslFYYOWeMF3j8pTsBfA7hPNDznQRTwkHoUtRMIs=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=nC74+mJTT+zvUlvZ0Bcq0yZ2XgNLpW+tEDHzPfELn0+x35A575DOq371kBUxDWpc8 8L9bsFLMFt9QmmHqnTx0bhrFCusNCv2z52DqU3LA+DpeZZmGzXihil1+o36GqD0WIS KCdRm8mQnaeUmDtF9B/We6/s8e3JNyGCdvoSer7Syiy/FyKs91V0gLDE0iPkkmBOQz 45TDV+l0gM9kouCdESdZzmI/XkUSzURbEE82Hkv6xchNxejjYs5JkiKam9E4Zhkpz2 bWP9T/4a8HcQ7DaeQyv6Eszt09/MYgcug+3oIAYwgD1R8GKEnngl5rM0V4GKuxEOih ILlnDASVTl39A== Original-Received: from alfajor (unknown [216.154.43.249]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 0B2151202E7; Fri, 5 Mar 2021 20:03:14 -0500 (EST) In-Reply-To: <60429ac4.1c69fb81.f0bc8.1a01@mx.google.com> (Mauro Aranda's message of "Fri, 05 Mar 2021 17:55:28 -0300") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:266049 Archived-At: >> and then check that (function-get def 'doc-string-elt) is non-nil. > > I thought about that: it would "add support" to other definitions, and I > wasn't sure if it would be desired to check the docstring for all of them. No idea either, but it seems worth a try. Stefan