Commit 3628a61
Apply runic formatting (#25)
* Apply runic formatting
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Update CI, TagBot config, and compat bounds
- Use 'min' instead of '1.1' for minimum Julia version in CI
- Upgrade setup-julia action to v2
- Simplify TagBot to use TAGBOT_TOKEN secret
- Widen compat for RegisterCore, RegisterMismatchCommon, and julia to 1.10+
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Skip tests gracefully when no CUDA device is available
Replaces hard error with a warning + early exit so CI on CPU-only
runners passes instead of failing with a missing libcuda error.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Fix tests for RegisterCore v1: indmin_mismatch → argmin_mismatch
RegisterCore v1.0 renamed indmin_mismatch to argmin_mismatch.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Upgrade codecov-action to v5 and add CODECOV_TOKEN
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 84e8d11 commit 3628a61
6 files changed
Lines changed: 209 additions & 191 deletions
File tree
- .github/workflows
- src
- test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 31 | + | |
35 | 32 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments