Commit 86fe4eb
File tree
20 files changed
+508
-372
lines changed- exe
- src/Ide
- Plugin
- test/functional
20 files changed
+508
-372
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | | - | |
| 21 | + | |
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
- .azure/linux-stack.yml+1-1
- .azure/windows-stack.yml+2-4
- .ghci-25
- .hlint.yaml+2
- README.md+4
- exe/Main.hs+332-50
- exe/RuleTypes.hs-33
- exe/Rules.hs-161
- exe/Utils.hs+9
- ghcide.cabal+18-6
- hie.yaml+10-1
- src/Development/IDE/Compat.hs+19
- src/Development/IDE/Core/Compile.hs+219-65
- src/Development/IDE/Core/FileExists.hs+4-29
- src/Development/IDE/Core/Preprocessor.hs+14-5
- src/Development/IDE/Core/RuleTypes.hs+52
- src/Development/IDE/Core/Rules.hs+259-71
- src/Development/IDE/Core/Shake.hs+4-4
- src/Development/IDE/GHC/Compat.hs+116-18
- src/Development/IDE/GHC/Error.hs+5-3
- src/Development/IDE/GHC/HieAst.hs+1.8k
- src/Development/IDE/GHC/Orphans.hs+6-3
- src/Development/IDE/GHC/Util.hs+69-20
- src/Development/IDE/GHC/WithDynFlags.hs+30
- src/Development/IDE/Import/DependencyInformation.hs+35-2
- src/Development/IDE/Import/FindImports.hs+18-12
- src/Development/IDE/LSP/HoverDefinition.hs+1-1
- src/Development/IDE/LSP/Notifications.hs+2-2
- src/Development/IDE/LSP/Outline.hs+3-1
- src/Development/IDE/Plugin.hs+24-1
- src/Development/IDE/Plugin/CodeAction.hs+19-5
- src/Development/IDE/Plugin/Completions.hs+14-3
- src/Development/IDE/Plugin/Completions/Logic.hs+8-8
- src/Development/IDE/Spans/AtPoint.hs+4-5
- src/Development/IDE/Spans/Calculate.hs+19-10
- src/Development/IDE/Types/Diagnostics.hs+15-5
- src/Development/IDE/Types/Location.hs+24-116
- src/Development/IDE/Types/Options.hs+3
- stack-ghc-lib.yaml+4-3
- stack.yaml+4-3
- stack84.yaml+5-3
- stack88.yaml+5
- test/data/Bar.hs+3
- test/data/Foo.hs+5
- test/data/GotoHover.hs+7
- test/exe/Main.hs+143-96
- test/src/Development/IDE/Test.hs+25-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
66 | | - | |
| 65 | + | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
| |||
97 | 96 | | |
98 | 97 | | |
99 | 98 | | |
100 | | - | |
101 | | - | |
102 | 99 | | |
103 | 100 | | |
104 | 101 | | |
| |||
125 | 122 | | |
126 | 123 | | |
127 | 124 | | |
| 125 | + | |
128 | 126 | | |
129 | 127 | | |
130 | 128 | | |
| |||
135 | 133 | | |
136 | 134 | | |
137 | 135 | | |
| 136 | + | |
138 | 137 | | |
139 | 138 | | |
140 | 139 | | |
| |||
146 | 145 | | |
147 | 146 | | |
148 | 147 | | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
This file was deleted.
0 commit comments