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: wI2L/jettison Loading
base: v0.4.0
Choose a base ref
...
head repository: wI2L/jettison Loading
compare: v0.4.1
Choose a head ref
  • 9 commits
  • 5 files changed
  • 1 contributor

Commits on Oct 18, 2019

  1. Configuration menu
    Copy the full SHA
    130beb1 View commit details
    Browse the repository at this point in the history
  2. style: fix typo

    wI2L committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    eec5765 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2019

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

Commits on Oct 21, 2019

  1. Configuration menu
    Copy the full SHA
    a4d0fd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad470b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00e5419 View commit details
    Browse the repository at this point in the history
  4. fix: unsafe pointer misuses

    This fixes the unsafe pointer misuses reported by go vet and the new
    -d=checkptr cmd/compile flag introduced by Matthew Dempsky in the Go
    development tree of Go1.14.
    wI2L committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    293c0b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. fix: precedence order of map key types

    The newTypeInstr function does not follow any specific
    order when it returns an instruction for a given type,
    however, the standard library gives precedence to any
    string type over TextMarshaler implementations, which
    is why the instructions of the latter are bypassed if
    a map key is a string.
    wI2L committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    9a55ff8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee17c0b View commit details
    Browse the repository at this point in the history
Loading