Skip to content

Commit 2b6e56d

Browse files
Kenoclaude
andcommitted
compat: Allow Aqua 0.8
Aqua 0.6.7's type-piracy/ambiguity detection produces false positives under JuliaLang/julia#61915 (the TypeEq refactor), flagging the package's own inner constructors as piracy because Type{T} is now a TypeEq kind. Aqua 0.8.15 fixes this (it uses Base.isType). Allow Aqua 0.8 so tests pass on recent Julia. This change was made with the assistance of generative AI (Claude Code). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 4a9d6f3 commit 2b6e56d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1515
QuadmathSpecialFunctionsExt = ["SpecialFunctions"]
1616

1717
[compat]
18-
Aqua = "0.6"
18+
Aqua = "0.6, 0.8"
1919
Compat = "4.4"
2020
Printf = "<0.0.1, 1"
2121
Random = "<0.0.1, 1"

0 commit comments

Comments
 (0)