Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POSIXlt should not be evaluated in JS #473

Closed
wants to merge 1 commit into from
Closed

Conversation

yihui
Copy link
Contributor

@yihui yihui commented Oct 16, 2023

This is to fix rstudio/DT#1092. POSIXlt is essentially a list, but we should stop the recursion here.

This is to fix rstudio/DT#1092. `POSIXlt` is essentially a list, but we should stop the recursion here.
@yihui
Copy link
Contributor Author

yihui commented Oct 16, 2023

Oh I just saw @gadenbuie's PR #467, which tries to fix the same problem. @cpsievert Please feel free to merge either one.

@cpsievert
Copy link
Collaborator

Thanks @yihui, we'll take this on in #467

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dataframe with POSIXlt data type leads to Error: C stack usage 7954712 is too close to the limit
2 participants