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

Cross-compile with scala 3 #146

Merged
merged 6 commits into from
Dec 7, 2021

Conversation

hughsimpson
Copy link
Contributor

No description provided.

def configureDockerContainer(configurationName: String): DockerContainer = {
dockerConfig.as[DockerConfig](configurationName).toDockerContainer()
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updating ficus to work with scala 3 is much harder, because of all the functionality that needs to be implemented using the new macro system. Maybe one day, but for now just writing this all out by hand

…ala_3_cross-compile

# Conflicts:
#	build.sbt
#	config/src/test/scala/com/whisk/docker/config/test/DockerConfigSpec.scala
#	project/build.properties
#	project/plugins.sbt
@RicoGit RicoGit merged commit 64a54dd into whisklabs:master Dec 7, 2021
@hughsimpson hughsimpson deleted the scala_3_cross-compile branch December 13, 2021 09:33
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