conscript
conscript copied to clipboard
Scala at your command
Updates [net.liftweb:lift-json](https://github.com/lift/framework) from 2.6.3 to 3.5.0. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...
Updates net.databinder.dispatch:dispatch-core from 0.12.3 to 0.13.4. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...
Updates [org.scala-lang:scala-library](https://github.com/scala/scala.git) from 2.11.12 to 2.13.8. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...
``` java.lang.ExceptionInInitializerError at conscript.Conscript.run(conscript.scala:173) at conscript.Conscript.run(conscript.scala:171) at xsbt.boot.Launch$$anonfun$run$1.apply(Launch.scala:111) at xsbt.boot.Launch$.withContextLoader(Launch.scala:131) at xsbt.boot.Launch$.run(Launch.scala:111) at xsbt.boot.Launch$$anonfun$apply$1.apply(Launch.scala:37) at xsbt.boot.Launch$.launch(Launch.scala:120) at xsbt.boot.Launch$.apply(Launch.scala:20) at xsbt.boot.Boot$.runImpl(Boot.scala:56) at xsbt.boot.Boot$.main(Boot.scala:18) at xsbt.boot.Boot.main(Boot.scala) Caused by: java.lang.IllegalStateException: java.lang.IllegalAccessException: class com.ning.http.util.ProxyHostnameChecker...
cs always fails. ex) ``` $ cs foundweekends/giter8 WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.jboss.netty.util.internal.ByteBufferUtil (file:/Users/hirose/.conscript/boot/scala-2.11.12/org.foundweekends.conscript/conscript/0.5.3/netty-3.9.2.Final.jar) to method java.nio.DirectByteBuffer.cleaner() WARNING: Please consider reporting...
Now that CLI installation is happening via Coursier install https://get-coursier.io/docs/cli-install, we should probably sunset conscript to avoid confusion. @xuwei-k what do you think?
due to migrate to GitHub Actions Is there `TRAVIS_COMMIT_RANGE` in GitHub Actions? 🤔 https://github.com/foundweekends/conscript/blob/b4fcacfce31bf209f40ff9481eb14a95994b0ba3/build.sbt#L195
As `conscript/setup.sh` always executes `cs` as the last thing, the script's exit status will be 1, as cs fails due to no args are passed. I'd like to see either...
It's impossible to run the conscript install script on any shell other than bash and expect it to work without making manual changes to the install script.
When I run: $ cs foundweekends/giter8 I get (after a minute or so): An unexpected error occurred: Please check your internet connection. Exception message: connection timed out: api.github.com/192.30.253.116:443 to https://api.github.com/repos/foundweekends/giter8/git/refs/heads/master...