We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d55a1 commit fa82e4cCopy full SHA for fa82e4c
src/gf.c
@@ -3143,7 +3143,7 @@ static jl_value_t *ml_matches(jl_methtable_t *mt,
3143
size_t *min_valid, size_t *max_valid, int *ambig)
3144
{
3145
if (world > jl_atomic_load_acquire(&jl_world_counter))
3146
- return jl_nothing; // the future is not enumerable
+ return (jl_value_t*)jl_an_empty_vec_any; // the future is not enumerable
3147
int has_ambiguity = 0;
3148
jl_value_t *unw = jl_unwrap_unionall((jl_value_t*)type);
3149
assert(jl_is_datatype(unw));
0 commit comments