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

Dates and tribbles #508

Closed
krlmlr opened this issue Dec 12, 2024 · 2 comments
Closed

Dates and tribbles #508

krlmlr opened this issue Dec 12, 2024 · 2 comments

Comments

@krlmlr
Copy link
Contributor

krlmlr commented Dec 12, 2024

library(constructive)

construct(tibble::tibble(date = Sys.Date()), opts_tbl_df("tribble"))
#> {constructive} couldn't create code that reproduces perfectly the input
#> ℹ Call `construct_issues()` to inspect the last issues
#> tibble::tribble(
#>   ~date,
#>   20069,
#> )

Created on 2024-12-12 with reprex v2.1.1

@moodymudskipper
Copy link
Collaborator

have you tried with the development version ? I can't reproduce and AFAICT this was solved by #484

@moodymudskipper
Copy link
Collaborator

Please reopen if issues remain

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

No branches or pull requests

2 participants