Commit 4b54d62
Fix wrong SafeTestsets UUID in [extras] (#74)
* Fix wrong SafeTestsets UUID in [extras]
The [extras] entry for SafeTestsets used the UUID
1e83bf80-4336-4d27-bf5d-d5a4f845583c, which is actually StaticArraysCore's
UUID. As a result Pkg mapped the name SafeTestsets to StaticArraysCore and
applied the [compat] bound "0.0.1, 0.1" to StaticArraysCore (whose registered
versions are 1.0.0 - 1.4.4), making the test environment unsatisfiable. This
broke every test job (Core/NoPre across julia 1/lts/pre) and the Downgrade job
on master.
Use SafeTestsets' actual registered UUID
1bc83da4-3b8d-516f-aca4-4fe02f6d838f.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* Fix wrong SafeTestsets UUID in test/NoPre/Project.toml
The NoPre group env pinned SafeTestsets to UUID
1e83bf80-... whose only registered versions are 1.0.0-1.4.4,
which conflict with the `0.0.1, 0.1` compat bound, causing an
Unsatisfiable resolve. The registered SafeTestsets UUID is
1bc83da4-..., matching the root test env (which passes). Verified
locally: NoPre env now resolves and picks SafeTestsets v0.1.0.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 86d291b commit 4b54d62
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments