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

Commits on Jun 19, 2024

  1. fix: retract v11.0.1, gate init nil pointers

    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
    caarlos0 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    20d65dc View commit details
    Browse the repository at this point in the history
  2. test: make sure #310 is covered too

    closes #310
    caarlos0 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    57aa5b2 View commit details
    Browse the repository at this point in the history
  3. test: add test for multiple tag options

    Signed-off-by: Carlos Alexandro Becker <[email protected]>
    caarlos0 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    ba8b0d2 View commit details
    Browse the repository at this point in the history
  4. fix: typo

    caarlos0 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    34aeedc View commit details
    Browse the repository at this point in the history
  5. perf: cheap first

    Signed-off-by: Carlos Alexandro Becker <[email protected]>
    caarlos0 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    205b4b0 View commit details
    Browse the repository at this point in the history