Y
Hacker News
new
|
ask
|
show
|
jobs
by
erik_seaberg
1251 days ago
The problem also affects structs that happen to have a private map or cache or callback anywhere within.
https://go.dev/play/p/uP-vjpvuhku
1 comments
preseinger
1250 days ago
Obviously `interface{}` values are not comparable?
link
erik_seaberg
1250 days ago
The comparison is explicitly allowed in the language spec, there’s no warning for doing it, and it often works depending on the types. It’s a data-dependent runtime error, which is usually hard to guarantee test coverage for.
link