Build failure when including a -
in a component's name
#2802
Labels
bug
Easy First Issue
An issue that should be straight forward to implement, and easily tested via CI.
F´ Tools
Issues pertaining to the F´ tools
help wanted
Problem Description
When creating a new component, you can name it as you please, but if the name contains a
-
it will fail to build. The component name should be given parameters of acceptable names to prevent this issue from occurring.Context / Environment
Execute
fprime-util version-check
and share the output.How to Reproduce
fprime-util new --component
test-component-with-dashes
cd test-component-with-dashes
, then attempt to build usingfprime-util build
Expected Behavior
Either a warning or an error when attempting to create a component with an invalid name.
The text was updated successfully, but these errors were encountered: