Commit 1e0580b
committed
ty_python_semantic: improve failed overloaded function call
The diagnostic now includes a pointer to the implementation definition
along with each possible overload.
This doesn't include information about *why* each overload failed.1 parent ce3a2f1 commit 1e0580b
File tree
3 files changed
+58
-2
lines changed- crates/ty_python_semantic
- resources/mdtest/snapshots
- src
- types/call
3 files changed
+58
-2
lines changedLines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
40 | 67 | | |
41 | 68 | | |
42 | 69 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6913 | 6913 | | |
6914 | 6914 | | |
6915 | 6915 | | |
6916 | | - | |
| 6916 | + | |
6917 | 6917 | | |
6918 | 6918 | | |
6919 | 6919 | | |
| |||
6948 | 6948 | | |
6949 | 6949 | | |
6950 | 6950 | | |
6951 | | - | |
| 6951 | + | |
6952 | 6952 | | |
6953 | 6953 | | |
6954 | 6954 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1113 | 1113 | | |
1114 | 1114 | | |
1115 | 1115 | | |
| 1116 | + | |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
| 1123 | + | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
| 1133 | + | |
| 1134 | + | |
| 1135 | + | |
| 1136 | + | |
| 1137 | + | |
| 1138 | + | |
| 1139 | + | |
| 1140 | + | |
| 1141 | + | |
| 1142 | + | |
| 1143 | + | |
| 1144 | + | |
1116 | 1145 | | |
1117 | 1146 | | |
1118 | 1147 | | |
| |||
0 commit comments