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-preprocessor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.5
Choose a base ref
...
head repository: arduino/arduino-preprocessor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 3 files changed
  • 3 contributors

Commits on Jan 17, 2018

  1. Fix gcc7 bug

    facchinm committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    18d90cb View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. Fix typo in README

    Crazor authored Jun 8, 2018
    Configuration menu
    Copy the full SHA
    da876c0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from Crazor/typo

    Fix typo in README
    facchinm authored Jun 8, 2018
    Configuration menu
    Copy the full SHA
    d938775 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Add CI workflow to synchronize with shared repository labels

    On every push that changes relevant files, and periodically, configure the repository's issue and pull request labels
    according to the universal, shared, and local label configuration files.
    per1234 committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    258ffe9 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Merge pull request #15 from per1234/sync-labels

    Add CI workflow to synchronize with shared repository labels
    per1234 authored Oct 20, 2021
    Configuration menu
    Copy the full SHA
    8907998 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Use major version ref of carlosperate/download-file-action

    The `carlosperate/download-file-action` action is used in the GitHub Actions workflows as a convenient way to download
    external resources.
    
    A major version ref has been added to that repository. It will always point to the latest release of the "1" major
    version series. This means it is no longer necessary to do a full pin of the action version in use as before.
    
    Use of the major version ref will cause the workflow to use a stable version of the action, while also benefiting from
    ongoing development to the action up until such time as a new major release of an action is made. At that time we would
    need to evaluate whether any changes to the workflow are required by the breaking change that triggered the major
    release before manually updating the major ref (e.g., uses: `carlosperate/download-file-action@v2`). I think this
    approach strikes the right balance between stability and maintainability for these workflows.
    per1234 authored Dec 20, 2021
    Configuration menu
    Copy the full SHA
    f190247 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Merge pull request #16 from per1234/bump-download-file-action

    Use major version ref of `carlosperate/download-file-action`
    per1234 authored Dec 21, 2021
    Configuration menu
    Copy the full SHA
    c29e25e View commit details
    Browse the repository at this point in the history
Loading