-
-
Notifications
You must be signed in to change notification settings - Fork 403
Comparing changes
Open a pull request
base repository: arduino/arduino-cli
base: c11b9dd
head repository: arduino/arduino-cli
compare: dd621ee
- 11 commits
- 26 files changed
- 3 contributors
Commits on Apr 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0846b47 - Browse repository at this point
Copy the full SHA 0846b47View commit details -
[skip changelog] Revert "Disable internal anchor checks by link check…
…er tool (#1692)" (#2900) This reverts commit f470f40. This configuration entry was previously required in order to work around a bug in the "markdown-link-check" tool that resulted in false positives for links to anchors created by HTML anchor tags. The bug in the "markdown-link-check" tool has since been fixed, and this project updated to use the version of the tool with that fix. So this configuration entry is no longer required. The now superfluous configuration entry is hereby removed in order to ensure more comprehensive link check coverage.
Configuration menu - View commit details
-
Copy full SHA for faf79a7 - Browse repository at this point
Copy the full SHA faf79a7View commit details
Commits on May 2, 2025
-
[skip changelog] Correct configuration key name in documentation (#2903)
Previously, this reference to Arduino CLI's `directories.downloads` configuration key misspelled the name as "directories.download".
Configuration menu - View commit details
-
Copy full SHA for 3929052 - Browse repository at this point
Copy the full SHA 3929052View commit details -
[skip changelog] Add missing pages to website navigation panel (#2904)
The project includes a documentation website which is generated by the MkDocs static site generator. The site contains a navigation panel which lists the available documentation pages. Rather than being automatically generated from the contents of the `docs` folder, the contents of the navigation panel have been explicitly defined via the MkDocs configuration file. This means that the project contributors must remember to update the configuration file when development work results in the addition or removal of web pages. This was not done when the `config get` and `debug check` commands were added. The web pages are generated as expected, but the missing configuration file entries means that a visitor to the website would never know of their existence, and could only access them by hacking the URL. The missing entries are hereby added to the MkDocs configuration file.
Configuration menu - View commit details
-
Copy full SHA for 63c44a4 - Browse repository at this point
Copy the full SHA 63c44a4View commit details
Commits on May 12, 2025
-
Move information re: allowed characters for FQBN component to specifi…
…cations (#2902) Arduino CLI restricts which characters can be used by platform developers in their vendor, architecture, board, custom board menu, and custom board option identifiers. Previously, the information was only documented(?) in the "FAQ". This type of requirement must be present in the formal specifications. A platform developer is unlikely to ever think to look for such information in the FAQ. In addition, the inclusion of such information in the FAQ is not appropriate as this is intended for end users of the Arduino CLI application and end users have no control over which characters were used by the platform developers in their identifiers. So the presence of the information in the FAQ only harms readability by introducing unnecessary complexity into a subject that users often struggle to understand.
Configuration menu - View commit details
-
Copy full SHA for 31cf7a6 - Browse repository at this point
Copy the full SHA 31cf7a6View commit details -
[skip changelog] Bump github.com/arduino/go-paths-helper from 1.13.0 …
…to 1.13.1 (#2905) * [skip changelog] Bump github.com/arduino/go-paths-helper Bumps [github.com/arduino/go-paths-helper](https://github.com/arduino/go-paths-helper) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/arduino/go-paths-helper/releases) - [Commits](arduino/go-paths-helper@v1.13.0...v1.13.1) --- updated-dependencies: - dependency-name: github.com/arduino/go-paths-helper dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Updated 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 2617149 - Browse repository at this point
Copy the full SHA 2617149View commit details -
[skip changelog] Bump golangci/golangci-lint-action from 7 to 8 (#2909)
* [skip changelog] Bump golangci/golangci-lint-action from 7 to 8 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7 to 8. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v7...v8) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update golangci-lint version to 2.1.0 --------- 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 9306ff9 - Browse repository at this point
Copy the full SHA 9306ff9View commit details -
[skip changelog] Bump golang.org/x/sys from 0.32.0 to 0.33.0 (#2910)
* [skip changelog] Bump golang.org/x/sys from 0.32.0 to 0.33.0 Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.32.0 to 0.33.0. - [Commits](golang/sys@v0.32.0...v0.33.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.33.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 28c7985 - Browse repository at this point
Copy the full SHA 28c7985View commit details -
bugfix: Kill compile processes that generates too much output (#2883)
* Added integration test * Fixed linter warning * bugfix: Kill compile processes that generates too much output * Apply suggestion from code review
Configuration menu - View commit details
-
Copy full SHA for 5e10879 - Browse repository at this point
Copy the full SHA 5e10879View commit details -
[skip changelog] Bump golang.org/x/term from 0.31.0 to 0.32.0 (#2911)
* [skip changelog] Bump golang.org/x/term from 0.31.0 to 0.32.0 Bumps [golang.org/x/term](https://github.com/golang/term) from 0.31.0 to 0.32.0. - [Commits](golang/term@v0.31.0...v0.32.0) --- updated-dependencies: - dependency-name: golang.org/x/term dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Updated 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 330f49f - Browse repository at this point
Copy the full SHA 330f49fView commit details -
[skip changelog] Bump golang.org/x/text from 0.24.0 to 0.25.0 (#2912)
* [skip changelog] Bump golang.org/x/text from 0.24.0 to 0.25.0 Bumps [golang.org/x/text](https://github.com/golang/text) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-version: 0.25.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 dd621ee - Browse repository at this point
Copy the full SHA dd621eeView 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 c11b9dd...dd621ee