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

error in sync #358

Open
maelle opened this issue Nov 29, 2024 · 5 comments
Open

error in sync #358

maelle opened this issue Nov 29, 2024 · 5 comments

Comments

@maelle
Copy link
Collaborator

maelle commented Nov 29, 2024

When running source("tools/05-duckdb-tests.R", echo = TRUE)

Error in `mutate()` at dplyr-main/R/filter.R:119:3:In argument: `test_code = pmap_chr(list(name, code, oo), get_test_code, .progress = TRUE)`.
Caused by error in `pmap_chr()`:In index: 35.
Caused by error in `rel_try()` at duckplyr/R/rename_with.R:5:3:
! Fallback not available with `DUCKPLYR_FORCE`.
Backtrace:
  1. base::source("tools/05-duckdb-tests.R", echo = TRUE)
 25. duckplyr:::rename_with.duckplyr_df(., identity)
       at dplyr-main/R/rename.R:84:3
 26. duckplyr:::rel_try(...)
       at duckplyr/R/rename_with.R:5:3
@maelle
Copy link
Collaborator Author

maelle commented Nov 29, 2024

Then source("tools/06-patch-duckdb.R", echo = TRUE) unfortunately errors with

Error in normalizePath(path, mustWork = TRUE) : 
  path[1]="tests/testthat/test-rel_api.R": No such file or directory
Backtrace:
  1. base::source("tools/06-patch-duckdb.R", echo = TRUE)
 16. brio::read_file("tests/testthat/test-rel_api.R")
 17. base::normalizePath(path, mustWork = TRUE)

@maelle
Copy link
Collaborator Author

maelle commented Nov 29, 2024

Even if I re-add the missing test file that was deleted for some reason, the patches are not applied.

@krlmlr
Copy link
Member

krlmlr commented Nov 29, 2024 via email

@maelle
Copy link
Collaborator Author

maelle commented Nov 29, 2024

I did, several times, but not between steps, let me try that.

@maelle
Copy link
Collaborator Author

maelle commented Nov 29, 2024

restarting between steps didn't help. the patch step runs without any error but nothing is patched.

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

No branches or pull requests

2 participants