Skip to content

Include dottyLib when custom -classpath is added #3378

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

Merged
merged 2 commits into from
Oct 25, 2017

Conversation

nicolasstucki
Copy link
Contributor

No description provided.

case (beforeCp, Nil) => beforeCp ++ ("-classpath" :: dottyLib :: Nil)
case (beforeCp, rest) => beforeCp ++ rest
case (beforeCp, "-classpath" :: cp :: rest) => beforeCp ++ List("-classpath", cp + ":" + dottyLib) ++ rest
case (beforeCp, _) => beforeCp ++ ("-classpath" :: dottyLib :: Nil)
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's be consistent and use the List(..) syntax here too

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

case (beforeCp, Nil) => beforeCp ++ ("-classpath" :: dottyLib :: Nil)
case (beforeCp, rest) => beforeCp ++ rest
case (beforeCp, "-classpath" :: cp :: rest) => beforeCp ++ List("-classpath", cp + ":" + dottyLib) ++ rest
case (beforeCp, _) => beforeCp ++ ("-classpath" :: dottyLib :: Nil)
Copy link
Contributor

Choose a reason for hiding this comment

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

same

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@nicolasstucki nicolasstucki merged commit dbe71d6 into scala:master Oct 25, 2017
@allanrenucci allanrenucci deleted the fix-sbt-dotty-run-classpath branch December 14, 2017 19:21
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