Tobias Roeser

Results 847 comments of Tobias Roeser

@davesmith00000 Could you by any chance check, if this PR as-is fixes your issue (without applying your other workarounds, like limiting the `--jobs`.)?

cc @alexarchambault for awareness. https://github.com/com-lihaoyi/mill/pulls#issuecomment-3615994465

Regarding the linker state. I don't know what the benefits of not clearing the linker are, but we should be able to auto-clean it after each use. That hopefully means,...

But maybe you don't mean the linker state, but the `IRFileCache.Cache`. Don't know what the best to do here.

I guess we need some runtime stats, and decide based on total and/or relative memory consumption, what caches to keep and what to remove. Theoretically, there are various kind ofdata...

Thank you @davesmith00000! I assume, before you were not able to have 8-10 link-tasks in parallel. I'll merge this PR in the hope it helps. At least, it shouldn't make...

I'd expect some failing tests. Those, that test the `scalafmt` integration.

Can't we add a `scalafmt` command to the external `ScalaFmtModule` which accepts free arguments and runs from the workspace root as an drop-in replacement for `scalafmt` cli? Convenient and we...

> @lefou I did that for [#3511 (comment)](https://github.com/com-lihaoyi/mill/pull/3511#discussion_r1752975390) (and I personally use the [native scalafmt binaries](https://github.com/VirtusLab/scalafmt-native-image) that the script pulls), but we can add both, maybe. The native scalafmt is...

@ajaychandran How can we tell the sbt importer to use a specific JVM ID?