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-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 241e7d4
Choose a base ref
...
head repository: arduino/arduino-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20c9dd4
Choose a head ref
  • 11 commits
  • 138 files changed
  • 4 contributors

Commits on Jun 26, 2025

  1. sketch: fixed prototype generation when included libraries contains v…

    …ery long lines (#2935)
    
    * ctags: filterSketchSource: enlarge buffer size to handle long lines
    
    Fixes arduino/ArduinoCore-zephyr#140
    
    * Added unti tests
    
    * Fixed linter warning
    
    ---------
    
    Co-authored-by: Cristian Maglie <[email protected]>
    facchinm and cmaglie authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    4891ded View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

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

Commits on Jul 3, 2025

  1. [skip changelog] Bump github.com/go-viper/mapstructure/v2 from 2.2.1 …

    …to 2.3.0 (#2938)
    
    * [skip changelog] Bump github.com/go-viper/mapstructure/v2
    
    Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.2.1 to 2.3.0.
    - [Release notes](https://github.com/go-viper/mapstructure/releases)
    - [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md)
    - [Commits](go-viper/mapstructure@v2.2.1...v2.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-viper/mapstructure/v2
      dependency-version: 2.3.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Update license cache
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Cristian Maglie <[email protected]>
    dependabot[bot] and cmaglie authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    fe2d665 View commit details
    Browse the repository at this point in the history
  2. Some bugfix in profile parsing / Better support for platforms having …

    …tools dependencies on other platforms. (#2942)
    
    * Do not output empty 'libraries:' field if not needed in sketch.yaml
    
    * Slightly refactored IndexFromPlatformRelease function
    
    This will help to simplify the next commits.
    
    * Extract also referenced platform tools in installed.json.
    
    If a platform requires tools from another referenced platform, we must
    extract the relevant data in the `installed.json` file too.
    
    * Refactoring unit-test
    
    Just moving code, no semantic change.
    Helps to get the following commit cleaner.
    
    * Added unit-test
    cmaglie authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    be841ff View commit details
    Browse the repository at this point in the history
  3. [skip changelog] Bump github.com/leonelquinteros/gotext from 1.7.1 to…

    … 1.7.2 (#2922)
    
    * [skip changelog] Bump github.com/leonelquinteros/gotext
    
    Bumps [github.com/leonelquinteros/gotext](https://github.com/leonelquinteros/gotext) from 1.7.1 to 1.7.2.
    - [Release notes](https://github.com/leonelquinteros/gotext/releases)
    - [Commits](leonelquinteros/gotext@v1.7.1...v1.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/leonelquinteros/gotext
      dependency-version: 1.7.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Update license cache
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Cristian Maglie <[email protected]>
    dependabot[bot] and cmaglie authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    1f9d5ac View commit details
    Browse the repository at this point in the history
  4. [skip changelog] Bump google.golang.org/grpc from 1.72.0 to 1.73.0 (#…

    …2924)
    
    * [skip changelog] Bump google.golang.org/grpc from 1.72.0 to 1.73.0
    
    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.72.0 to 1.73.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.72.0...v1.73.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-version: 1.73.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Update license cache
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Cristian Maglie <[email protected]>
    dependabot[bot] and cmaglie authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    524ddb3 View commit details
    Browse the repository at this point in the history
  5. [skip changelog] Bump github.com/go-git/go-git/v5 from 5.16.0 to 5.16…

    ….2 (#2929)
    
    * [skip changelog] Bump github.com/go-git/go-git/v5 from 5.16.0 to 5.16.2
    
    Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.16.0 to 5.16.2.
    - [Release notes](https://github.com/go-git/go-git/releases)
    - [Commits](go-git/go-git@v5.16.0...v5.16.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-git/go-git/v5
      dependency-version: 5.16.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Update license cache
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Cristian Maglie <[email protected]>
    dependabot[bot] and cmaglie authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    cf62bee View commit details
    Browse the repository at this point in the history
  6. Allow locally installed libraries in sketch profiles. (#2930)

    * Allow directories in profile libraries
    
    * Updated docs
    
    * Dump custom libraries in profiles with --dump-profile command
    
    * Added integration tests
    
    * Fix integration test in Windows
    
    * Improved integration tests
    
    * Fixed flaky intergration test.
    cmaglie authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    3dca438 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. Configuration menu
    Copy the full SHA
    cff56cd View commit details
    Browse the repository at this point in the history
  2. Allow platforms without fixed version in profiles. (#2940)

    * Allow platforms without fixed version in profiles.
    
    * Correctly mark package manager instance as "under profile"
    
    even in case an unversioned platform is requsted.
    
    * Improved error checks in profile loading
    
    * Updated docs
    cmaglie authored Jul 4, 2025
    Configuration menu
    Copy the full SHA
    3db4ad8 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

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