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

Cleanup of value generation visibility and namespaces #20457

Merged
merged 1 commit into from
Mar 29, 2020

Conversation

ajcvickers
Copy link
Member

Fixes #20386

  • Moved temp generators only used for relational corner cases to relational assembly.
  • Made TemporaryNumberValueGeneratorFactory public because temp numbers are useful outside of relational. For example, Cosmnos.
  • Made non-temp value and string and binary generators public since they can be generally useful and are used from providers.

No longer any use of internal code across boundaries.

@ajcvickers ajcvickers requested a review from a team March 29, 2020 17:30
Fixes #20386

* Moved temp generators only used for relational corner cases to relational assembly.
* Made TemporaryNumberValueGeneratorFactory public because temp numbers are useful outside of relational. For example, Cosmnos.
* Made non-temp value and string and binary generators public since they can be generally useful and are used from providers.

No longer any use of internal code across boundaries.
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.

Temporary value generators are internal
2 participants