nasa / fpp

F Prime Prime: A modeling language for F Prime
https://fprime.jpl.nasa.gov
Apache License 2.0
49 stars 31 forks source link

Revise check-xml #265

Closed bocchino closed 1 year ago

bocchino commented 1 year ago

In the checker for the reference XML in the unit tests, disable Python autocoding and C++ compilation in new cases, due to regressions in F Prime. Specifically, this commit:

https://github.com/nasa/fprime/pull/1734

causes new failures in cases where there is an XML enum outside of a namespace.

This probably isn't worth fixing in F Prime, since we have phased out this XML-to-C++ code gen. However, the fprime-check script should work.

@LeStarch FYI.

bocchino commented 1 year ago

I added FPP modules in a few cases to make the XML code generation work.