Tobias Roeser
Tobias Roeser
* Reproduction for issue https://github.com/com-lihaoyi/mill/issues/2264 You can reproduce with `.local` and `.server`, but not with `fork`, which is starting a new Mill process for each invocation. Run with: ``` $...
Reprodcution of issues * https://github.com/com-lihaoyi/mill/issues/528 * https://github.com/com-lihaoyi/mill/issues/2650
Since Mill 0.11, even for compilation of the `build.sc` a full `ScalaModule` and a `ZincWorkerModule` need to be instantiated. Those are dynamically loaded from a coursier cache and need to...
The actual use case is a planned Kotlin extension for the BSP protocol, but Mill's Kotlin support is maintained outside the git tree. * https://github.com/build-server-protocol/build-server-protocol/issues/520 * https://github.com/lefou/mill-kotlin
* https://github.com/lefou/millw Goals: * Keep all features of lefou/millw, except the `--mill-version` option * Shell script needs to be POSIX shell compatible * New Windows Batch script * Remove parsing...
We use "magic imports" quite a lot, e.g. `import $file` or `import $meta._` but for different things, so the documentation is a bit distributed. A simgle page, listing all Mill-specific...
We mention the `RootModule` in the Introduction and in some examples, but in the `Modules` section, it is not listed.
I know we now also support generating Java files, but the documentation doesn't mention it.
This is a follow up of https://github.com/com-lihaoyi/mill/pull/2424. With new versions of Zinc, we also need new versions of our pre-compiled compiler bridges. This should be automated as a Github Workflow....
The current BSP server implementation depends on the exact Mill version. Each version change may result in a changed classpath, hence we currently require to re-run the `install` command `mill...