Commit 90bb5c1
committed
Drop SemanticdbAgent, PackageHub, and other dead code paths
- Delete the semanticdb-agent module and its in-Gradle fallback
(the ByteBuddy advice that injected -Xplugin:semanticdb when the
normal compileOnly attachment didn't reach javac).
- Add a post-build diagnostic in GradleBuildTool that surfaces a clear
actionable error when Gradle finishes successfully but produces no
.semanticdb files (the case the agent used to silently rescue).
- Delete dead Gradle toolchain code: GradleJavaCompiler,
GradleJavaToolchains.fromWorkspace, paths(), executableJavacPath(),
and the printDebugLogs helper they fed.
- Drop PackageHub support: hidden --packagehub flag on the CLI, the
HTTP POST plumbing, and the com.lihaoyi:requests dependency.
- Drop the broken nativeImageProfiled sbt command (no GraalVM plugin).
- Drop the orphan bin/packagehub.sh script.
- Inline CommentSyntax into ScipPrinters (4-entry map, no codec needed).1 parent 1f339b8 commit 90bb5c1
22 files changed
Lines changed: 176 additions & 931 deletions
File tree
- bin
- scip-java/src/main/scala/com/sourcegraph/scip_java
- buildtools
- commands
- semanticdb-agent/src/main/java/com/sourcegraph/semanticdb_javac
- semanticdb-gradle-plugin/src/main/scala
- tests/buildTools/src
- main/scala/tests
- test/scala/tests
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
86 | 85 | | |
87 | 86 | | |
88 | 87 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | 88 | | |
109 | 89 | | |
110 | 90 | | |
| |||
243 | 223 | | |
244 | 224 | | |
245 | 225 | | |
246 | | - | |
247 | 226 | | |
248 | 227 | | |
249 | 228 | | |
| |||
267 | 246 | | |
268 | 247 | | |
269 | 248 | | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | 249 | | |
275 | 250 | | |
276 | 251 | | |
| |||
532 | 507 | | |
533 | 508 | | |
534 | 509 | | |
535 | | - | |
536 | | - | |
537 | | - | |
538 | | - | |
539 | | - | |
540 | | - | |
541 | | - | |
542 | | - | |
543 | | - | |
544 | | - | |
545 | 510 | | |
546 | 511 | | |
547 | 512 | | |
| |||
577 | 542 | | |
578 | 543 | | |
579 | 544 | | |
580 | | - | |
| 545 | + | |
581 | 546 | | |
582 | 547 | | |
583 | 548 | | |
| |||
617 | 582 | | |
618 | 583 | | |
619 | 584 | | |
620 | | - | |
621 | | - | |
622 | | - | |
623 | | - | |
624 | | - | |
625 | | - | |
626 | | - | |
627 | | - | |
628 | | - | |
629 | 585 | | |
630 | 586 | | |
631 | 587 | | |
| |||
635 | 591 | | |
636 | 592 | | |
637 | 593 | | |
638 | | - | |
| 594 | + | |
639 | 595 | | |
640 | 596 | | |
641 | 597 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
| |||
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
Lines changed: 92 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
34 | 87 | | |
35 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
36 | 123 | | |
37 | 124 | | |
38 | 125 | | |
| |||
62 | 149 | | |
63 | 150 | | |
64 | 151 | | |
65 | | - | |
66 | 152 | | |
67 | 153 | | |
68 | 154 | | |
| |||
81 | 167 | | |
82 | 168 | | |
83 | 169 | | |
84 | | - | |
85 | 170 | | |
86 | 171 | | |
87 | 172 | | |
88 | 173 | | |
89 | 174 | | |
90 | 175 | | |
91 | 176 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | 177 | | |
104 | | - | |
105 | 178 | | |
106 | 179 | | |
107 | 180 | | |
| |||
122 | 195 | | |
123 | 196 | | |
124 | 197 | | |
125 | | - | |
126 | 198 | | |
127 | 199 | | |
128 | 200 | | |
| |||
0 commit comments