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-ide
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a19b864
Choose a base ref
...
head repository: arduino/arduino-ide
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 84e9ea3
Choose a head ref
  • 2 commits
  • 66 files changed
  • 1 contributor

Commits on Jan 27, 2023

  1. fix: flaky compiler test

     - The gRPC core client provider requires an initialized config service when processing the error message received during the `InitRequest`
     - Additional logging in the config service.
     - The tests log into the console.
    
    Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
    Akos Kitta authored and kittaakos committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    f5621db View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. feat: rename, deletion, and validation support

    Closes #1599
    Closes #1825
    Closes #1826
    
    Co-authored-by: Akos Kitta <a.kitta@arduino.cc>
    Co-authored-by: per1234 <accounts@perglass.com>
    
    Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
    Akos Kitta committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    84e9ea3 View commit details
    Browse the repository at this point in the history
Loading