Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
X-Qmail-Scanner-Diagnostics: from mail-pa0-f48.google.com by f.primenet.com.au (envelope-from <schaefer@brasslantern.com>, uid 7791) with qmail-scanner-2.11 
 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1.  
 Clear:RC:0(209.85.220.48):SA:0(0.0/5.0):. 
 Processed in 0.135943 secs); 19 Aug 2016 01:09:26 -0000
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au
X-Spam-Level: 
X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID
	autolearn=unavailable autolearn_force=no version=3.4.1
X-Envelope-From: schaefer@brasslantern.com
X-Qmail-Scanner-Mime-Attachments: |
X-Qmail-Scanner-Zip-Files: |
Received-SPF: none (ns1.primenet.com.au: domain at brasslantern.com does not designate permitted sender hosts)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=brasslantern-com.20150623.gappssmtp.com; s=20150623;
        h=from:message-id:date:in-reply-to:comments:references:to:subject
         :mime-version;
        bh=Y3MFhc+rsNm4LjMUzpiP5LbfWVasOHdzjSgbvGoTKfI=;
        b=iVdCuKpS8s4LP6GU4YFt2r/MVdGYfTQovIdsJypChdNTydCtBLPyUX37nTJk0lqmPT
         KGFI3T2iEs2JkqCUQwNQPihgIMA+wG97Dj6e96kZwX0R242QzSTtGA1SbXPIbdx8xG+9
         sSMNCg/RR63GST28TILelXBY+QN8LKr7hxT20QpTTR6/un8EVHxZE+4/TQ26G34BmQfK
         TwC/egtTzMjl97uBSM3WjJZ6L0T68OGEitV1oHKjjbuXBNWpjywSxH+pi7mx/Nx2rNRm
         s9dIQ3BZ8RlFS70g6poQVZsxAg8splNfUvtRnin+m8efmbkETdbANh0uXs1kmiJl4m/9
         2+pQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20130820;
        h=x-gm-message-state:from:message-id:date:in-reply-to:comments
         :references:to:subject:mime-version;
        bh=Y3MFhc+rsNm4LjMUzpiP5LbfWVasOHdzjSgbvGoTKfI=;
        b=h8QtJhOjMqIoevoQOAM0MqTsTEziQCRsQ/icgfYJSjW8l7FdEJxTxy49Fm6CdiU+9x
         BUCdBiIavqBvJJbvg2XO79XyXW7LVffgf9YTXUWt9/rZIR39QcxK1WedsPhUhMVF/psx
         NWReIxIMdiYXXkhDlxxu8E/FEB83JX8ND1u805vJ1xn9NQoqrdVOKmxqJzvv7ybJN2iT
         KFINNSnF0n7cDqiRpGNm97c+Dnr90JmzVsYiiGOkBtGKnEATff/wulcHckDUBD97zZdr
         dfuVHd2OsT+h54doFxMCsiLQCY/CDZe5b6Xvijz5fQ4fS9xFyog5r+qbgyDFTIdjmmSe
         jlzQ==
X-Gm-Message-State: AEkoouvFezSIeK/A1i0we0qexyBXe/xNosb0X86xyhZEV0YIkmBwI654QWhL3YjUJRF6Jw==
X-Received: by 10.66.254.102 with SMTP id ah6mr8874973pad.59.1471568957479;
        Thu, 18 Aug 2016 18:09:17 -0700 (PDT)
From: Bart Schaefer <schaefer@brasslantern.com>
Message-Id: <160818180928.ZM30000@torch.brasslantern.com>
Date: Thu, 18 Aug 2016 18:09:28 -0700
In-Reply-To: <20160818165523.GA25890@tarsus.local2>
Comments: In reply to Daniel Shahaf <d.s@daniel.shahaf.name>
        "Re: [PATCH] Document _canonical_paths." (Aug 18,  4:55pm)
References: <1471387721-5256-1-git-send-email-danielsh@tarsus.local2> 
	<160816232827.ZM19685@torch.brasslantern.com> 
	<20160817163140.GA9003@tarsus.local2> 
	<160817095330.ZM21532@torch.brasslantern.com> 
	<20160818165523.GA25890@tarsus.local2>
X-Mailer: OpenZMail Classic (0.9.2 24April2005)
To: zsh-workers@zsh.org
Subject: Re: [PATCH] Document _canonical_paths.
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Seq: zsh-workers 39063

On Aug 18,  4:55pm, Daniel Shahaf wrote:
}
} If we really want the docstring to be present in both locations, I think
} one of them should be autogenerated from the other.

I think that would be an overengineered solution to what ought to be a
non-problem.  We definitely don't want the function files being modified
by the doc formatter, and the alternative -- requiring every function
file to contain a specially-formatted comment -- is both a barrier to
users who want to contribute functions, and likely to make any such
comments more difficult to read as simple text.

If the programmer of the function went to the trouble of including a
documentary comment, it's not the job of the documentation writer to
nullify that.  If you prefer not to contribute functions that have
such comments and to write yodl instead, good for you; and if you want
to write yodl for functions that others have contributed, then that's
even better; but I object to the removal of another programmer's
commentary unless a corresponding *programming* change has made it
inaccurate or obsolete.

