Aaron S. Hawley
Aaron S. Hawley
The cause was never found, but the symptom of missing files from the CDN meant we were running the verify script pretty often. In addition to just listing the missing...
Fixes #844.
ScalaCheck introduced the commands API at ScalaDays 2014 in Berlin and was first released in version 1.12. It was never documented in the ''ScalaCheck: The Definitive Guide'' published a year...
For a while, `overrideParameters` didn't work. Now that it works, it's a big benefit to users. It's also a convenience to disable shrinking. Since it's not necessary, a lot of...
Toying around with the ScalaCheck latest in downstream projects, the new default of showing the failed seed may not scale well. This is especially the case with law checking libraries...
Seth suggested moving the fix in https://github.com/scala/scala-lang/pull/942 that modified Travis to check external links only on a scheduled basis, but still check internal links with all git activity. This repo...
Discussing https://github.com/scala/bug/issues/12632 I was reminded that the Mima plugin and the sbt-version-policy plugin was relaxed and put back and relaxed again a couple of times: * #551 * #598 *...
There's [a proposal to remove XML literals](https://contributors.scala-lang.org/t/proposal-to-remove-xml-literals-from-the-language/2146) in Scala 3 ("dotty") and replace them with an alternative interpolated string library. The library has macro code that makes sure the XML...
There is a fix related to apostrophes and `XMLEventReader` in #72 that is slated to appear in version 1.1.0. However, while fixing the defect there was not a change to...
While working on #383, I noticed that links to Javadoc don't work for JDK 11 and later with Scala 2.13. The warnings in the sbt console bear this out. ```...