Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
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: golang/mock
base: v1.4.1
Choose a base ref
...
head repository: golang/mock
compare: v1.4.4
Choose a head ref
  • 4 commits
  • 5 files changed
  • 4 contributors

Commits on Feb 28, 2020

  1. Fix #71 Do + DoAndReturn signature change error msg (#395)

    Update the error handling for Call.Do and Call.DoAndReturn in the case where
    the argument passed does not match expectations.
    
    * panic if the argument is not a function
    * panic if the number of input arguments do not match those expected by Call
    * panic if the types of the input arguments do not match those expected
    by Call
    
    Call.DoAndReturn has additional validations on the return signature
    
    * panic if the number of return arguments do not match those expected by
    Call
    * panic if the types of return arguments do not match those expected by
    Call
    cvgw committed Feb 28, 2020
    Copy the full SHA
    f9b4ad1 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Copy the full SHA
    064e67a View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Copy the full SHA
    3a35fb6 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. remove rsc.io/quote/v3 as dep

    codyoss committed Jul 28, 2020
    Copy the full SHA
    f7b1909 View commit details
    Browse the repository at this point in the history