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

fix: retract v11.0.1, gate init nil pointers #318

Merged
merged 5 commits into from
Jun 19, 2024
Merged

fix: retract v11.0.1, gate init nil pointers #318

merged 5 commits into from
Jun 19, 2024

Conversation

caarlos0
Copy link
Owner

@caarlos0 caarlos0 commented Jun 19, 2024

as it would automatically initialize nil pointers.

this retracts that version, and gate this new feature behind an init tag option.

closes #317
closes #310
refs #306
refs #234

as it would automatically initialize nil pointers.

this retracts that version, and gate this new feature behind an `init`
tag option.

closes #317
refs  #306
Copy link

codecov bot commented Jun 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (de7a9cc) to head (205b4b0).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #318   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          427       429    +2     
=========================================
+ Hits           427       429    +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Carlos Alexandro Becker <[email protected]>
@pull-request-size pull-request-size bot added size/L and removed size/M labels Jun 19, 2024
Signed-off-by: Carlos Alexandro Becker <[email protected]>
@caarlos0 caarlos0 merged commit 432567c into main Jun 19, 2024
16 checks passed
@caarlos0 caarlos0 deleted the init branch June 19, 2024 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

URL Pointers are no longer left nil Don't touch struct fields without env tag
1 participant