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: per1234/arduino-ci-script
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.1
Choose a base ref
...
head repository: per1234/arduino-ci-script
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 5 files changed
  • 1 contributor

Commits on Jan 9, 2020

  1. Update ATTinyCore board's FQBN

    A millis option was added to ATTinyCore, and this option must be added to the FQBN to avoid the "{build.millis}: No such file or directory" compilation error.
    per1234 committed Jan 9, 2020
    4 Configuration menu
    Copy the full SHA
    ce7e879 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. check_name: correctly handle "/" in library.properties name value

    Previously, when the library.properties name value contained "/", the check incorrectly passed, and only the part of the name value following   "/" was checked, because it was assumed to be a path separator.
    per1234 committed Feb 5, 2020
    2 Configuration menu
    Copy the full SHA
    bcd65a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Blacklist the 1.8.11-ms-store-11 tag

    This version is not available for download.
    
    Fixes #30
    per1234 committed Feb 7, 2020
    6 Configuration menu
    Copy the full SHA
    9c5a7aa View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

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

Commits on Jun 12, 2020

  1. CI: fix codespell false positive by adding word to ignore list

    "exampels" is in the script's check for misspelled examples folders. Although codespell is right to detect this as a misspelled word, the word is intentionally misspelled in the code, and thus needs to be ignored.
    per1234 committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    135aecc View commit details
    Browse the repository at this point in the history
  2. CI: fix installation of shfmt

    Changes to shfmt have resulted in the previous installation method causing an error:
    
    ../../../golang.org/x/term/term_linux.go:11:7: ioctlReadTermios redeclared in this block
    per1234 committed Jun 12, 2020
    4 Configuration menu
    Copy the full SHA
    b788221 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2020

  1. Configuration menu
    Copy the full SHA
    8cbff7d View commit details
    Browse the repository at this point in the history
  2. Add all Microsoft Store releases to the IDE version blocklist

    For the second time, the script has been broken by a tag used for a release specific to the Microsoft Store version of the Arduino IDE. Both times this happened, the tag has followed a consistent format. So I have generalized the regular expression to exclude all such tags in hopes this will prevent any future occurrences of this issue.
    per1234 committed Jul 26, 2020
    18 Configuration menu
    Copy the full SHA
    b29d515 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Add CI workflow to check for broken links in docs

    On every push or pull request, check for broken links in the Markdown files of the repository.
    per1234 committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    5694863 View commit details
    Browse the repository at this point in the history
  2. 12 Configuration menu
    Copy the full SHA
    9f37f6b View commit details
    Browse the repository at this point in the history
Loading