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: e8018b7
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: ca2a67b
Choose a head ref
  • 6 commits
  • 60 files changed
  • 2 contributors

Commits on Dec 12, 2022

  1. [skip-changelog] Migrate lib_test.py to test_lib.go part two (#1999)

    * Migrate TestUninstallSpaces from test_lib.py to lib_test.go
    
    * Migrate TestLibOpsCaseInsensitive from test_lib.py to lib_test.go
    
    * Migrate TestSearch from test_lib.py to lib_test.go
    
    * Migrate TestSearchParagraph from test_lib.py to lib_test.go
    
    * Migrate TestLibListWithUpdatableFlag from test_lib.py to lib_test.go
    
    * Migrate TestInstallWithGitUrlFromCurrentDirectory from test_lib.py to lib_test.go
    
    * Migrate TestInstallWithGitLocalUrl from test_lib.py to lib_test.go
    
    * Migrate TestInstallWithGitUrlRelativePath from test_lib.py to lib_test.go
    
    * Migrate TestInstallWithGitUrlDoesNotCreateGitRepo from test_lib.py to lib_test.go
    
    * Migrate TestInstallWithGitUrlMultipleLibraries from test_lib.py to lib_test.go
    
    * Migrate TestLibExamples from test_lib.py to lib_test.go
    
    * Migrate TestLibExamplesWithPdeFile from test_lib.py to lib_test.go
    MatteoPologruto authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    53a2768 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. [skip-changelog] Migrate Lib tests for test_lib.py to lib_test.go (

    …#1964)
    
    * Migrate TestLibExamplesWithCaseMismatch from test_lib.py to lib_test.go
    
    * Migrate TestLibCommandsWithLibraryHavingInvalidVersion from test_lib.py to lib_test.go
    
    * Migrate TestInstallZipLibWithMacosMetadata from test_lib.py to lib_test.go
    
    * Migrate TestInstallZipInvalidLibrary from test_lib.py to lib_test.go
    
    * Migrate TestInstallGitInvalidLibrary from test_lib.py to lib_test.go
    
    * Migrate TestUpgradeDoesNotTryToUpgradeBundledCoreLibrariesInSketchbook from test_lib.py to lib_test.go
    
    * Migrate TestUpgradeDoesNotTryToUpgradeBundledCoreLibraries from test_lib.py to lib_test.go
    
    * Migrate TestInstallGitUrlAndZipPathFlagsVisibility from test_lib.py to lib_test.go
    
    * Migrate TestInstallWithZipPath from test_lib.py to lib_test.go
    
    * Migrate TestInstallWithZipPathMultipleLibraries from test_lib.py to lib_test.go
    
    * Migrate TestInstallWithGitUrlLocalFileUri to lib_test.go and delete test_lib.py
    
    * Improve style and readability
    MatteoPologruto authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    320a22c View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. [skip-changelog]Migrate tests from upload_test.py to `test_upload.g…

    …o` (#2001)
    
    * Migrate TestUpload from test_upload.py to upload_test.go
    
    * Migrate TestUploadWithInputDirFlag from test_upload.py to upload_test.go
    
    * Migrate TestUploadWithInputFileFlag from test_upload.py to upload_test.go
    
    * Migrate TestCompileAndUploadCombo from test_upload.py to upload_test.go
    
    * Migrate TestCompileAndUploadComboWithCustomBuildPath from test_upload.py to upload_test.go
    
    * Migrate TestCompileAndUploadComboWithPdeExtension from test_upload.py to upload_test.go
    
    * Migrate TestUploadSketchWithPdeExtension from test_upload.py to upload_test.go
    
    * Migrate TestUploadWithInputDirContainingMultipleBinaries from test_upload.py to upload_test.go
    
    * Migrate TestCompileAndUploadComboSketchWithMismatchedCasing from test_upload.py to upload_test.go
    
    * Migrate TestUploadSketchWithMismatchedCasing from test_upload.py to upload_test.go
    
    * Migrate TestUploadToPortWithBoardAutodetect from test_upload.py to upload_test.go
    
    * Migrate TestCompileAndUploadToPortWithBoardAutodetect to upload_test.go and delete test_upload.py
    MatteoPologruto authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    f850706 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. [skip-changelog] Remove python testsuite and the related workflow (#2011

    )
    
    * Remove python testsuite and the related workflows
    
    * Update documentation according to the removal of the python testsuite
    
    * Remove `check-python-task` and the related unused dependencies
    MatteoPologruto authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    b6cc517 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62b4493 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

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