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
I have a project on LTS-21.25 (ghc 9.4.8, yaml 0.11.11.2) that is manipulating K8s manifests. We encountered an issue where attempting to decode and then re-encode the same yaml files creates errors because a string of ".1" is converted to a decimal of .1.
Hi,
I have a project on LTS-21.25 (ghc 9.4.8, yaml 0.11.11.2) that is manipulating K8s manifests. We encountered an issue where attempting to decode and then re-encode the same yaml files creates errors because a string of
".1"
is converted to a decimal of.1
.A minimal repoducer is
When tested via ghci
For reference, Aeson behaves correctly keeping the value that was a string as a string. Please let me know if any other information is required.
Thanks,
Rickey
The text was updated successfully, but these errors were encountered: