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: 5ef1067
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: 5193612
Choose a head ref
  • 8 commits
  • 16 files changed
  • 2 contributors

Commits on Jun 8, 2023

  1. [skip-changelog] legacy: some simple refactorings (#2206)

    * Factored a method in library.List
    
    * Fixed lint check
    
    * Moved ResolveLibrary function in the correct source file
    
    * Rename variable 'includes' -> 'includeFolders'
    
    * Rename variables to use snakeCase (golang idiomatic)
    
    * Rename variable 'include' -> 'missingIncludeH'
    
    * Use pointers for SourceFile queues
    
    * Clean up implementation of UniqueSourceFileQueue
    cmaglie authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    8cd7297 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    e912036 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d915a00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7a98a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f71a99 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b241cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88d00a9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5193612 View commit details
    Browse the repository at this point in the history
Loading