Closed DavisVaughan closed 1 year ago
i.e. should see a warning here
purrr::map(pairlist(1, 2), identity) #> [[1]] #> [1] 1 #> #> [[2]] #> [1] 2
I think we need to pass the user_env down to vctrs_vec_compat(), which may be annoying
user_env
vctrs_vec_compat()
grep for any usage of deprecate_soft() to make sure we get them all
deprecate_soft()
Two other functions need similar tweaks: deprec_rerun() and where_at().
deprec_rerun()
where_at()
i.e. should see a warning here
I think we need to pass the
user_env
down tovctrs_vec_compat()
, which may be annoyinggrep for any usage of
deprecate_soft()
to make sure we get them all