File tree
15 files changed
+28
-19
lines changed- .circleci
- plugins
- default/src/Ide/Plugin
- tactics/src/Ide/Plugin
15 files changed
+28
-19
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
| 72 | + | |
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
- .azure/linux-bench.yml+2-2
- .azure/linux-stack.yml+1-1
- .azure/windows-stack.yml+5-9
- .gitignore+1-1
- bench-results/.artifactignore
- bench/README.md+2-2
- bench/config.yaml+17-1
- bench/exe/Main.hs+1-1
- bench/hist/Main.hs+83-58
- bench/lib/Experiments.hs+164-146
- bench/lib/Experiments/Types.hs+67
- cabal.project+2-3
- ghcide.cabal+10-22
- hie-compat/CHANGELOG.md+5
- hie-compat/LICENSE+201
- hie-compat/README.md+20
- hie-compat/hie-compat.cabal+45
- hie-compat/src-ghc810/Compat/HieAst.hs+1-1
- hie-compat/src-ghc810/Compat/HieBin.hs+1-1
- hie-compat/src-ghc86/Compat/HieAst.hs+3-3
- hie-compat/src-ghc86/Compat/HieBin.hs+2-2
- hie-compat/src-ghc86/Compat/HieDebug.hs+4-4
- hie-compat/src-ghc86/Compat/HieTypes.hs+1-1
- hie-compat/src-ghc86/Compat/HieUtils.hs+2-2
- hie-compat/src-ghc88/Compat/HieAst.hs+1-1
- hie-compat/src-ghc88/Compat/HieBin.hs+1-1
- hie-compat/src-reexport/Compat/HieDebug.hs+3
- hie-compat/src-reexport/Compat/HieTypes.hs+3
- hie-compat/src-reexport/Compat/HieUtils.hs+3
- session-loader/Development/IDE/Session.hs+13-4
- src/Development/IDE/Core/Compile.hs+220-168
- src/Development/IDE/Core/FileStore.hs+1-1
- src/Development/IDE/Core/OfInterest.hs+6-6
- src/Development/IDE/Core/Preprocessor.hs+9-12
- src/Development/IDE/Core/RuleTypes.hs+69-39
- src/Development/IDE/Core/Rules.hs+197-145
- src/Development/IDE/GHC/Compat.hs+15-104
- src/Development/IDE/GHC/Error.hs+8-10
- src/Development/IDE/GHC/Orphans.hs+19-9
- src/Development/IDE/GHC/Util.hs+8-3
- src/Development/IDE/GHC/Warnings.hs+3-12
- src/Development/IDE/GHC/WithDynFlags.hs-30
- src/Development/IDE/Import/DependencyInformation.hs+11-4
- src/Development/IDE/Import/FindImports.hs+8-5
- src/Development/IDE/LSP/Notifications.hs+1-1
- src/Development/IDE/Plugin/CodeAction.hs+64-23
- src/Development/IDE/Plugin/Completions.hs+4-4
- src/Development/IDE/Plugin/Completions/Logic.hs+13-13
- src/Development/IDE/Spans/AtPoint.hs+10-4
- src/Development/IDE/Spans/Common.hs+11-3
- src/Development/IDE/Spans/Documentation.hs+30-26
- src/Development/IDE/Spans/LocalBindings.hs+27-31
- src/Development/IDE/Types/Diagnostics.hs+1-1
- src/Development/IDE/Types/Exports.hs+18-1
- stack-ghc-lib.yaml+3
- stack.yaml+2-1
- stack810.yaml+2-1
- stack8101.yaml+2-1
- stack88.yaml+2-1
- test/data/TH/THB.hs-1
- test/data/hover/GotoHover.hs+3
- test/exe/Main.hs+187-50
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
172 | 172 |
| |
173 | 173 |
| |
174 | 174 |
| |
175 |
| - | |
| 175 | + | |
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
192 | 192 |
| |
193 | 193 |
| |
194 | 194 |
| |
195 |
| - | |
| 195 | + | |
196 | 196 |
| |
197 |
| - | |
198 |
| - | |
199 |
| - | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
200 | 200 |
| |
201 | 201 |
| |
202 | 202 |
| |
|
Lines changed: 7 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
57 |
| - | |
| 56 | + | |
58 | 57 |
| |
59 | 58 |
| |
60 | 59 |
| |
61 | 60 |
| |
62 | 61 |
| |
63 | 62 |
| |
64 |
| - | |
| 63 | + | |
65 | 64 |
| |
66 | 65 |
| |
67 | 66 |
| |
| |||
213 | 212 |
| |
214 | 213 |
| |
215 | 214 |
| |
216 |
| - | |
| 215 | + | |
217 | 216 |
| |
218 | 217 |
| |
219 | 218 |
| |
| |||
369 | 368 |
| |
370 | 369 |
| |
371 | 370 |
| |
372 |
| - | |
373 |
| - | |
| 371 | + | |
| 372 | + | |
374 | 373 |
| |
375 | 374 |
| |
376 | 375 |
| |
| |||
454 | 453 |
| |
455 | 454 |
| |
456 | 455 |
| |
457 |
| - | |
| 456 | + | |
458 | 457 |
| |
459 |
| - | |
| 458 | + | |
460 | 459 |
| |
461 | 460 |
| |
462 | 461 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
| 64 | + | |
64 | 65 |
| |
65 | 66 |
| |
66 | 67 |
| |
| |||
260 | 261 |
| |
261 | 262 |
| |
262 | 263 |
| |
263 |
| - | |
264 |
| - | |
| 264 | + | |
| 265 | + | |
265 | 266 |
| |
266 | 267 |
| |
267 | 268 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
0 commit comments