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

library module for evaluator #216

Open
khajavi opened this issue Dec 29, 2020 · 2 comments
Open

library module for evaluator #216

khajavi opened this issue Dec 29, 2020 · 2 comments

Comments

@khajavi
Copy link

khajavi commented Dec 29, 2020

Is there any plan to separate the evaluation from the server module and make it an independent library?
If this is in the roadmap, I can work on this and make the pull request.

@juanpedromoreno
Copy link
Contributor

Hi @khajavi , thanks for your message.

We currently have a separate library for the runtime, and particularly an sbt module for the evaluator client: https://github.com/scala-exercises/scala-exercises-runtime/tree/master/evaluator-client/src/main/scala/org/scalaexercises/evaluator

Is that what you mean? Do you have a different proposal?

@khajavi
Copy link
Author

khajavi commented Jan 7, 2021

Hi @juanpedromoreno
Yes, it's different. I mean separate evaluation class from server module to an independent library and publish it to the maven repository.
In this case, anyone can use the library as a separate dependency on its project.

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

2 participants