Tobias Roeser
Tobias Roeser
Is there some way or option to set this formatter as the "default" formatter for Scala files. The motivation is to always use the "Reformat Code" keybinding regardless which kind...
PR https://github.com/eed3si9n/jarjar-abrams/pull/37 introduced a source/binary incompatibility due to the removal of: ```scala Shader.bytecodeShader(rules: Seq[ShadeRule], verbose: Boolean) ``` There is now a new method: ```scala Shader.bytecodeShader(rules: Seq[ShadeRule], verbose: Boolean, skipManifest: Boolean)...
### Is your feature request related to a problem? Please describe. The initial import of my non-trivial Mill project (which is the Mill project itself) is rather slow. The main...
Once a new MiMa release comes out (after 1.1.0) we should re-enable the binary compatibility checks in `build.sc`. * related to https://github.com/lightbend/mima/pull/696
Use cases: * Build read-only projects * Preserve multple out-directories when switching branches * Use a different file system for `out`
In the spirit of * https://github.com/com-lihaoyi/mill/pull/3064 * https://github.com/com-lihaoyi/mill/pull/3090 We should move the assembly logic into it's own trait, so we can easily provide multiply assembly configurations.
I've identified some issues with our current approach to generate semanticdb data in a Scala 2.13 module: * When we stop scalac after phase `semanticdb-typer`, zinc is not able to...
- Update zinc to 1.10.0-M3 - Use newer coursier `Resolve` API to detect conflicting dependencies - Introduce `CoursierModule.enforceSameDependencyVersions` - Fix error propagation for resulting validation and reconciliation errors in coursier...
The plugin should be implemented as [external module](https://mill-build.com/mill/Modules.html#_external_modules), so it can be used without extra configuration.