1. 23 Jul, 2020 18 commits
  2. 22 Jul, 2020 1 commit
  3. 21 Jul, 2020 5 commits
  4. 20 Jul, 2020 1 commit
    • per1234's avatar
      [skip changelog] Improve install script's check for conflicting installation in $PATH (#822) · e41e22d7
      per1234 authored
      * Make install script's check for conflicting $PATH installation more reliable
      
      Previously, the comparison between the install script's target path and the path of an existing installation in $PATH could easily give a false positive, producing a spurious "An existing arduino-cli was found at..." error. The solution is to fully resolve the paths before comparing them.
      
      * Don't fail installation script when other installation in $PATH is detected
      
      Previously, when a different installation of Arduino CLI was detected in $PATH by the installation script, the error message "Failed to install arduino-cli" would be printed and the script would have exit status 1.
      
      It is wise that the script warns of this situation ("An existing arduino-cli was found at..."), but the "Failed to install arduino-cli" error message was misleading, since Arduino CLI was indeed installed. It is also incorrect to have an error exit status in this situation, since the user may intend to have multiple installations and provide the full path when using the new installation.
      e41e22d7
  5. 16 Jul, 2020 4 commits
  6. 14 Jul, 2020 1 commit
  7. 10 Jul, 2020 6 commits
  8. 09 Jul, 2020 4 commits