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 module structure #2672

Merged
merged 4 commits into from
Sep 7, 2022
Merged

Cleanup module structure #2672

merged 4 commits into from
Sep 7, 2022

Conversation

fisx
Copy link
Contributor

@fisx fisx commented Sep 5, 2022

Move Brig.Sem.* modules to Brig.Effects (consistency)

I left the libs/polysemy-wire-zoo/ and services/spar intact, mostly to keep this PR small and because there the hierarchy is internally consistent (not having both Sem and Effects). Happy to approve a follow-up mini-PR, though.

Checklist

  • Add a new entry in an appropriate subdirectory of changelog.d
  • Read and follow the PR guidelines

fisx added 4 commits September 5, 2022 14:56
find ./services/brig/ -name '*.hs' -exec perl -i -pe 's/Brig.Sem/Brig.Effects/g' {} \;
@fisx fisx temporarily deployed to cachix September 5, 2022 13:05 Inactive
@fisx fisx temporarily deployed to cachix September 5, 2022 13:05 Inactive
@fisx
Copy link
Contributor Author

fisx commented Sep 5, 2022

Read and follow the PR guidelines

https://docs.wire.com/developer/developer/pr-guidelines.html actually. PR with a fix coming up! :)

@fisx fisx requested a review from supersven September 6, 2022 09:48
@fisx fisx merged commit ee0ad1d into develop Sep 7, 2022
@fisx fisx deleted the cleanup-module-structure branch September 7, 2022 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.

2 participants