I submitted an exercise that was passing locally, but on exercism it gives me a bunch of errors:
MethodError: no method matching filter(::Base.var"#97#98"{Base.Fix2{typeof(in), Vector{Any}}})
Closest candidates are:
filter(::Any, !Matched::Tuple) at tuple.jl:380
filter(::Any, !Matched::Array{T, N}) where {T, N} at array.jl:2534
filter(::Any, !Matched::AbstractDict) at abstractdict.jl:468
I guessed I was using the wrong version (nixos still installs 1.9.4), but I get the same results with 1.10.2.
Is exercism using an older release?