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

Rust SDK: bring back support for implicit splats #2059

Merged
merged 1 commit into from
May 9, 2023

Conversation

teh-cmc
Copy link
Member

@teh-cmc teh-cmc commented May 9, 2023

I'm very much not a fan of this and don't want to return to the times of implicit magical splats... but for now the focus is on aligning the two SDKs.

With this, Python and Rust behave the same:

  • Mismatch number of instances of length 1 are implicitly handled as splats
  • Transforms are sent as splatted data

(In the future, this probably should just return an error rather than doing magic... but again, aligning SDKs for now.)

Completes #2055
Unblocks #2056

@teh-cmc teh-cmc added the 🦀 Rust API Rust logging API label May 9, 2023
@teh-cmc teh-cmc mentioned this pull request May 9, 2023
2 tasks
@Wumpf Wumpf self-requested a review May 9, 2023 07:39
Copy link
Member

@Wumpf Wumpf left a comment

Choose a reason for hiding this comment

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

makes sense now to me, thank you for putting this together along side with updating the other PR!

@Wumpf Wumpf merged commit e897432 into main May 9, 2023
16 checks passed
@Wumpf Wumpf deleted the cmc/rust_sdk/implicit_splats branch May 9, 2023 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🦀 Rust API Rust logging API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants