File tree
7 files changed
+7
-1
lines changed7 files changed
+7
-1
lines changed- .azure/linux-stack.yml+2-6
- .azure/windows-stack.yml-1
- .ghci-25
- .github/workflows/build.yaml+53
- .gitignore-6
- .hlint.yaml+1-1
- CHANGELOG.md-20
- README.md+2-43
- bench/Hist/Main.hs-472
- bench/Main.hs-416
- bench/README.md-14
- bench/hist.yaml-42
- cabal.project+5
- exe/Main.hs+311-431
- exe/Utils.hs+1-1
- ghcide.cabal+9-89
- hie.yaml+9-19
- hie.yaml.cbl-20
- hie.yaml.stack-20
- src-ghc810/Development/IDE/GHC/HieAst.hs+2-1
- src-ghc810/Development/IDE/GHC/HieBin.hs+1-6
- src-ghc86/Development/IDE/GHC/HieBin.hs+1-6
- src-ghc88/Development/IDE/GHC/HieBin.hs+1-6
- src/Development/IDE/Core/Compile.hs+41-44
- src/Development/IDE/Core/FileExists.hs+11-15
- src/Development/IDE/Core/FileStore.hs+10-21
- src/Development/IDE/Core/OfInterest.hs+4-12
- src/Development/IDE/Core/PositionMapping.hs+2-2
- src/Development/IDE/Core/RuleTypes.hs+22-26
- src/Development/IDE/Core/Rules.hs+186-225
- src/Development/IDE/Core/Service.hs+23-16
- src/Development/IDE/Core/Shake.hs+373-393
- src/Development/IDE/GHC/Compat.hs+9-21
- src/Development/IDE/GHC/Error.hs+22-2
- src/Development/IDE/GHC/Orphans.hs+2-9
- src/Development/IDE/GHC/Util.hs+22-3
- src/Development/IDE/Import/DependencyInformation.hs+2-1
- src/Development/IDE/Import/FindImports.hs+4-4
- src/Development/IDE/LSP/HoverDefinition.hs+6-5
- src/Development/IDE/LSP/LanguageServer.hs+1-4
- src/Development/IDE/LSP/Notifications.hs+1-1
- src/Development/IDE/LSP/Outline.hs+1-13
- src/Development/IDE/Plugin/CodeAction.hs+4-6
- src/Development/IDE/Plugin/Completions.hs+31-23
- src/Development/IDE/Plugin/Completions/Logic.hs+2-2
- src/Development/IDE/Plugin/Completions/Types.hs+2-2
- src/Development/IDE/Spans/AtPoint.hs+29-27
- src/Development/IDE/Spans/Common.hs+27-38
- src/Development/IDE/Spans/Documentation.hs+6-59
- src/Development/IDE/Types/Diagnostics.hs-9
- src/Development/IDE/Types/Location.hs+1-1
- src/Development/IDE/Types/Options.hs+5-4
- stack-ghc-lib.yaml+1-1
- stack.yaml+2-17
- stack810.yaml+1-9
- stack84.yaml-39
- stack86.yaml+21
- stack88.yaml+3-4
- test-leak+39
- test/data/Bar.hs+3
- test/data/Foo.hs
- test/data/GotoHover.hs+1-1
- test/data/hover/Bar.hs-3
- test/data/hover/hie.yaml-1
- test/data/multi/a/A.hs-3
- test/data/multi/a/a.cabal-9
- test/data/multi/b/B.hs-3
- test/data/multi/b/b.cabal-9
- test/data/multi/cabal.project-1
- test/data/multi/hie.yaml-6
- test/data/recomp/Setup.hs-2
- test/data/recomp/cabal.project-1
- test/data/recomp/hie.yaml-1
- test/data/recomp/lib/A.hs-6
- test/data/recomp/lib/B.hs-4
- test/data/recomp/lib/P.hs-5
- test/data/recomp/recomp.cabal-13
- test/exe/Main.hs+187-462
- test/src/Development/IDE/Test.hs+24-15
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
|
0 commit comments