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
-
Version: 0.11.0-M8
For example
foo-bar.sc
import mill.scalalib._ trait FooBar extends ScalaModule
build.sc
import $file.`foo-bar`, `foo-bar`.FooBar object `foo-bar` extends FooBar { def scalaVersion = "3.2.2" }
The text was updated successfully, but these errors were encountered:
There are invlaid build scripts generated in out/mill-build with content
out/mill-build
object foo-bar extends foo-bar class foo-bar extends _root_.mill.main.RootModule.Foreign(Some(_root_.mill.define.Segments.labels("foreign-modules", "foo-bar"))){ //MILL_ORIGINAL_FILE_PATH=/tmp/mill-test/foo-bar.sc //MILL_USER_CODE_START_MARKER trait FooBar extends ScalaModule }
Sorry, something went wrong.
backtick
Reproduction for #2458
83bbe7b
Backtick wrap identifiers in generated code where necessary (#2492)
f41caea
Fixes #2458 Covered by `integration/feature/non-identifier-import` --------- Co-authored-by: Your Name <[email protected]>
Successfully merging a pull request may close this issue.
Version: 0.11.0-M8
For example
foo-bar.sc
build.sc
The text was updated successfully, but these errors were encountered: