Skip to content

Commit d8307d0

Browse files
mtfishmanclaude
andauthored
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

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ITensorFormatter"
22
uuid = "b6bf39f1-c9d3-4bad-aad8-593d802f65fd"
3-
version = "0.2.28"
3+
version = "0.2.29"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ path = ".."
1414
Aqua = "0.8"
1515
ITensorFormatter = "0.2"
1616
ITensorPkgSkeleton = "0.3.42"
17-
JuliaSyntax = "0.4.10, 1"
17+
JuliaSyntax = "0.4.10"
1818
SafeTestsets = "0.1"
1919
Suppressor = "0.2"
2020
Test = "1.10"

0 commit comments

Comments
 (0)