Jacob Wood

Results 6 comments of Jacob Wood

@awb99 Including a control keyword in all requests might be a way around that.

@muuki88 why was this closed? As far as I can tell `--init` has never been an option for `docker build`.

@muuki88 ``` [error] unknown flag: --init [error] See 'docker build --help'. [error] java.lang.RuntimeException: Nonzero exit value: 125 [error] at com.typesafe.sbt.packager.docker.DockerPlugin$.publishLocalDocker(DockerPlugin.scala:691) ```

Similarly proposed awhile back in [#2963](https://github.com/scala/bug/issues/2963). Would like to see this revisited if possible.

`Number` boxing introduced in c52e88c6028bf4aab267803556d7d052f5f0b245 is likely the cause of this.

> I am afraid you have to move > > ```scala > object Foo { > object NestedFoo > } > ``` > > to separated compilation unit, e.g. a...