-
```
> check
>>> check
>>> updateDotty
[info] Pulling the latest Dotty changes
[info] Updating Dotty submodules. If working against a fresh clone, this might take a few minutes.
$ git submodule s…
-
We recently had the following failure in `BitcoinTxBuilderSpec`:
```
failing seed for TxBuilderSpec.sign a mix of p2sh/p2wsh in a tx and then have it verified is CVwC2vHBRZXblslQ4jmpnabiZTwCvvbximd1…
-
Though the course uses Java, generally useful discussion on testing within the larger context of writing a specification, and thinking of properties: [Test-First Programming](https://ocw.mit.edu/ans7…
-
**Summary**
Revised original post on 9/19/18 and 9/20/18 based on additional research and (slightly) deeper understanding of the implementation logic.
Issue: `Prop.&&(Prop): Prop` and `Prop.||(…
-
This is the Gen used for `Algebraic` right now:
```scala
lazy val algebraic: Gen[Algebraic] =
arbitrary[Int].map(Algebraic(_))
```
I'd argue to really test `Algebraic` we need a more throroug…
-
Issue personal dev log
Point, Segment, Triangle
intersectionTest
-
Consecutive calls of `random` returns the same instance. Providing an integer to get multiple random elements will however generate different instances. How to overcome this?
(I'm not familiar with S…
-
I am getting this error : "NoSuchMethodError: org.scalatest.Assertions.assertionsHelper" when calling "assertDataFrameApproximateEquals"
```
test("Test getFeaturesDf") {
var inputFilep…
-
See
https://www.quora.com/Did-Yahoo-Stock-API-shut-down
I cloned and ran
sbt compile tests, but got this result:
> [info] Compiling 1 Scala source to E:\thirdparty\YahooFinanceScala\target\sca…
-
It is possible to use ivy dependency ranges in sbt. But when doing so, this plugin fails to validate latest versions against a project's specified ranges:
```
> dependencyUpdates
[info] Found 12 dep…