Closed rjeczalik closed 9 years ago
Please re-generate codecgen and re-try. ie. run
go get -u github.com/ugorji/go/codecgen github.com/ugorji/go
Then re-run codecgen.
disregard comment. I think the change I made to pass notfastpath tag in codecgen may be an issue here.
Let me look into this.
Fixed now. Shortsightedness on my part. Go 1.5 build is slower now, and fast-path file is large, so was trying to reduce codecgen run time by skipping the large fast-path. But that file is needed, as the code for all the typical slice types is already there.
Anyway, fixed now.
Please re-generate codecgen and re-try. ie. run
go get -u github.com/ugorji/go/codecgen github.com/ugorji/go
Then re-run codecgen.
@ugorji Thanks! :)
Regression after https://github.com/ugorji/go/commit/f08108649873ee0b9c29cf1d6191a51e2b8ca3be.
Generated code fails to build with: