-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I have a type which uses two bytes to specify a type, although all the currently allowed values fit into a single byte. Vest seems to try to use the smallest type possible, however, this does not match the format.
My current workaround is to add a value to the enum, for example:
FORCE_U16 = 0x0100,
However, it would be useful if the Vest syntax allowed me to be explicit. I could not find if this feature existed based on the documentation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request