Skip to content

Commit 02e055a

Browse files
committed
mapreduce/multiproc| Updating ChangeLog/Contributors/Release notes
1 parent 6e16901 commit 02e055a

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

CONTRIBUTORS.txt

+2
Original file line numberDiff line numberDiff line change
@@ -377,3 +377,5 @@ contributors:
377377
* Slavfox: contributor
378378

379379
* Matthew Beckers (mattlbeck): contributor
380+
381+
* Frank Harrison (doublethefish): contributor

ChangeLog

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ What's New in Pylint 2.5.0?
77

88
Release date: TBA
99

10+
* Introduces map/reduce concept for checkers that need to consolodate data across files after runs fixing certain catergories of multithreaded bug, e.g. SimilarChecker wih --jobs>1.
11+
12+
Close #3314
1013

1114
* Adjust the `invalid-name` rule to work with non-ASCII identifiers and add the `non-ascii-name` rule.
1215

doc/whatsnew/2.5.rst

+2
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,5 @@ Other Changes
9292
This command lists all extensions present in ``pylint.extensions``.
9393

9494
* Various false positives have been fixed which you can read more about in the Changelog files.
95+
96+
* Fixes --jobs=2+ for similarity checking giving consitent results

0 commit comments

Comments
 (0)