You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since mymodule.fp is not processed, I expect to get an error in this case. The presence of unrecognized source code is likely not intended, and catching it would help avoid mistakes. (This is most applicable when using a custom autocoder.)
Context / Environment
Execute fprime-util version-check and share the output.
Problem Description
I created a file with the extension
.fp
instead of.fpp
and added it to SOURCE_FILES in a module.Since
mymodule.fp
is not processed, I expect to get an error in this case. The presence of unrecognized source code is likely not intended, and catching it would help avoid mistakes. (This is most applicable when using a custom autocoder.)Context / Environment
Execute
fprime-util version-check
and share the output.How to Reproduce
.fp
and add it to an existingSOURCE_FILES
list.Expected Behavior
An error should be reported explaining that the file extension cannot be recognized.
The text was updated successfully, but these errors were encountered: