Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vektra/mockery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.1
Choose a base ref
...
head repository: vektra/mockery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.2
Choose a head ref
  • 6 commits
  • 7 files changed
  • 1 contributor

Commits on Apr 15, 2025

  1. Fix issue with scope lookup returning nil

    A simple nil check was missed which caused a panic in certain cases. Fixes #1009.
    LandonTClipp committed Apr 15, 2025
    Configuration menu
    Copy the full SHA
    4c1150a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c09ed6 View commit details
    Browse the repository at this point in the history
  3. Fix variadic mock generation when unroll-variadic: false.

    Fixes #1008. The template was incorrectly differentiating between unroll-varidic true/false
    when passing the arguments to the return value provider func. It should always use the ellipsis
    when passing arguments.
    LandonTClipp committed Apr 15, 2025
    Configuration menu
    Copy the full SHA
    3e8453f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1010 from LandonTClipp/LandonTClipp/nil_obj

    Fix issue with scope lookup returning nil
    LandonTClipp authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    0c734e8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1011 from LandonTClipp/LandonTClipp/invalid_variadic

    Fix variadic mock generation when `unroll-variadic: false`.
    LandonTClipp authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    69595b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d9474e2 View commit details
    Browse the repository at this point in the history
Loading