[dmd-internals] [D-Programming-Language/dmd] 2b19f3: spell checker:
GitHub via dmd-internals
dmd-internals at puremagic.com
Wed Nov 19 17:33:53 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 2b19f37588ed7a936ee89606849f331cac53e1dc
https://github.com/D-Programming-Language/dmd/commit/2b19f37588ed7a936ee89606849f331cac53e1dc
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2014-11-19 (Wed, 19 Nov 2014)
Changed paths:
M src/dsymbol.c
M src/root/speller.c
M src/root/speller.h
M src/scope.c
M src/scope.h
M src/traits.c
A test/fail_compilation/imports/spell9644a.d
A test/fail_compilation/imports/spell9644b.d
M test/fail_compilation/spell9644.d
Log Message:
-----------
spell checker:
- find the "closest" symbol for the minimum levenshtein distance
- do not report private symbols from import
- remove spurious error messages on private symbols found by the spell checker
- allow ambiguous symbols to be reported
Commit: 5c087d7d07927ec856b3d5899b730d0af7e06aa6
https://github.com/D-Programming-Language/dmd/commit/5c087d7d07927ec856b3d5899b730d0af7e06aa6
Author: Walter Bright <walter at walterbright.com>
Date: 2014-11-19 (Wed, 19 Nov 2014)
Changed paths:
M src/dsymbol.c
M src/root/speller.c
M src/root/speller.h
M src/scope.c
M src/scope.h
M src/traits.c
A test/fail_compilation/imports/spell9644a.d
A test/fail_compilation/imports/spell9644b.d
M test/fail_compilation/spell9644.d
Log Message:
-----------
Merge pull request #4143 from rainers/issue13736
Fix 13736 - Spellchecker should prefer symbols from inner scopes
Compare: https://github.com/D-Programming-Language/dmd/compare/48049eada737...5c087d7d0792
More information about the dmd-internals
mailing list