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

Fixes custom errors in constraints #5704

Merged
merged 3 commits into from
Aug 31, 2023
Merged

Conversation

arcanis
Copy link
Member

@arcanis arcanis commented Aug 31, 2023

What's the problem this PR addresses?

The reporting code was iterating on the package updates to retrieve any extraneous custom errors. It meant that when a workspace had no package updates, its custom errors weren't reported.

Fixes #5698

How did you fix it?

The iteration always traverses workspaces that have custom errors.

Checklist

  • I have set the packages that need to be released for my changes to be effective.
  • I will check that all automated PR checks pass before the PR gets reviewed.

@arcanis arcanis merged commit 8dc59cb into master Aug 31, 2023
@arcanis arcanis deleted the mael/custom-errors-constraints branch August 31, 2023 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug?]: Custom error constraints are only reported when there are also non-custom errors
1 participant