Community
Participate
Working Groups
[%=main()%] [% operation main() {%] foo [%}%] Causes the following error message: Type "out" not found. Normal operations cannot use static sections; an @template operation should be used for this purpose. The error message reveals an implementation detail and does not make obvious the root cause of the problem.
I've caught the TypeNotFound exception, and raised instead the new EglUnallocatedOutputBufferException. The new error message is: The operation 'main' uses a static section but has not been annotated with @template.
Committed to SVN. Assigning to Dimitris for build integration - thanks!
Fixed in the SVN and in the latest interim version.
Fixed in 0.9.0.
These error messages will be redundant (and hence removed) once #347016 is fixed.