Commit 8068239
authored
Bump Inkuire version to fix it for the new Scala versions (scala#21611)
It seems like Inkuire depended on the way some type lambdas were encoded
in TASTy which caused it to falsely reject a ton of valid functions.
This update also includes a slight change to the ordering heuristic, so
that more complicated names of functions are shown lower in the lost and
synthetic names are shown last.
Inkuire changes:
- `1.0.0-M8` https://github.com/VirtusLab/Inkuire/releases/tag/v1.0.0-M8
- `1.0.0-M9` https://github.com/VirtusLab/Inkuire/releases/tag/v1.0.0-M91 parent ba9e59a commit 8068239
File tree
2 files changed
+5
-5
lines changed- project
- scaladoc/src/dotty/tools/scaladoc/tasty
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
0 commit comments