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

Modules #158

Merged
merged 12 commits into from
Jun 3, 2023
Merged

Modules #158

merged 12 commits into from
Jun 3, 2023

Conversation

calvinlfer
Copy link
Member

@calvinlfer calvinlfer commented May 28, 2023

Splits up project into 3 sbt modules:

  1. core - tested using zio-test
  2. zio (depends on core) - tested using zio-test
  3. cats-effect (depends on core) - tested using weaver

Completes #70

@calvinlfer calvinlfer added the enhancement New feature or request label May 29, 2023
@calvinlfer calvinlfer linked an issue May 29, 2023 that may be closed by this pull request
@calvinlfer
Copy link
Member Author

Remaining work are tests for the cats effect module using Weaver + ScalaCheck

@calvinlfer calvinlfer changed the title Draft: Modules Modules Jun 2, 2023
@calvinlfer
Copy link
Member Author

Thank you for the amazing contribution @samgj18

@calvinlfer calvinlfer merged commit af9f60f into zio2 Jun 3, 2023
@calvinlfer calvinlfer deleted the modules branch June 3, 2023 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement a Tagless Final interpreter
2 participants