Alexander Plavin
Alexander Plavin
version is fine
Oh, didn't know that, and didn't see anywhere in the docs. Well, this is a pretty strong limitation to keep in mind... Especially as (to my understanding) it relies not...
nightly failures are unrelated
nightly test failures seem unrelated
Probably can be fixed by replacing https://github.com/mcabbott/AxisKeys.jl/blob/a78ba3d0ecc47d9345aeed4e773bf44056719d32/src/lookup.jl#L87 with `findall(∈(Set(a)), r)`, but I'm not completely sure.
Interesting, I thought the intended behavior with collections (ranges/vectors) is to keep matches, drop non-matches, and don't throw anything.