[go-nuts] Re: Short destination error with unicode.Transform

2023-01-12 Thread Joe Schafer
Update after seeing the error again. I inlined everything, creating the transformer on every invocation, to avoid any races, but the error persists. https://gist.github.com/jschaf/bd600ce71ad3798af6c160d74904ac9c I'm unable to reproduce the error locally. My current plan is to attempt to worka

[go-nuts] Re: Short destination error with unicode.Transform

2022-07-30 Thread Brian Candler
If this is non-repeatable then perhaps it is some sort of race? Have you tried running your code with the race detector enabled? On Saturday, 30 July 2022 at 03:01:39 UTC+1 j...@simplecircle.io wrote: > I had a curious bug appear in my server logs when using a unicode > Transformer: > > tra