-
-
Notifications
You must be signed in to change notification settings - Fork 413
Comparing changes
Open a pull request
base repository: arduino/arduino-cli
base: 241e7d4
head repository: arduino/arduino-cli
compare: 20c9dd4
- 11 commits
- 138 files changed
- 4 contributors
Commits on Jun 26, 2025
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 4891ded - Browse repository at this point
Copy the full SHA 4891dedView commit details
Commits on Jun 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cc92e09 - Browse repository at this point
Copy the full SHA cc92e09View commit details
Commits on Jul 3, 2025
-
[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]>
Configuration menu - View commit details
-
Copy full SHA for fe2d665 - Browse repository at this point
Copy the full SHA fe2d665View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for be841ff - Browse repository at this point
Copy the full SHA be841ffView commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for 1f9d5ac - Browse repository at this point
Copy the full SHA 1f9d5acView commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for 524ddb3 - Browse repository at this point
Copy the full SHA 524ddb3View commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for cf62bee - Browse repository at this point
Copy the full SHA cf62beeView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 3dca438 - Browse repository at this point
Copy the full SHA 3dca438View commit details
Commits on Jul 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cff56cd - Browse repository at this point
Copy the full SHA cff56cdView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3db4ad8 - Browse repository at this point
Copy the full SHA 3db4ad8View commit details
Commits on Jul 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 20c9dd4 - Browse repository at this point
Copy the full SHA 20c9dd4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 241e7d4...20c9dd4