Commit d1950a3
authored
* fix: use isassigned for dijkstra_states slot checks
Julia 1.11+ changed isdefined(::Vector, i) to only check bounds, not
element initialization (Vectors now back onto Memory{T}). Use isassigned
to preserve the original "is this slot populated?" semantics. Without
this, osm_subgraph populated osg.dijkstra_states even when g had all
undef entries, causing UndefRefError when comparing in tests.
* chore: add dependabot for github-actions
Weekly grouped updates so all action bumps land in one PR.
1 parent e042fe7 commit d1950a3
3 files changed
Lines changed: 13 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments