for pretty error messages in tibble.
Do we need to replace .Call() by something different?
It would be great to move the check_dots_empty() check to C code too.
system.time(vctrs::vec_as_location(1, 1L, arg = Sys.sleep(1)))
#> user system elapsed
#> 0.023 0.000 1.025
Created on 2020-06-15 by the reprex package (v0.3.0)
for pretty error messages in tibble.
Do we need to replace
.Call()by something different?It would be great to move the
check_dots_empty()check to C code too.Created on 2020-06-15 by the reprex package (v0.3.0)