-
Notifications
You must be signed in to change notification settings - Fork 34
fix: replace ptr.To("") by new(string) #313
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: rxinui <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
I am not sure why there are two E2E tests in pending still. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
@HeavyWombat Hi There was a discussion weeks ago about this PR. I've explained that changing Instead, we were thinking of finding a way to replace the "Sanitize" process and avoid pointer of string. See https://docs.google.com/document/d/10tDPl_t2-7NcxmI1Iy50dIGPIRIdIUh8v6qp1iH3wLc/edit?tab=t.0#heading=h.cxmoz937fi39
|
Thanks for hint. I wasn't aware. Should we close this PR then for the time being? |
I haven't find time to do it. Will spend some time next week. :) |
Changes
I tried to have a conversation with @HeavyWombat regarding possible changes or implementations. Here's a proactive PR.
I'm not certain if this solves the issue reported, let's discuss about it.
Fixes #310
Submitter Checklist
See the contributor guide
for details on coding conventions, github and prow interactions, and the code review process.
Release Notes