Commit 2b6e56d
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments