Skip to content
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

Introduce Str + Strs generic string helpers #1281

Merged
merged 2 commits into from May 6, 2023

Conversation

bcspragu
Copy link
Contributor

@bcspragu bcspragu commented May 1, 2023

Implements #1275 by adding new zapfield.Str and zapfield.Strs types, which operate on generic string-like types and use the underlying zap.String and zap.Strings codepaths.

In #1275, the decision was to put these in a separate zap/exp/zapfield package and I didn't see an existing one, so I made a new zapfield package.

Since this is a separate package, I had to copy a few test + non-test helpers here. If that's undesirable, I can export them in a shared helper package somewhere and have both places use that

Implements uber-go#1275 by adding new `zapfield.Str` and `zapfield.Strs` types, which operate on generic string-like types and use the underlying `zap.String` and `zap.Strings` codepaths.

In uber-go#1275, the decision was to put these in a separate `zap/exp/zapfield` package and I didn't see an existing one, so I made a new `zapfield` package.
@codecov
Copy link

codecov bot commented May 1, 2023

Codecov Report

Merging #1281 (4f00950) into master (4451b47) will increase coverage by 0.15%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1281      +/-   ##
==========================================
+ Coverage   97.93%   98.08%   +0.15%     
==========================================
  Files          50       50              
  Lines        3240     3240              
==========================================
+ Hits         3173     3178       +5     
+ Misses         57       53       -4     
+ Partials       10        9       -1     

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@sywhang sywhang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! This looks good to me.

Copy link
Collaborator

@abhinav abhinav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks!

Copy link
Collaborator

@abhinav abhinav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks!

@sywhang sywhang merged commit 1155ed3 into uber-go:master May 6, 2023
5 checks passed
sywhang pushed a commit that referenced this pull request May 8, 2023
This is just a small nit from #1281 - I think the expected and got
fields of the test case structs are flipped.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants