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

Make DType::Struct a struct #278

Closed
wants to merge 4 commits into from
Closed

Make DType::Struct a struct #278

wants to merge 4 commits into from

Conversation

gatesn
Copy link
Contributor

@gatesn gatesn commented Apr 30, 2024

This allows us to store e.g. a DType::Struct instead of just a DType when we want to ensure we have a struct dtype.

There are lots of FLUPs here related to #174

#[cfg_attr(feature = "serde", derive(::serde::Serialize))]
pub struct CompositeID(&'static str);

impl CompositeID {
Copy link
Member

Choose a reason for hiding this comment

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

Given pr title I am surprised to see these changes here. Can we change the pr title or make separate pr?

@gatesn
Copy link
Contributor Author

gatesn commented Apr 30, 2024

I'm going to close this until we figure out what to do with Composite DTypes

@gatesn gatesn closed this May 1, 2024
@robert3005 robert3005 deleted the ngates/dtype-structs branch August 13, 2024 13:59
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.

2 participants