Commit e23ed44
authored
Switch on the enhanced reference lookup system (#2705)
* It 'works' but no tests for new functionality yet
* dartfmt
* add tests for type parameters, handle more constructor parameter edge cases
* dartfmt rebuild
* remove debugging
* correct isEquivalentTo to handle element type forwarding
* The big switch
* This was never correct, delete hrefs for type parameters
* Correct a problem with inherited docs
* Remember, we need both
* Correct remaining SDK issues
* add a fully qualified name for DefinedElementType so that the comparison messages are more useful
* Remove commented out code block
* Stabilize the global table insertion order in the new lookup code.
* Keep using all packages -- might be necessary in some cases and I've done all my testing that way so far.
* Make byName more stable via hashCode.
* No need to rename it1 parent 1b3a032 commit e23ed44
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1426 | 1426 | | |
1427 | 1427 | | |
1428 | 1428 | | |
1429 | | - | |
| 1429 | + | |
1430 | 1430 | | |
1431 | 1431 | | |
1432 | 1432 | | |
| |||
0 commit comments