Yang, Bo
Yang, Bo
I am not sure if it is better to allow it or not, considering someone is surprised by the current behavior when a !-notation is present at a by-name position...
I have a sbt project that contains two sub-projects. Each of the sub-projects use different sonatypeProfileName. I expect that sonatypeReleaseAll will promote all sub-projects and sonatypeOpen will setup `publishTo` for...
Upstream bug https://github.com/deeplearning4j/nd4j/issues/2271 You can reproduce this bug in NaN-fix branch: ``` git clone https://github.com/ThoughtWorksInc/DeepLearning.scala.git --branch NaN-fix cd DeepLearning.scala sbt plugins-INDArrayLayers/testOnly com.thoughtworks.deeplearning.plugins.NaNSpec ```