close
The Wayback Machine - https://web.archive.org/web/20220108222022/https://github.com/griesemer
Skip to content
Avatar

Achievements

Achievements

Highlights

  • Pro
Block or Report

Block or report griesemer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. tryhard Public

    tryhard finds and rewrites code suitable for try.

    Go 112 9

  2. Prototype implementation of operator methods (fork of https://github.com/golang/go)

    Go 25 3

  3. Forked from gophercon/2016-talks

    Slides and Links to slides for 2016 talks

    JavaScript 11 3

  4. ivy Public

    Forked from robpike/ivy

    ivy, an APL-like calculator

    Go 7 3

  5. proposal Public

    Forked from golang/proposal

    Go Project Design Documents

    5 3

578 contributions in the last year

Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Mon Wed Fri

Contribution activity

January 2022

Created 11 commits in 1 repository

Created an issue in golang/go that received 1 comment

cmd/compile: named type constraints that are not interfaces are not automatically embedded in implicit interfaces

Test case: func f[P ~int]() {} func g[P int]() {} var _ = f[int] // this is ok var _ = g[int] // <<< ERROR int is not an interface Per the spec, th…

1 comment

Seeing something unexpected? Take a look at the GitHub profile guide.