Commit d8307d0
Narrow test JuliaSyntax compat to match resolver (#53)
`JuliaFormatter 2.3.0` (the latest registered version) pins
`JuliaSyntax` to `0.4.10`. That makes `test/Project.toml`'s entry
`JuliaSyntax = "0.4.10, 1"` aspirational — the `1` disjunct is never
reachable.
Under the compat-bounds check's breaking-bucket rule
([ITensorActions#79](ITensor/ITensorActions#79)),
this spans two buckets (0.4 and 1) and fails the check. Narrowing to
`"0.4.10"` collapses to a single bucket.
Widen back whenever JuliaFormatter ships a release with broader
JuliaSyntax compat.
### Supersedes
- Closes #52
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 75e24d5 commit d8307d0
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
0 commit comments