Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Destructure Wrap/Wrapf into component operations #76

Merged
merged 7 commits into from
Sep 29, 2016
Merged

Commits on Sep 29, 2016

  1. Revert "Remove WithStack and WithMessage public functions"

    This reverts commit 1b876e0.
    davecheney committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    04bed95 View commit details
    Browse the repository at this point in the history
  2. Add WithStack and WithMessage tests

    Adds testFormatCompleteCompare as additional testing func.
    
    The new function takes a string slice as "want", wherein
    stacktraces and non-stacktrace messages are discerned by
    strings.ContainsAny(want[i], "\n").
    
    For example usage, see TestFormatWithStack & TestFormatWithMessage.
    fabstu authored and davecheney committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    1eaf374 View commit details
    Browse the repository at this point in the history
  3. minor: refactored small loop

    fabstu authored and davecheney committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    697bffa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    733bbce View commit details
    Browse the repository at this point in the history
  5. tests: fixed tests on 1.4.

    fabstu authored and davecheney committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    bae22c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    17b7af7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4895614 View commit details
    Browse the repository at this point in the history