Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip flagging the install error if there's no instance of external dependency in the graph #6054

Conversation

mihaicris-adoreme
Copy link
Contributor

Resolves #6053

Short description 📝

Skip flagging the install error if there's no instance of external dependency in the graph

How to test the changes locally 🧐

Have a project with dependencies integrated by Xcode, but also Package.json defined for external dependencis.
Project should be able to be generated without tuist install for fetching dependencies

Contributor checklist ✅

  • The code has been linted using run mise run lint:fix
  • The change is tested via unit testing
  • The change is tested via integration testing
  • The title of the PR is formulated in a way that is usable as a changelog entry
  • In case the PR introduces changes that affect users, the documentation has been updated

Reviewer checklist ✅

  • The code architecture and patterns are consistent with the rest of the codebase
  • Reviewer has checked that, if needed, the PR includes the label changelog:added, changelog:fixed, or changelog:changed, and the title is usable as a changelog entry

@mihaicris-adoreme mihaicris-adoreme changed the title Skip flagging the install error if there's no instance of external dependency in the graph, resolves #6053 Skip flagging the install error if there's no instance of external dependency in the graph Mar 8, 2024
…-error-with-no-external-dependencies-in-the-graph
…-no-external-dependencies-in-the-graph' of github.com:mihaicris-adoreme/tuist into feature/TUIST-6053-skip-flagging-the-install-error-with-no-external-dependencies-in-the-graph
…-error-with-no-external-dependencies-in-the-graph
…ip-flagging-the-install-error-with-no-external-dependencies-in-the-graph
@pepicrft pepicrft added the changelog:fixed PR will be listed in the Fixed section of CHANGELOG label Mar 12, 2024
…-error-with-no-external-dependencies-in-the-graph
…p-flagging-the-install-error-with-no-external-dependencies-in-the-graph
…p-flagging-the-install-error-with-no-external-dependencies-in-the-graph
@danieleformichelli danieleformichelli enabled auto-merge (squash) March 16, 2024 14:04
@danieleformichelli danieleformichelli merged commit b304a7f into tuist:main Mar 17, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:fixed PR will be listed in the Fixed section of CHANGELOG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Skip flagging the install error if there's no instance of external dependency in the graph
3 participants