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

Automatic struct dumping utility #377

Open
planetchili opened this issue Dec 10, 2024 · 0 comments
Open

Automatic struct dumping utility #377

planetchili opened this issue Dec 10, 2024 · 0 comments
Assignees
Labels
dev-centric Features and fixes related to improving dx, debugging, and diagnostics

Comments

@planetchili
Copy link
Collaborator

It will be useful for extensive logging of API interactions etc. to be able to automatically serialize / stringify static structures. Since current C++ reflection tricks tend to fail on structs with a large number of elements, augment with a code generation tool based on Clang that generates dumping (or other) code. Also improve the existing TMP dump utility to recurse into structures and work on ranges and enums.

@planetchili planetchili self-assigned this Dec 10, 2024
@planetchili planetchili added the dev-centric Features and fixes related to improving dx, debugging, and diagnostics label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev-centric Features and fixes related to improving dx, debugging, and diagnostics
Projects
None yet
Development

No branches or pull requests

1 participant