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: go-language-server/protocol
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.2
Choose a base ref
...
head repository: go-language-server/protocol
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.0
Choose a head ref
  • 12 commits
  • 81 files changed
  • 1 contributor

Commits on Mar 22, 2022

  1. circleci: update circleci config

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    16f718d View commit details
    Browse the repository at this point in the history
  2. hack/boilerplate: update boilerplate

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    d3220b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. go.mod: upgrade to go.lsp.dev/jsonrpc2@v0.10.0

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    941e503 View commit details
    Browse the repository at this point in the history
  2. all: remove gojay and use github.com/segmentio/encoding/json

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    94d11cb View commit details
    Browse the repository at this point in the history
  3. circleci: update go version to 1.18

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    0fe238f View commit details
    Browse the repository at this point in the history
  4. tools: upgrade tools

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    7fe3d17 View commit details
    Browse the repository at this point in the history
  5. golangci-lint: disable redundantSprint

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    ab2b431 View commit details
    Browse the repository at this point in the history
  6. Makefile: fix gofumpt flag

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    fdedf1b View commit details
    Browse the repository at this point in the history
  7. server: nolint unparam

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    dde66e8 View commit details
    Browse the repository at this point in the history
  8. circleci: fix CPUS export

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    74bf4c5 View commit details
    Browse the repository at this point in the history
  9. all: unify test files

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    e71a727 View commit details
    Browse the repository at this point in the history
  10. all: remove gojay from all

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    da30f9a View commit details
    Browse the repository at this point in the history
Loading