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

[fix] fix transitive target failure check in bloop export #287

Merged
merged 2 commits into from Aug 16, 2022

Conversation

steveniemitz
Copy link
Contributor

#261 accidentally switched the predicate to test if any transitive targets failed, resulting in direct failures causing project imports to fail, and transitive ones to succeed. This is the opposite of what should happen.

This changes it back, and adds a unit test.

@abrams27
Copy link
Member

and please update the changelog

@abrams27 abrams27 changed the title fix transitive target check in bloop export [fix] fix transitive target check in bloop export Aug 16, 2022
@steveniemitz steveniemitz changed the title [fix] fix transitive target check in bloop export [fix] fix transitive target failure check in bloop export Aug 16, 2022
@steveniemitz
Copy link
Contributor Author

and please update the changelog

done!

CHANGELOG.md Outdated Show resolved Hide resolved
@abrams27 abrams27 merged commit 0107ce5 into JetBrains:master Aug 16, 2022
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.

None yet

2 participants