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

Move EvaluationLibrary's remaining functionality to Distribution (copying or removing platform-specific behavior) #547

Open
edwardpeters opened this issue Mar 6, 2024 · 0 comments

Comments

@edwardpeters
Copy link
Contributor

Feature Request

EvaluationLibrary.scala, and its platform specific variants, should be removed. Loading distributions should be on the Distribution companion object.

Description of Problem:

This fils is old and vestigial. The core of its functionality was removed long ago, and it only endures because it implements the platform specific behavior needed to work around a js compatibility issue (which hopefully will cease to be a problem soon.)

Potential Solutions:

Remove EvaluationLibrary
Add loading code to Distribution
If ZIO does not have cross-compiling file support by the time this is done, include platform specific supertraits of Distribution

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

No branches or pull requests

1 participant