Skip to content

request: ignored packages should not be linked in pubspec_overrides.yaml #866

@kuhnroyal

Description

@kuhnroyal

Is there an existing feature request for this?

  • I have searched the existing issues.

Command

melos bs

Description

If there are packages ignored in the config file

ignore:
  - dio_web_adapter

or passed to the bootstrap command via --ignore=dio_web_adapter, they are still linked into other packages via pubspec_overrides.yaml.

I think these ignored packages should be ignored everywhere.

Reasoning

I am ignoring packages to well... ignore them.
If they are still path linked into other packages, something will likely fail.

Additional context and comments

No response

Other

  • I'm interested in working on a PR for this.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions