Making sure we're still relevant for the new build structure introduced by https://github.com/nasa/fprime/pull/1994
Correcting "assumptions" in the code that deployment==cmake project, which mostly came down to variable names and vocabulary.
I had to scrub a minor thing in new --component that would use the deployment's name as default prompt for component namespace, if the command is ran from a deployment. I thought about switching to using CWD's name, since that's usually what I've seen being used.
Testing/Review Recommendations
I tested as much as I could with projects on the old and new build structure, as well as with core fprime.
Change Description
Making sure we're still relevant for the new build structure introduced by https://github.com/nasa/fprime/pull/1994 Correcting "assumptions" in the code that deployment==cmake project, which mostly came down to variable names and vocabulary. I had to scrub a minor thing in
new --component
that would use the deployment's name as default prompt for component namespace, if the command is ran from a deployment. I thought about switching to using CWD's name, since that's usually what I've seen being used.Testing/Review Recommendations
I tested as much as I could with projects on the old and new build structure, as well as with core fprime.