This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 mark.dickinson
收信人 belopolsky, brett.cannon, eric.araujo, mark.dickinson, pitrou
日期 2010-06-15.10:24:09
SpamBayes Score 2.710013e-05
Marked as misclassified
Message-id <1276597454.46.0.892512530876.issue8912@psf.upfronthosting.co.za>
In-reply-to
内容
Answering as a rather infrequent user of 'make patchcheck', but someone who vows to use it more often in future... :)

(1) Well, it would be awkward to use grep or wc on Windows, so it's convenient not to need external tools.

(2) +1 to a more detailed report, at least giving the file name and what was wrong with it ("trailing whitespace in yourfile.c");  I could imagine that people might care about finding trailing whitespace or tabs, but not about line length, for example.  (Many of the existing C files already have lines >= 80 characters.)

(3) Don't really care:  emacs already does both these things for me nicely.  I'd rather just have patchcheck do the reporting.  And automatic replacement of tabs with spaces in C files might not guess correctly what the author intended.
历史
日期 用户 动作 参数
2010-06-15 10:24:14mark.dickinson修改recipients: + mark.dickinson, brett.cannon, belopolsky, pitrou, eric.araujo
2010-06-15 10:24:14mark.dickinson修改messageid: <1276597454.46.0.892512530876.issue8912@psf.upfronthosting.co.za>
2010-06-15 10:24:10mark.dickinson链接issue8912 messages
2010-06-15 10:24:09mark.dickinson创建