-
Notifications
You must be signed in to change notification settings - Fork 63
stop exporting jsoniter based apis #288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stop exporting jsoniter based apis #288
Conversation
Yes, because apidiff fails :-) |
NOTE: v5 was used in a previous release attempt, so we skip to v6
a265823
to
046e0a3
Compare
@BenTheElder: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
NOTE: apidiff now fails because the module version was bumped. I could see an argument for either way. /assign @jpbetz |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder, jpbetz The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
let's wait to tag a v6 release until we're sure we've made all the public API changes we need? edit: ha... too late... no big deal, numbers are cheap if we need a v7 |
These are the only places that directly reference jsoniter in the public API. For actually switching libraries, it's possible we could need changes elsewhere due to not having a clear path to implement with another library, but I think that'd be a last resort and seems unlikely...? |
see: #202
TODO: should we bump the module to v6 since this removes APIs?
I can't find evidence that anyone else was using these:
none in the org:
https://cs.k8s.io/?q=(ReadJSONIter)%7C(WriteJSONStream)&i=nope&literal=nope&files=&excludeFiles=vendor&repos=
only in
vendor/
:https://grep.app/search?f.lang=Go®exp=true&q=%28ReadJSONIter%29%7C%28WriteJSONStream%29