@@ -1016,7 +1016,7 @@ struct Score {
10161016 static std::string getNameFor (ScoreKind kind) {
10171017 switch (kind) {
10181018 case SK_Hole:
1019- return " hole in the constraint system " ;
1019+ return " hole" ;
10201020
10211021 case SK_Unavailable:
10221022 return " use of an unavailable declaration" ;
@@ -1031,7 +1031,7 @@ struct Score {
10311031 return " forward scan when matching a trailing closure" ;
10321032
10331033 case SK_Fix:
1034- return " attempting to fix the source " ;
1034+ return " applied fix" ;
10351035
10361036 case SK_DisfavoredOverload:
10371037 return " disfavored overload" ;
@@ -1055,7 +1055,7 @@ struct Score {
10551055 return " collection upcast conversion" ;
10561056
10571057 case SK_ValueToOptional:
1058- return " value to optional" ;
1058+ return " value to optional promotion " ;
10591059
10601060 case SK_EmptyExistentialConversion:
10611061 return " empty-existential conversion" ;
@@ -1067,13 +1067,13 @@ struct Score {
10671067 return " value-to-pointer conversion" ;
10681068
10691069 case SK_FunctionToAutoClosureConversion:
1070- return " function to autoclosure parameter" ;
1070+ return " function to autoclosure parameter conversion " ;
10711071
10721072 case SK_ImplicitValueConversion:
10731073 return " value-to-value conversion" ;
10741074
10751075 case SK_UnappliedFunction:
1076- return " overloaded unapplied function" ;
1076+ return " use of overloaded unapplied function" ;
10771077 }
10781078 }
10791079
0 commit comments