Closed fkautz closed 2 years ago
Hi there!
Thanks for reporting this; I'll see if I can investigate what is causing that in the next few weeks. If you want to send a PR (or even just a test case), please feel free to :)
valast.str
It's odd it prefixes that type with valast.
- I find that really surprising.
Stringifying a pointer to integer in a struct yields incorrect results. Here is an example for int64.
simple use case works
yields
nested in struct results in invalid output
yields
This breaks for other integer types too.