cbt
cbt copied to clipboard
CBT - fun, fast, intuitive, compositional, statically checked builds written in Scala
This occurs when I add a bit of custom code to the plain scalajs example. See also the [issue for sbt](https://github.com/scala-js/scala-js/issues/2576). I assume this indicates the plugin needs to be...
It looks like cbt does not support Java 9 now. When running cbt: ```intx MaxJavaStackTraceDepth=-1 is outside the allowed range [ 0 ... 1073741823 ] Improperly specified VM option 'MaxJavaStackTraceDepth=-1'...
Made cbt shell script look for nailgun jar in /usr/share/nailgun/lib/nailgun.jar This fixes #594
This is not even close to ready, just making a pr to see if I am on the right track.
Most of this seems to work, aside from a class loader issue that's preventing me from testing it. Any suggestions for improvements welcome while I try to sort it out!
Makes `cbt` adhere more to the standard rules of shell scripts. This commit * quotes identifiers inside test-blocks (`[ … ]`) * replaces `[ "$x" == "$y" ]` with `[...
Fails to find nailgun jar when it's placed in /usr/share/nailgun/lib/nailgun.jar. This is the case on Gentoo and Funtoo based linux ditros.
Getting `NumberFormatException` when running `cbt direct run` after code changes. Have not got this error before ``` $ cbt direct run Compiling to /home/ilya/playground/cbtException/target/scala-2.11/classes [ERROR] Failed to construct terminal; falling...
Porting CBT to Scala Native would potentially allow an entire tool chain independent of the JVM, including the build tool, which is a very important component of a tool chain....