You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is expected. A proposal to make eq support all comparable types (#33740) was accepted -and the fix merged- for Go1.14. So it won't work in go1.13, but it does on 1.14.
I don't think the change qualifies for a backport (we only backport fixes for serious security issues or problems with no workaround), so I'm not sure there's anything else left to do. I'm closing this issue as Working As Intended, but feel free to comment if you disagree.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
No.
What operating system and processor architecture are you using (
go env
)?This is erroring on google app engine 1.13 and locally on 1.13, but not on 1.14
go env
OutputWhat did you do?
What did you expect to see?
Already registered.
What did you see instead?
error calling eq: invalid type for comparison
The text was updated successfully, but these errors were encountered: