Tobias Roeser

Results 847 comments of Tobias Roeser

Ideally, we should see all options, for all possible use-cases. Off topic: Having some auto-detection is nice, but I think we should provide a ways to manually select which init-backend...

If we don't want to show all options for all modes up front, we could introduce a `--mode` option, which defaults to "auto", but supports the options `example`, `mvn`, `sbt`,...

What we probably should include: * `mill __.compile` * `mill __.packaged.daemon.testCached` * `mill __:^IntegrationTestModule.__.testCached`

The reason I pressed `^C` was, that I saw some output lines coming from Mill rebuilding the meta-build, so maybe it happens only in such cases. In the screenshot, I...

TBH, the current state (of this PR) looks way to complicated and makes too much assumptions for my taste. But I admit, the current codebase (in this context) is already...

Might be introduced by #6070, but that's just a guess. Edit: confirmed by git bisecting it. ``` b0890189e8f4df18522f6f573e1de1e24081c044 is the first bad commit commit b0890189e8f4df18522f6f573e1de1e24081c044 Author: Alexandre Archambault Date: Fri...

Adding the plugin to `runMvnDeps` gives an error: ``` Exception in thread "main" java.lang.ClassNotFoundException: mill.eval.EvaluatorImpl at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445) at mill.api.daemon.MillURLClassLoader.findClass(MillURLClassLoader.scala:42) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:593) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) at mill.daemon.MillBuildBootstrap$.makeEvaluator(MillBuildBootstrap.scala:476) at mill.daemon.MillBuildBootstrap.evaluateRec$$anonfun$1(MillBuildBootstrap.scala:276) at mill.api.daemon.Logger.withChromeProfile(Logger.scala:50) at...

As part of the process, any documentation of the current processing can be collected as comments.

I'm just witnessing a fatal OOM in coursier release process: https://github.com/coursier/coursier/actions/runs/19949228402/job/57231194898 ``` [3549] core.js[2.12.20].resolvedMvnDeps 658s java.lang.OutOfMemoryError: Java heap space Dumping heap to java_pid2482.hprof ... Heap dump file created [6755211786 bytes...

TBH, i have no idea. I just try to solve a blocker issue based on the provided input. We probably also need to limit the cached jobs to the same...