Added some abandoned changes to the typesystem

Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
2022-02-06 15:55:03 +00:00
parent 0d169433a4
commit d0ff4170be
3 changed files with 65 additions and 31 deletions

View File

@@ -582,6 +582,9 @@ ev_vec_setlen(
__ev_vec_syncmeta(*v)
}
// TODO if new_len < old_len:
// vec_pop(old_len - new_len)
metadata->length = len;
return EV_VEC_ERR_NONE;
}