forked fromfsharp/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commit3846384
Do not check assembly symbols equality by DefinitionRange and name (#4662)
* Do not check assembly symbols equality by DefinitionRange and nameAssembly symbols have startup definition range and considered equal.Fixes #4658.* Add test for equality of entities from assemblies with the same name* Add checks for range0 and rangeCmdArgs ranges* Do not run new tests on netcoreapp2.01 parentab48458 commit3846384
File tree
3 files changed
+71
-7
lines changed- src/fsharp
- tests/service
- data/CSharp_Analysis
3 files changed
+71
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1346 | 1346 | | |
1347 | 1347 | | |
1348 | 1348 | | |
1349 | | - | |
| 1349 | + | |
| 1350 | + | |
1350 | 1351 | | |
1351 | | - | |
1352 | | - | |
| 1352 | + | |
| 1353 | + | |
| 1354 | + | |
1353 | 1355 | | |
1354 | | - | |
| 1356 | + | |
1355 | 1357 | | |
1356 | 1358 | | |
1357 | 1359 | | |
1358 | | - | |
| 1360 | + | |
| 1361 | + | |
1359 | 1362 | | |
1360 | | - | |
1361 | | - | |
| 1363 | + | |
| 1364 | + | |
| 1365 | + | |
1362 | 1366 | | |
1363 | 1367 | | |
1364 | 1368 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
129 | 139 | | |
0 commit comments
Comments
(0)