You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Bug] Make a missing converter helper public (#54)
[Bug] Make a missing converter helper public
### Motivation
In the previous PR, we missed one method which was supposed to be public, but was internal. Discovered while testing the generator, this this isn't being seen by users yet, but blocks us from rolling out the next 0.2.x generator.
### Modifications
Removed `@testable` (which made us miss it) from converter tests and made the missing method public.
### Result
Generated code should compile again.
### Test Plan
This PR is mostly about updating tests to catch this next time.
Reviewed by: glbrntt
Builds:
✔︎ pull request validation (5.8) - Build finished.
✔︎ pull request validation (5.9) - Build finished.
✔︎ pull request validation (api breakage) - Build finished.
✔︎ pull request validation (docc test) - Build finished.
✔︎ pull request validation (integration test) - Build finished.
✔︎ pull request validation (nightly) - Build finished.
✔︎ pull request validation (soundness) - Build finished.
#54
0 commit comments