Antonio Cunei

Results 4 issues of Antonio Cunei

Hello Will, Thank you for considering my pull request. The binary compatibility requirement is a good point; I am therefore submitting a modified version of the patch, which includes a...

If the classpath is particularly long, and forking is enabled, sbt will try to spawn a new jvm instance using `java.lang.UNIXProcess.forkAndExec()`, which calls `Process()`, which calls the native `execve()`. The...

help wanted
area/run
area/linux

There seems to be a mismatch concerning compiler-interface, in certain cases. For instance, in one test case the sbt jar published after the compilation of sbt is: `org.scala-sbt/compiler-interface_2.11.0-dbuildx1317a1280278e3f43e6d797a110a8f1a71fe410e/0.13.1-dbuildx7efb24a03fb92a1fec9a58adf4d9f9ad17ff018e/jars/compiler-interface-src_2.11.0-dbuildx1317a1280278e3f43e6d797a110a8f1a71fe410e.jar` but the...

bug
Low
uncategorized

## problem When sbt creates a default project, the project name is derived by using a rather complex algorithm that involve the containing directory name, a number of suffixes, the...