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
Hello, I am trying to use mFAST with FAST v1.2 templates and it seems to throw a static error when an enum type has element names that are not numbers.
E.g.
After further digging it appears that later in the template file, a message is defined using this value but with a default that doesn't correspond to any of the named values.
E.g
Hi, if you're interested, I addressed this in this fork SBAM@4a427bd
If an id attribute is provided and matches, it will be selected, otherwise it falls back to the name attribute.
Hello, I am trying to use mFAST with FAST v1.2 templates and it seems to throw a static error when an enum type has element names that are not numbers.
E.g.
Is there a way I can fix this? I'm trying to understand the code but it just seems to assume the element names must be a number.
Error:
Note: I am using the latest master as of 9-Sept-2019.
Thanks
The text was updated successfully, but these errors were encountered: