Community
Participate
Working Groups
An EGL template that imports a non-existent file does not report any parse problems. In the development tools, no problem markers are shown. The following template can be used to reproduce the problem: [%import 'NonExistent.egl'; %] The EGL editor reports no problems for the above template.
This is a regression, introduced by the recent EGL refactorings. EglPreprocessorModule returned a defensive copy of ParseProblems, meaning that all calls to getParseProblems().add() would not modify the underlying collection. I've changed EglPreprocessorModule to return a reference to the underlying collection, which fixes this issue.
Fix and regression test checked into SVN. Assigning to Dimitris for build integration - thanks!
Fixed in the latest interim version.
Fixed in 0.9.0.