Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Core search command fails with uppercase framework #710

Closed
Labels
conclusion: resolvedIssue was resolved topic: CLIRelated to the command line interface type: imperfectionPerceived defect in any part of project
@jmchiappa

Description

Bug Report

Current behavior

executing arduino-cli.exe core search STM32 fails even if framework is already installed.

The search always fails due to the search code which put in lowercase :

arguments := strings.ToLower(strings.Join(args, " "))

Expected behavior

Searching (e.g. 'STM32' for STM32duino) framework should return the expected framework with all supported version

Environment

  • CLI version : arduino-cli.exe Version: 0.10.0 Commit: ec5c3ed
  • OS and platform:
    windows 10 x64 build 18363

--- EDIT ---
Even after rebuilding a new version without the strings.ToLower it doesn't seem to work as expected.
Not sure about the behavior of this command...

Metadata

Metadata

Assignees

No one assigned

    Labels

    conclusion: resolvedIssue was resolved topic: CLIRelated to the command line interface type: imperfectionPerceived defect in any part of project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /