Skip to content

Changing Target-Type creates issues in: Manage Solution View #29

@arneschmid

Description

@arneschmid

CMSIS Solution 1.66

Scenario:

A team is working on a common project. A target-type in a *.csolution.yml file gets renamed and committed to a repo.

  target-types:
    - type: AppKitA-E8-U85    # this was AppKit-E8-U85 before

Now, the project is checked out by a team member that was using AppKit-E8-U85 before. This delivers this output

Image
  • The message in PROBLEMS is OK, but the "Manage Solution" View is confusing as the user may think all he needs to do is to click SAVE. Instead:

    • It could repeat a similar message.
      Error: Target Type 'AppKit-E8-U85' does not exist in csolution.yml.

    • It could select the first available target (and activate the SAVE button).


Similar scenarios should be tested with:

  • renaming of build types
  • renaming of projects

Related #451

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions