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
template includes only collected after template generation happens, so it needs to be split into a two stage process: generate code first, then generate includes
testGenerator.includes does not work (e.g. C++)
conditional includes should be introduced (e.g. in C++'s getType conditionally uses one:: namespace which requires OneLang.Core) - with e.g. a non-returning template action {{ includes("something") }}
The text was updated successfully, but these errors were encountered:
Resolve the following issues:
testGenerator.includes
does not work (e.g. C++)getType
conditionally usesone::
namespace which requires OneLang.Core) - with e.g. a non-returning template action{{ includes("something") }}
The text was updated successfully, but these errors were encountered: