sbt/sbt-app/src
Eugene Yokota 8db8c79d33 Implement client-side run
**Problem**
`run` task has been emulated via function call inside of a sandboxed classloader,
and blocking the command processing of sbt server loop.
This poses isolation and availability issues.

**Solution**
This implements client-side run where the server creates a sandbox environment, and sends the information to the client,
and the client forks a new JVM to perform the run.
The client-side behavior has been implemented in sbtn side already.
2025-03-09 15:00:24 -04:00
..
main update .scalafmt.conf. enforce new scala 3 syntax 2025-01-02 11:25:34 +09:00
repo-override-test lm-coursier-shaded 2.0.12 2022-10-30 18:25:04 -04:00
sbt-test Implement client-side run 2025-03-09 15:00:24 -04:00
test/scala/sbt update .scalafmt.conf. enforce new scala 3 syntax 2025-01-02 11:25:34 +09:00