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

Allow impl-specific platform_config values #165

Merged
merged 1 commit into from
May 17, 2023
Merged

Conversation

thetorpedodog
Copy link
Contributor

@thetorpedodog thetorpedodog commented May 15, 2023

This specifies that implementations may provide their own types to be passed as platform_config, and that other implementations should ignore things they don’t recognize.


Per the discussion at Friday’s meeting about allowing users to pass in rich objects, this is roughly what I was thinking would be the best approach. It’s pretty much what I said there, and tl;dr

  1. Implementations can choose to accept their own rich types raw.
  2. Other implementations should ignore ones they don't recognize and act as if nothing was passed.

I only vaguely remember who was most involved in that discussion, so please R+ anybody who seems relevant.

Tracking: single-cell-data/TileDB-SOMA#1394

This specifies that implementations may provide their own types to be
passed as `platform_config`, and that other implementations should
ignore things they don’t recognize.
Copy link
Member

@bkmartinjr bkmartinjr left a comment

Choose a reason for hiding this comment

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

This all seems reasonable to me - thanks Paul!

Copy link
Member

@johnkerl johnkerl left a comment

Choose a reason for hiding this comment

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

🚢

@thetorpedodog
Copy link
Contributor Author

@pablo-gar bump, since this a spec change I would like all reviewers' approval. (If I misremembered the conversation and you didn’t have an opinion on this, you can remove yourself from the reviewers list (or approve if you think this is a good idea anyway).)

Copy link
Member

@pablo-gar pablo-gar left a comment

Choose a reason for hiding this comment

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

Excellent attention to details and making the spec more specific

@thetorpedodog thetorpedodog merged commit 8969295 into main May 17, 2023
@thetorpedodog thetorpedodog deleted the rich-platform-config branch May 17, 2023 19:34
@johnkerl johnkerl changed the title Allow impl-specific platform_config values. Allow impl-specific platform_config values May 19, 2023
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.

4 participants