Skip to content

Conversation

@dominv
Copy link
Contributor

@dominv dominv commented Mar 7, 2017

This PR resolves #48 and adds the ability to pass scalac flags to the endpoint including the necessary tests.
It also adds the macroparadise plugin as a compiler plugin to the evaluator.

@raulraja could you please review?

Thanks!

@dominv dominv mentioned this pull request Mar 7, 2017
2 tasks
@dominv dominv changed the title WIP - Pass scalac flags to the endpoint Pass scalac flags to the endpoint Mar 10, 2017
@anamariamv anamariamv requested a review from raulraja March 13, 2017 09:55
Copy link
Contributor

@raulraja raulraja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but let's get rid of all code and config that is not in use before this gets merged in

loaderio.verificationToken=${?LOADERIO_VERIFICATION_TOKEN}
loaderio.verificationToken=${?LOADERIO_VERIFICATION_TOKEN}

allowed.compiler{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 if we are not using it


val AllowedCompilerFlags = "allowed.compiler.flags"

val allowedCompilerFlags = if (config.hasPath(AllowedCompilerFlags)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whatever is not in use 🔥

@dominv dominv merged commit 11119f5 into master Mar 13, 2017
@dominv dominv deleted the dv-48-pass-scalac-flags-endpoint branch March 13, 2017 14:24
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.

Pass scalac flags to the endpoint

3 participants