Antonio Cunei

Results 9 comments of Antonio Cunei

OK, there is no regression. This is related to the hack that is used to address the mismatch between sbt and sbt-republish concerning "compiler-interface-bin" and "compiler-interface-src" (one uses the full...

I checked a recent [community build run](https://scala-ci.typesafe.com/job/scala-2.12.x-integrate-community-build/2879/), containing 177 projects. The time spent re-fetching the various projects from their GitHub repo is exactly 56.1 seconds, in total. So you would...

@SethTisue You may be interested in the branch https://github.com/lightbend/dbuild/commits/wip-INPROGRESS-disableUpdates, which should be now complete. :blush: It is published as version `0.9.17-toni4`, you can try it out now. It adds: -...

A matching update to the community build is at: https://github.com/cunei/community-builds/commits/wip-testing-toni4

@SethTisue I made further improvements and optimizations. Now, re-extracting the 188 projects of the community build, with all cached and updates disabled, takes just 8 seconds: ``` $ ./run.sh -lds...

Hello, there are no plans to add Mercurial support at this time. However, we would welcome contributions to add support for further version control systems. Implementing a new module is...

This feature can be implemented, but it involves some code changes. Presently, dbuild has no concept of ordering for subsequent invocations: it handles each run on its own. The time-based...

According to @dwijnand, the issue is a bit different from the one in #188. In ScalaJS, it seems, the ``name`` setting only contains the plain name, while the ScalaJS-specific suffix...

@dwijnand Thanks for the clarification! Yes, I use ``moduleName`` in dbuild to determine the artifact name, see https://github.com/typesafehub/dbuild/blob/d464e487e4373270315429d850ff253e040947fc/plugin/src/main/scala/com/typesafe/dbuild/plugin/DBuildRunner.scala#L801 I'll track down where exactly the further renaming takes place; I need...