-
Notifications
You must be signed in to change notification settings - Fork 40
Audit Go CLA compliance #181
Comments
I should have a CLA on file. https://github.com/golang/go/blob/b83610699a4ea7da22a146c0eefe0ae4d5ac4610/AUTHORS#L1333 |
I think @terinjokes is fine, due to working at CloudFlare and "CloudFlare Inc." is in https://golang.org/AUTHORS You beat me replying. :) |
And @mmlb is in https://golang.org/AUTHORS too. |
So just @majst01 remains, but worst case the Go standard library doesn't necessarily need |
I might have signed it for Kubernetes-related contributions when I was at Red Hat some years ago, but I have also just signed it as an individual. Please let me know what else I need to do, if anything! |
I just signed the individual CLA |
I've signed the individual CLA. |
Hi, |
FYI: I've signed a CLA back in 2018 (for contributions to google/gopacket), happy to sign a new one if needed. |
Is there a proposal open for upstreaming netaddr? |
Nope. Brad, Dave, and I had a live chat yesterday about some of the outstanding API questions and inconsistencies. Dave is doing a bit of legwork to decide whether our tentative decisions make sense. (IIRC, those decisions were roughly: Only support zones for IP and IPPort. For all other types: If the method/func return errors, return an error when zones are present. If the method/func doesn't return errors, silently strip input zones. When comparing against IPs/IPPorts with zones, e.g. IPPrefix.Contains, if the IP/IPPort has a zone, fail closed. Add an error return to IPSetBuilder.IPSet, but not other methods.) Once we're all (including you) happy with all the API edges, then we'll put together a proposal for upstreaming. Hopefully very, very soon. |
And for the record, @AlexanderYastrebov's commit 900fa71 (from #92) has a typo in the email address. The correct email address is listed at https://github.com/AlexanderYastrebov |
@bradfitz Yes, correct, sorry for the confusion. |
We'd like to start exploring getting netaddr into the Go standard library.
As part of that, I started looking whose code might not be able to get upstream into Go.
Almost all the code is authored by Go contributors, but there are a few people who would need to submit the Google CLA if they want their code included: (perhaps some of these 6 are also Go contributors, but it's not easy for me to check)
Less of a concern:
Not a concern:
The text was updated successfully, but these errors were encountered: