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

Respect visible for testing in api leak check + improve type usage tracking #180

Conversation

devmil
Copy link
Member

@devmil devmil commented Apr 16, 2024

Description

This PR adds more information to the extracted type usages and filters out all usages that are only for tests (@visibleForTesting) when checking for missing exports

Type of Change

  • 🚀 New feature (non-breaking change)
  • 🛠️ Bug fix (non-breaking change)
  • ⚠️ Breaking change (feature or bug fix which breaks existing behaviors/APIs)
  • 🏗️ Code refactor
  • ⚙️ Build configuration change
  • 📝 Documentation
  • 🧹 Chore / Housekeeping

fixes #179

devmil added 3 commits April 16, 2024 11:23
update to new fvm format
referring element
isVisibleForTesting

makes the reproduction test pass

adds another test for the grpc_dart case
@devmil devmil merged commit 0b348f1 into bmw-tech:main Jun 17, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Respect @visibleForTesting annotation
2 participants