Commit 1298c7b
QA: strip redundant public-API EI ignores (SciMLTesting 1.7)
SciMLTesting 1.7 runs the two public-API ExplicitImports checks
(check_all_qualified_accesses_are_public / check_all_explicit_imports_are_public)
only on Julia >= 1.11, and the base-lib make-public releases (ModelingToolkit
11.29, Symbolics 7.28+, SymbolicUtils 4.36, SciMLBase 3.24) marked most of the
previously-ignored names public.
Verified against registered releases on Julia 1.12: of the 13
all_qualified_accesses_are_public ignores, only :topsort_equations (still
non-public in ModelingToolkit) and :getname (re-exported by Symbolics from
SymbolicIndexingInterface, non-public) remain flagged. The other 11 are now
public and removed. QA group passes 17/17 on 1.12 and 15/15 on 1.10 (public
checks skipped on the LTS). The all_qualified_accesses_via_owners list is a
distinct (non public-API) check and is left untouched.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 79307cb commit 1298c7b
1 file changed
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
36 | 33 | | |
37 | 34 | | |
38 | 35 | | |
| |||
0 commit comments