From 7adb4784bf484f8cf57b5edb612d2c4f34388237 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Sun, 4 Dec 2011 10:06:28 -0800 Subject: Tweaked ident suggestions. Rolled damaru-levenshtein algorithm back to my original "pure" version. Cut max distance to 1. Turned on by default because now it offers nothing unexpected, and removed short-lived -Ysuggest-idents option. --- test/files/neg/suggest-similar.check | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'test/files/neg/suggest-similar.check') diff --git a/test/files/neg/suggest-similar.check b/test/files/neg/suggest-similar.check index 320c7d0092..0a858aaf2e 100644 --- a/test/files/neg/suggest-similar.check +++ b/test/files/neg/suggest-similar.check @@ -1,13 +1,10 @@ suggest-similar.scala:8: error: not found: value flippitx (similar: flippity) flippitx = 123 ^ -suggest-similar.scala:9: error: not found: value identipoo (similar: identity) - Nil map identipoo +suggest-similar.scala:9: error: not found: value identiyt (similar: identity) + Nil map identiyt ^ suggest-similar.scala:10: error: not found: type Bingus (similar: Dingus) new Bingus ^ -suggest-similar.scala:11: error: value bap is not a member of object Nil - Nil bap identity - ^ -four errors found +three errors found -- cgit v1.2.3