Open thareh opened 1 year ago
It's not a very good error message. It probably wants to be something else, like "Invalid enum value provided"...
So it should not compile?
It seems to work fine when not used within a module.
Can enums default to...null?
Am 30. Mai 2023 14:50:53 MESZ schrieb Carl Husberg @.***>:
So it should not compile?
It seems to work fine when not used within a module.
-- Reply to this email directly or view it on GitHub: https://github.com/bmx-ng/bcc/issues/623#issuecomment-1568379560 You are receiving this because you are subscribed to this thread.
Message ID: @.***>
Yes, but it just seems to use the first value in that case. (I thought perhaps it worked like an object and could really be null)
Good day,
The following module will not compile:
"Unable to convert from Int to Enum EStreamEncoding."
Thanks!