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

Export table_path infrastructure #1458

Merged
merged 3 commits into from
Feb 21, 2024
Merged

Export table_path infrastructure #1458

merged 3 commits into from
Feb 21, 2024

Commits on Feb 20, 2024

  1. Export table_path infrastructure

    Fixes #1300
    
    Includes some changes to make the interface a little nicer and to fix some issues I noticed while I was looking at this code with fresh eyes:
    
    * `table_name()` -> `table_path_name()`
    * `is_table_id()` requires characters and table_paths to be length 1
    * Vectorise `table_path_components()` instead of `table_path_name()`
    * Make `table_path_components()` an S3 generic (as an escape hatch if needed)
    hadley committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    69839c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Vectorise test

    hadley committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    adec444 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16f9f9c View commit details
    Browse the repository at this point in the history