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

Refactor the Configurator #4

Closed
tupol opened this issue Apr 30, 2019 · 1 comment
Closed

Refactor the Configurator #4

tupol opened this issue Apr 30, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@tupol
Copy link
Owner

tupol commented Apr 30, 2019

The Configurator is based on ScalaZ and it is limited in building case classes with more than 12 attributes. To go around it we can use the Cats HList.

We can use this opportunity to replace ValidationNel with a local monoid so we limit the number of imports per Configurator instance.

@tupol tupol added the enhancement New feature or request label Apr 30, 2019
@tupol
Copy link
Owner Author

tupol commented Feb 4, 2024

No longer relevant as the configz module was removed.

@tupol tupol closed this as completed Feb 4, 2024
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

No branches or pull requests

1 participant