Support float64 in enum processor#8911
Conversation
|
@tuannh99 while the code looks good I wonder what your use case is. As far as I get it you want to replace a float value with something else? |
|
@tuannh99 any news on this? |
|
@srebhan I should have a commit to update this in a few. |
|
@tuannh99 can you please comment on my concern above that trying to map a raw floating point value is very fragile and explain what your use-case is |
|
This is fine as is. In a future PR we may want to expose the FormatFloat() precision argument, to give users the ability to control how precisely the floats are matched. |
This adds float64 support to enum processor.
Required for all PRs: