Community
Participate
Working Groups
If we cannot get rid of the 'Use Structural-Parse mode to build the CModel' option from the preference page then we do need to test this further. I propose that CModelElementsTest can be updated to run twice, once on QUICK_PARSE, once upon STRUCTURAL_PARSE.
The class StructuralCModelElementsTest has been added. It uses the same input file as the CModelElementsTest. The part that still fails is the checkTemplates(). All other checks are fine. I will not resolve to Fixed until the rest of the C model tests run in Structural mode as well.
Fixed in HEAD. Now All CModel tests run twice, once for quick mode and once for Structural mode (Except for IIncludeTests.java because it depends on external as well as local inclusions. Local inclusions are tested in the CModelElementsTest.java, and external are not possible to test right now.) Structural parse now is working just like Quick parse. We need now to: (1) test its performance (2) document its behavior James, Coupld you please raise a bug on Dave Williams if you find that the documentation on Structural Parse is not enough? Also, what is your feedback on performance? Thanks