Skip to content

Allow usage of ScalacBenchmark externally #65

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

Closed

Conversation

vjovanov
Copy link
Contributor

@vjovanov vjovanov commented May 3, 2018

No description provided.


override def findScalaJars: String =
if (scalaJars != null) scalaJars
else super.findScalaJars
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The build is failing because of this line. How do I make this compile in dotty?

Copy link
Member

Choose a reason for hiding this comment

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

there are some scalac/dotc specific sources under src/main/{dotc,scalac} which might need to be changed if you change this.

Copy link
Member

@retronym retronym May 9, 2018

Choose a reason for hiding this comment

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

You can use sbt ++0.2.0-RC1 compilation/test to compile this code against dotty.

@retronym
Copy link
Member

I've rebased and will try to get this working over in #74

@retronym retronym closed this Jun 13, 2018
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.

2 participants