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: BurntSushi/toml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: BurntSushi/toml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.1
Choose a head ref
  • 9 commits
  • 11 files changed
  • 3 contributors

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    8d9ffad View commit details
    Browse the repository at this point in the history
  2. Merge pull request #361 from BurntSushi/p-omitempty

    Don't panic with 'omitempty' and uncomparable type
    arp242 authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    929b0a7 View commit details
    Browse the repository at this point in the history
  3. Don't return error on uncomparable types: just silently ignore like b…

    …efore
    
    This is more compatible with the previous behaviour, as well as what
    stdlib does.
    
    Ref: #360
    arp242 committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    360c9e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

  1. Fix test on 32 bit arch

    And add CI to test on i386.
    zhsj committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    473c10f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #367 from zhsj/fix-32

    Fix test on 32 bit arch
    arp242 authored Aug 21, 2022
    Configuration menu
    Copy the full SHA
    1ba7f5b View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Configuration menu
    Copy the full SHA
    17ef72d View commit details
    Browse the repository at this point in the history
  2. add a check for uncomparable empty structs

    Yves Baldus authored and arp242 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    8bbca55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8de7f4a View commit details
    Browse the repository at this point in the history
  4. Test Go 1.19; gofmt 1.19

    arp242 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    74c008f View commit details
    Browse the repository at this point in the history
Loading