Closed zabil-maooz closed 1 month ago
Hey hey, looks like we need to do something with specs.
Hey hey, looks like we need to do something with specs.
I have force pushed the commit and updated the specs as well. Thanks for the reminder.
Let's give it a try, thank you 🙂
Let's give it a try, thank you 🙂
You are welcome. And thanks for merging the PR. 😃
When creating enums that contains enum value type float, it throws errors of invalid type. This PR fixes the issue.
Details:
I am having a scenario where I need my enum to be defined as { key => float } mapping. This is my class
Now the issue is, It only works if keys value pair is { key => integer }, but for integer I can not handle value
5.7
I tried using string but it also throws error. I tried using float but it also throws error.Only working case is integer which is not applicable in my case.
Issue reported