M Starch
M Starch
@bocchino did we fix this in the array work we did this summer? If so, will you close this issue?
Solution: document the steps here formally
I have been running in CMake with ninja for some time because that is what the IDE I use does. No issues.
We should consider also a large restructuring to break apart the large monolith of targets required by modern projects.
Yes, the output names have been reworked for simplicity. No more `ComponentImpl`
Yes. You'd need to update the make system too, as that CMakeList.txt points to the old naming. Keep in mind, these stubs are empty.
@timcanham with the addition of the `ComQueue` component to `Ref` this is now fixed. Data queues up and you get a minimal set of EVRs indicating overflow. The incessant printing...
@timcanham yes it is throttled. Is this sufficient?
In short, we need to bump the cookiecutter version. This is listed in the "fix fprime-new" PR so I will link and close this issue.
Note: we have a clang-format file, but need to understand how to run it give errors from the `PRIVATE:` construct. We've discussed removing this or writing a wrapper script.