Live data from Hacker News

Viewing profile — jbamsterdam

jbamsterdam

HN member
Joined
Tue, Jul 07, 2020, 7:30 PM UTC
HN karma
8
Public activity
6 items

About jbamsterdam

No profile information was provided.

Recent public activity

  1. comment
    Comment #37900875

    No, it does not. The length of the pattern isn't important anymore, only whether it overlaps with other patterns.

  2. comment
    Comment #23769069

    I find I rarely need equality checks beyond simple types like ints, strings and times. The big exception to that is tests, for which I recommend cmp ( https://pkg.go.dev/github.com…

  3. comment
    Comment #23768480

    Nothing's changed, and that's still an issue. We didn't address it because the post was long enough, but as Merovius himself says, it's called out in the Go 1 compatibility promise…

  4. comment
    Comment #23763159

    Until gorelease is ready, you can try apidiff ( https://go.googlesource.com/exp/+/refs/heads/master/cmd/apid... ).

  5. comment
    Comment #23763138

    Do you have any specific examples in mind?

  6. comment
    Comment #23763100

    Despite the title, the problems that this article discusses could have happened even before modules were introduced. Before modules, your only choices were to stay compatible or br…