Commit be637c6
Fix QA/Core CI: drop unmatched sublibrary [sources] from test/qa/Project.toml (#201)
* Fix QA env: drop unmatched sublibrary [sources] from test/qa/Project.toml
The test/qa environment listed every sublibrary (BVProblemLibrary,
DAEProblemLibrary, ..., SDEProblemLibrary) under [sources] without a
matching [deps]/[extras] entry. On Julia 1.12, Pkg.activate validates the
project and errors:
Sources for `JumpProblemLibrary` not listed in `deps` or `extras`
section at ".../test/qa/Project.toml".
This broke both the QA group and the Core group (Core reaches the same
activate_qa_env path via the Core => QA umbrella in runtests.jl).
The qa env only needs DiffEqProblemLibrary, which transitively resolves
its own sublibrary [sources]; the per-sublibrary entries were spurious.
Keep only the DiffEqProblemLibrary path source.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* ci: allow Comput/Collum citation false-positives in typos config
The Spell Check job flagged two genuine false-positives:
- "Comput" in "Math. Comput." (Mathematics of Computation journal abbreviation)
in lib/DDEProblemLibrary/src/ddetst.jl
- "Collum" in the surname "McCollum" (paper author)
in lib/JumpProblemLibrary/src/JumpProblemLibrary.jl
Add both to default.extend-words so typos accepts them.
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 ff9d114 commit be637c6
2 files changed
Lines changed: 4 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 9 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 10 | | |
18 | 11 | | |
19 | 12 | | |
| |||
0 commit comments