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

Migrate Organizations to Cats Effect #4360

Merged

Conversation

shinyhappydan
Copy link
Contributor

@shinyhappydan shinyhappydan commented Oct 12, 2023

Fixes #4332

) =>
OrganizationsImpl(
scopeInitializations,
config.organizations,
xas
)(clock, uuidF)
)(clock, uuidF, contextShift)
Copy link
Contributor

Choose a reason for hiding this comment

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

Not related to this PR but it feels that we should rework how we run those scope initialization.
It is not up to orgs/projects to know how they should be run.
One other thing is that it introduces circular dependencies between orgs and the modules with the scope initialization implementations

@shinyhappydan shinyhappydan force-pushed the organizations-ce-migration branch 2 times, most recently from 8252158 to e744625 Compare October 12, 2023 15:37
@shinyhappydan shinyhappydan merged commit 8c0366d into BlueBrain:master Oct 13, 2023
5 checks passed
@shinyhappydan shinyhappydan deleted the organizations-ce-migration branch October 13, 2023 08:50
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.

Migrate organizations to CE
3 participants