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

Dump class definitions for code generation #7

Open
absolutedogy opened this issue Sep 9, 2024 · 0 comments
Open

Dump class definitions for code generation #7

absolutedogy opened this issue Sep 9, 2024 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@absolutedogy
Copy link
Contributor

The class definitions can be dumped from the send table to generate the mapping of the fields using the built in function on the parser.

This should be done so that we can have all of the definitions available in the code gen, and run the process to set up all of the classes.

While there is still pending tasks to support code generation fully, it is at a point where we can add all the source files needed to generate the classes once the code generation is fully ready.

It should be a fairly trivial task to handle, but once it is done the code generation will need to be run to validate that all of the class definitions are good enough and no code generation errors are thrown that cause the build to fail.

@absolutedogy absolutedogy added good first issue Good for newcomers help wanted Extra attention is needed labels Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant