File tree
67 files changed
+1749
-214
lines changed- .github/workflows
- ghcide
- session-loader/Development/IDE
- src/Development/IDE
- Core
- GHC
- Compat
- Import
- Plugin
- Completions
- Spans
- Types
- ghcide-test/exe
- hie-compat
- src-ghc92/Compat
- hls-graph
- src
- Control/Concurrent/STM
- Development/IDE/Graph/Internal
- test
- hls-plugin-api/src/Ide
- hls-test-utils/src/Test/Hls
- plugins
- hls-cabal-plugin
- src/Ide/Plugin
- Cabal/Completion
- test
- hls-call-hierarchy-plugin/test
- hls-change-type-signature-plugin/test
- hls-class-plugin/src/Ide/Plugin/Class
- hls-code-range-plugin/src/Ide/Plugin/CodeRange
- hls-eval-plugin
- src/Ide/Plugin/Eval
- test
- testdata
- hls-explicit-fixity-plugin/src/Ide/Plugin
- hls-explicit-imports-plugin/src/Ide/Plugin
- hls-explicit-record-fields-plugin/src/Ide/Plugin
- hls-hlint-plugin/src/Ide/Plugin
- hls-overloaded-record-dot-plugin/src/Ide/Plugin
- hls-pragmas-plugin
- src/Ide/Plugin
- test
- hls-refactor-plugin/src/Development/IDE
- GHC
- Plugin/CodeAction
- hls-retrie-plugin/src/Ide/Plugin
- hls-semantic-tokens-plugin
- src/Ide/Plugin/SemanticTokens
- test
- hls-splice-plugin/src/Ide/Plugin
- shake-bench
- src/Development/Benchmark
- test
- functional
- testdata/schema/ghc912
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
67 files changed
+1749
-214
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Diff for: .github/workflows/test.yml
+13-13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
137 |
| - | |
| 137 | + | |
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
142 |
| - | |
| 142 | + | |
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
| |||
156 | 156 |
| |
157 | 157 |
| |
158 | 158 |
| |
159 |
| - | |
| 159 | + | |
160 | 160 |
| |
161 | 161 |
| |
162 | 162 |
| |
163 |
| - | |
| 163 | + | |
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
167 | 167 |
| |
168 |
| - | |
| 168 | + | |
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
172 |
| - | |
| 172 | + | |
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
176 |
| - | |
| 176 | + | |
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
| |||
185 | 185 |
| |
186 | 186 |
| |
187 | 187 |
| |
188 |
| - | |
| 188 | + | |
189 | 189 |
| |
190 | 190 |
| |
191 | 191 |
| |
192 | 192 |
| |
193 |
| - | |
| 193 | + | |
194 | 194 |
| |
195 | 195 |
| |
196 | 196 |
| |
| |||
214 | 214 |
| |
215 | 215 |
| |
216 | 216 |
| |
217 |
| - | |
| 217 | + | |
218 | 218 |
| |
219 | 219 |
| |
220 | 220 |
| |
| |||
227 | 227 |
| |
228 | 228 |
| |
229 | 229 |
| |
230 |
| - | |
| 230 | + | |
231 | 231 |
| |
232 | 232 |
| |
233 | 233 |
| |
234 |
| - | |
| 234 | + | |
235 | 235 |
| |
236 | 236 |
| |
237 | 237 |
| |
| |||
240 | 240 |
| |
241 | 241 |
| |
242 | 242 |
| |
243 |
| - | |
| 243 | + | |
244 | 244 |
| |
245 | 245 |
| |
246 | 246 |
| |
|
Diff for: cabal.project
+12-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + |
Diff for: ghcide-test/exe/ExceptionTests.hs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
Diff for: ghcide-test/exe/FuzzySearch.hs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 |
| - | |
| 91 | + | |
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
| |||
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
122 |
| - | |
| 122 | + | |
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
|
Diff for: ghcide-test/exe/UnitTests.hs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
| 33 | + | |
32 | 34 |
| |
33 | 35 |
| |
34 | 36 |
| |
|
Diff for: ghcide/ghcide.cabal
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
| 90 | + | |
90 | 91 |
| |
91 | 92 |
| |
92 | 93 |
| |
|
+10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
127 | 131 |
| |
128 | 132 |
| |
129 | 133 |
| |
| |||
782 | 786 |
| |
783 | 787 |
| |
784 | 788 |
| |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
785 | 794 |
| |
786 | 795 |
| |
787 | 796 |
| |
| |||
838 | 847 |
| |
839 | 848 |
| |
840 | 849 |
| |
| 850 | + | |
841 | 851 |
| |
842 | 852 |
| |
843 | 853 |
| |
|
0 commit comments