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: coder/slog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: coder/slog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 17 commits
  • 31 files changed
  • 2 contributors

Commits on Dec 12, 2019

  1. Configuration menu
    Copy the full SHA
    1e111e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2019

  1. Remove google/go-cmp

    See google/go-cmp#174
    
    In general its a very heavy library and I'm not convinced
    it offers enough.
    nhooyr committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    517dff0 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

  1. Configuration menu
    Copy the full SHA
    f212120 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #74 from cdr/more-assert

    assert: Add Error and remove google/go-cmp
    nhooyr authored Dec 15, 2019
    Configuration menu
    Copy the full SHA
    82a5884 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ece955b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #76 from cdr/assert-improvements

    assert: add ErrorContains and move name arg to first parameter
    nhooyr authored Dec 15, 2019
    Configuration menu
    Copy the full SHA
    0632308 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf884bf View commit details
    Browse the repository at this point in the history
  6. Merge pull request #77 from cdr/diff

    Use github.com/kylelemons/godebug for assert diffs
    nhooyr authored Dec 15, 2019
    Configuration menu
    Copy the full SHA
    a13a242 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Remove Value interface and ForceJSON

    Realized we can replace ForceJSON now that we only marshal
    structs as JSON if they have a json struct tag and json.Marshaller
    can be used in place of Value as well so its not necessary.
    nhooyr committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    a3fbba1 View commit details
    Browse the repository at this point in the history
  2. Update docs

    nhooyr committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    56c5fd9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #79 from cdr/simplify

    Remove Value interface and ForceJSON
    nhooyr authored Dec 16, 2019
    Configuration menu
    Copy the full SHA
    daaf96c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7a90d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Configuration menu
    Copy the full SHA
    2b49514 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #85 from cdr/ctx-log

    Refactor for Context only logging
    ammario authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    95bc0f1 View commit details
    Browse the repository at this point in the history
  3. Revert "Make SinkContext a struct"

    It's better as an interface so users don't have to call the `Sink`
    method on the struct during Make.
    
    - Move SinkContext into context.go
    ammario committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    6a41f9d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #86 from cdr/sink-context-iface

    Sink context iface
    ammario authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    e88ff39 View commit details
    Browse the repository at this point in the history
  5. Add /v2 to import path

    ammario committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    0d99925 View commit details
    Browse the repository at this point in the history
Loading