Commit 509ff0c
Document ExtractDependencies regression + add sbt-bridge tests to smoke-test.sh
The reverted iter13/17/18 changes all broke
xsbt.ExtractUsedNamesSpecification (extractUsedNamesInTypeOfTree and
extractTypeNamesForObjectsDependingOnAbstractTypes). Smoke-test.sh
previously only ran the compiler's Test/compile (typecheck) — which
doesn't exercise the dependency-recording layer. Add
scala3-sbt-bridge-bootstrapped/test to the smoke harness so future
ExtractDependencies edits are caught locally before push.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent ba80c36 commit 509ff0c
2 files changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments