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

Remove Import Cycle for ValueTypes #549

Merged
merged 29 commits into from
Apr 18, 2024
Merged

Conversation

georg-schwarz
Copy link
Member

@georg-schwarz georg-schwarz commented Apr 16, 2024

... by using the services dependency injection mechanism.

Adds value type wrapping to the WrapperFactoryProvider and introduces a PrimitiveValueTypeProvider to manage the singleton instances of our primitive value types. Removes the singleton handling that we used before by exporting instances (now handled by the introduced providers)

The remaining changes follow these bigger changes.

package.json Outdated Show resolved Hide resolved
@georg-schwarz georg-schwarz requested a review from rhazn April 17, 2024 14:51
Copy link
Contributor

@rhazn rhazn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a very high level review as I think is understandable with the amount of files. But the overall changes look okay to me and I didn't see an obvious issue 😅 . Good job 👍 .

@georg-schwarz georg-schwarz merged commit 5b9b999 into main Apr 18, 2024
3 checks passed
@georg-schwarz georg-schwarz deleted the import-cycle-value-types branch April 18, 2024 10:06
@github-actions github-actions bot locked and limited conversation to collaborators Apr 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants