Closed 2opremio closed 8 years ago
Good catch.
Fix coming shortly.
@2opremio Fixed: See 9f21f8ea305046b8d17a799e2c73069533a99d24 (unsafe string-to-bytes conversion) and 5d64d76d3ac4d5450009b0f5fa1530b790fccc71 (skip creating Selfer if already explicitly done).
Both of these changes should carry you over. Please test again and let me know.
I will check tomorrow. Thanks for the fixes and the wonderful support!
The decoder generated by codecgen for
Foo
assumes that Columns is a a slice of strings without considering itsCodecDecodeSelf
method.Here's a self-contained repro: