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
While nothing terrible comes of this it does rely on an unstable ordering of generator initialization. That is, when the support generator is initialized the DSDLCodeGenerator templates are not available, however, when generating code they are because the DSDLCodeGenerator added them to a shared environment when it initialized.
Possible fixes include:
just moving all the generator filters to the environment.
creating different environment objects per generator
sandboxing filters and tests based on the code generator in use (not recommended).
The text was updated successfully, but these errors were encountered:
While nothing terrible comes of this it does rely on an unstable ordering of generator initialization. That is, when the support generator is initialized the DSDLCodeGenerator templates are not available, however, when generating code they are because the DSDLCodeGenerator added them to a shared environment when it initialized.
Possible fixes include:
The text was updated successfully, but these errors were encountered: