You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: