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: 8c03a24
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: 43a086c
Choose a head ref
  • 4 commits
  • 62 files changed
  • 3 contributors

Commits on Sep 11, 2023

  1. [skip-changelog] legacy: refactor (part 3) (#2302)

    * refactor RecipeRunner in a function
    
    * refactor CreateBuildOptionsMap in a function
    
    * refactor LoadPreviousBuildOptionsMap in a function
    
    * refactor StoreBuildOptionsMap in a function
    
    * refactor WipeoutBuildPathIfBuildOptionsChanged in a function
    
    * refactor ContainerBuildOptions in a function
    
    * refactor MergeSketchWithBootloader in a function
    
    * refactor PrintUsedLibrariesIfVerbose in a function
    
    * refactor UnusedCompiledLibrariesRemover in a function
    
    * refactor WarnAboutArchIncompatibleLibraries in a function
    
    * refactor CreateMakeRule in a function
    
    * move include finder with regex tests under detector
    
    * move jobs properites in arduino/builder component
    
    * remove sketch property from context
    
    * apply CR suggestion
    alessio-perugini authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    5e01a2e View commit details
    Browse the repository at this point in the history
  2. Fixed weird error message in core install if invalid platform is sp…

    …cified (#2309)
    
    * Fixed weird error message in 'core install' if invalid platform is specified
    
    * Fixed integration test
    cmaglie authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    cf5db1b View commit details
    Browse the repository at this point in the history
  3. [skip-changelog] legacy: refactor (part 4) (#2310)

    * move CoreBuilder in arduino/builder and move CompilationDatabase in compilation pkg
    
    * rename CompilationDatabse in Database
    
    * move libraries phases in arduino/builder
    
    * move linker phases in arduino/builder
    
    * move sketch_builder phases in arduino/builder
    
    * move sizer phases in arduino/builder/sizer
    
    * create bulder logger
    
    * use builder logger in the sketLibrariesDetector
    
    * replace context Info logger with BuilderLogger
    
    * replace context Warn logger with BuilderLogger
    
    * replace context WriteStdout logger with BuilderLogger
    
    * replace context WriteStderr logger with BuilderLogger
    
    * directly pass the BuilderLogger to RecipeByPrefixSuffixRunner func
    
    * directly pass the BuilderLogger to part2
    
    * directly pass the BuilderLogger to Linker func
    
    * directly pass the BuilderLogger to sizer.Size func
    
    * remove Stdout, Stderr and stdlock from Context
    
    * appease golint
    
    * add missinig license headers
    
    * remove WarningsLevel from context
    
    * remove Verbose from context
    alessio-perugini authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    3f5c0eb View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    43a086c View commit details
    Browse the repository at this point in the history
Loading