We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Excerpt from #15 (comment)
We can add a test case derived from example-paradise to reproduce the faulty behaviour:
--- a/test/example-paradise/build.toml +++ b/test/example-paradise/build.toml @@ -9,6 +9,13 @@ scalaOptions = ["-encoding", "UTF-8", "-unchecked", "-deprecation", "-Xfuture" root = "macros" sources = ["macros"] targets = ["jvm", "js"] + +[module.macros.jvm] +compilerDeps = [ + ["org.scalamacros", "paradise", "2.1.1", "full"] +] + +[module.macros.js] compilerDeps = [ ["org.scalamacros", "paradise", "2.1.1", "full"] ]
The text was updated successfully, but these errors were encountered:
Add failing test case for issue #16
dbddfe5
ScalaCompiler: Include plug-ins from platform modules
d5dfa68
Closes #16.
Fix inheritance of compiler plug-ins
e519e47
- ScalaCompiler: Include compiler plug-ins defined on platform module - Coursier: Only return artefact path if requested version matches Closes #16.
494a21a
Successfully merging a pull request may close this issue.
Excerpt from #15 (comment)
We can add a test case derived from example-paradise to reproduce the faulty behaviour:
The text was updated successfully, but these errors were encountered: