Skip to content

Conversation

@gorcha
Copy link
Member

@gorcha gorcha commented Jan 8, 2026

This PR reworks the col_select implementation for the read_*() functions, with elated changes to .name_repair.

gorcha added 3 commits January 8, 2026 12:44
* col_select now uses tidyselect::eval_select instead of the deprecated vars_select (including variable renaming)
* name_repair implementation has been moved from as_tibble() in the C++ code to the `read_*()` functions so that it works correctly with col_select
@gorcha gorcha requested a review from hadley January 8, 2026 13:26
Copy link
Member

@hadley hadley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a nice simplification!

@gorcha
Copy link
Member Author

gorcha commented Jan 10, 2026

Thanks!

@gorcha gorcha merged commit f947e9d into main Jan 10, 2026
13 checks passed
@gorcha gorcha deleted the col_select branch January 10, 2026 03:31
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.

Interaction between .name_repair and col_select col_select does not work as documented

3 participants