tidyverse / hms

A simple class for storing time-of-day values
https://hms.tidyverse.org/
Other
138 stars 25 forks source link

Infloop with dev vctrs #82

Closed lionel- closed 3 years ago

lionel- commented 4 years ago
c(hms::hms(1, 1, 10), hms::hms(3, 4, 5))
#> Error: C stack usage  9522400 is too close to the limit

We'll fix this on our side, but this didn't show up in the revdepchecks of vctrs. Can you add this to your unit tests please?

github-actions[bot] commented 2 years ago

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.