Commit c417e13
Fix build config: revert buildSearchableOptions to tasks block, remove unused Java plugin dep (#1)
* Fix build config: revert buildSearchableOptions to tasks block, remove unused Java plugin dep
- Move buildSearchableOptions disable back to tasks block (the extension
property may not exist in IntelliJ Platform Gradle Plugin 2.3.0)
- Remove bundledPlugin("com.intellij.java") — not used by any source code
- Update foojay-resolver-convention to 1.0.0 (matches JetBrains template)
https://claude.ai/code/session_015LpmjAt17XD582hZ9TPLCv
* Add testFramework dependency and --stacktrace to CI for diagnostics
- Add testFramework(TestFrameworkType.Platform) to dependencies — required
by IntelliJ Platform Gradle Plugin 2.x for test sandbox setup
- Add --stacktrace to all Gradle commands in CI for better error reporting
https://claude.ai/code/session_015LpmjAt17XD582hZ9TPLCv
* CI: dump test results on failure for diagnostics
https://claude.ai/code/session_015LpmjAt17XD582hZ9TPLCv
* Fix off-by-one errors in HunkMatcher diff remap tests
Two tests passed the wrong oldLine value (off by +1), causing
the remapped result to be 1 higher than expected:
- parseDiffAndRemap with multiple hunks: 6→5
- parseDiffAndRemap with single line hunk: 7→6
Also remove diagnostic CI step no longer needed.
https://claude.ai/code/session_015LpmjAt17XD582hZ9TPLCv
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 7e0b53d commit c417e13
File tree
4 files changed
+11
-9
lines changed- .github/workflows
- review-plugin
- src/test/kotlin/com/reviewplugin/anchor
4 files changed
+11
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
0 commit comments