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

Missing feature: destruct fields #739

Open
bernhardmgruber opened this issue May 30, 2023 · 1 comment
Open

Missing feature: destruct fields #739

bernhardmgruber opened this issue May 30, 2023 · 1 comment

Comments

@bernhardmgruber
Copy link
Member

LLAMA has an API constructFields(view) which runs the constructors of all fields. A counterpart to destructure all fields is missing though.

@bernhardmgruber
Copy link
Member Author

I just had a closer look at this and LLAMA for now forbids types in its record dimension which are not trivially destructible. That makes sense, because who should run the destructor, if multiple (shallow) views are in place and blobs don't have type information.

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

No branches or pull requests

1 participant