Matthew Dempsky

Results 26 issues of Matthew Dempsky

The generics proposal says "A type alias may refer to a generic type, but the type alias may not have its own parameters. This restriction exists because it is unclear...

Proposal
Proposal-Accepted
Proposal-FinalCommentPeriod
generics

The Select-based fallback is written assuming syscall.Select on linux, but on !linux platforms it has a different return parameter set. See golang/go#11703.

In the top-level directory there's a LICENSE file that suggests the code is GPLv3, but then the "receiver" and "sender" subdirectories have their own LICENSE.txt files with a copy of...

After fixing #16, all of the remaining issues in github.com/cockroachdb/cockroach/... are now in machine generate protobuf files. I'm thinking unconvert should just ignore files ending with ".pb.go", but I'm open...

$ unbed -help Usage of unbed: $ unbed x 2017/04/13 13:57:50 bad spec expression Users deserve better.

Consider: package x type A struct{ B } type B struct{ F int } type T struct { A; B struct { F int } } var _ = T{}.F...

The fix in https://github.com/rsc/rf/commit/71eddf1a51e4cab970781500bdac75414079fd4a was due to using the wrong package's types.Info, so it was missing information for non-exported declarations. I had used "info" because I saw it used for...

The normal semantics for `var t T` in an ex rule is that `t` will match any expression whose type is assignable to `T`. In the example below, `i` and...

I don't see any documentation within the cfssl project about how you would like security vulnerabilities to be reported. Does cfssl fall within Cloudflare's general disclosure recommendations? https://www.cloudflare.com/disclosure/