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: arduino/arduino-language-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.7.4
Choose a base ref
...
head repository: arduino/arduino-language-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.7.5
Choose a head ref
  • 19 commits
  • 21 files changed
  • 5 contributors

Commits on Mar 16, 2023

  1. Bump actions/setup-go from 3 to 4

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    2c59394 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #153 from arduino/dependabot/github_actions/action…

    …s/setup-go-4
    
    Bump actions/setup-go from 3 to 4
    per1234 authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    db7ceeb View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    77013c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9328f31 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    eb01e48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    399e80e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e36c43c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad76b80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e6d316 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Merge pull request #157 from MatteoPologruto/deprecate-set-output

    Sync workflows with their upstream template
    MatteoPologruto authored May 23, 2023
    Configuration menu
    Copy the full SHA
    038fd91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03fd62f View commit details
    Browse the repository at this point in the history
  3. Update metadata cache

    MatteoPologruto committed May 23, 2023
    Configuration menu
    Copy the full SHA
    7392c5b View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Merge pull request #158 from MatteoPologruto/update-go-win32-dep

    Bump `go-win32-utils` dependency
    MatteoPologruto authored May 24, 2023
    Configuration menu
    Copy the full SHA
    6c64232 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Create a detached process to clean up tmp dirs on closing

    The temp dir cleanup is done on the "exit" notification.
    BTW, if the OS/system is too slow, the language server may be killed by the
    IDE if it takes too long to clean up temporary build directories.
    
    To avoid it a new detached process is created with the only purpose to
    remove the temporary directories. Since it's detached it will run even
    after the parent process exits.
    cmaglie committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    923dbd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11be750 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffb735c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84f3847 View commit details
    Browse the repository at this point in the history
  5. Added safety check

    cmaglie committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    ca7d9ae View commit details
    Browse the repository at this point in the history
  6. Merge pull request #154 from arduino/fix-temp-file-cleanup

    Fix temp file cleanup and reorganized temp dir structure
    cmaglie authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4752595 View commit details
    Browse the repository at this point in the history
Loading