Control: forward -1 https://github.com/smartystreets/assertions/issues/47

On Fri, May 13, 2022 at 11:06 PM Drew Parsons <dpars...@debian.org> wrote:
>
> Source: golang-github-smartystreets-assertions
> Version: 1.10.1+ds-1
> Followup-For: Bug #1008443
>
> The problem passing tests is still there with smartystreets-assertions
> 0.13.0 (building with golang 1.18)

This is indeed a regression from golang-1.18.

The Value.InterfaceData[1] in the reflect package returns a different value now.
So it caused a different sorting result for interface type.[2]

I have created an issue for upstream now.
https://github.com/smartystreets/assertions/issues/47

[1] https://pkg.go.dev/reflect#Value.InterfaceData
[2] 
https://github.com/smartystreets/assertions/blob/751d45e3/internal/go-render/render/render.go#L418

-- 
Shengjing Zhu

Reply via email to