-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FPP with NATIVE_INT_TYPE
compiles but GDS fails to start
#2788
Comments
@bocchino can you weigh in? |
As matters currently stand, (1) you cannot use a type alias like Until these issue are closed, you just have to know the rules and obey them manually. I anticipate that (2) will be fixed before (1). That is, step 1 of the fix will be that you can't use Finally, in any event you should avoid using |
I used |
Yes, that is the plan. This change is in place in fpp/main and will be released with FPP v2.1.0. |
Got it! Closing the issue as addressed in FPP. |
Problem Description
An event, and presumably other typed elements, can be specified with an argument of type
NATIVE_INT_TYPE
and this will build fine. However, when launching GDS, it fails withContext / Environment
Execute
fprime-util version-check
and share the output.How to Reproduce
Introduce an event like
Then build and run GDS.
Expected Behavior
Either the application should fail to compile, or GDS should start with the resulting dictionary.
The text was updated successfully, but these errors were encountered: