Dario Abdulrehman

Results 9 comments of Dario Abdulrehman

That's right, in this case it is the `com.typesafe.play:sbt-plugin`.

@non In your talk about scalacheck you mention in [one of the slides](https://www.youtube.com/watch?v=UlZGZh7hfbs&feature=youtu.be&t=3571) that we should pay attention to the distribution and range of generators. It would be useful to...

That would be sufficient for my needs but I guess you mean adding that signature to the info, error, debug, trace and warn methods right? Thanks.

It seems easy to implement but I'm a bit tied up at the moment.

The issue comes from the way expecty `DiffUtil` [tokenizes an Escape control character (Char with Int value 27)](https://github.com/eed3si9n/verify/blob/main/shared/src/main/scala/verify/DiffUtil.scala#L32). I have a fix in the works but I am not sure...

If it is acceptable to have a [compile-time only dependency](https://stackoverflow.com/questions/21515325/add-a-compile-time-only-dependency-in-sbt/21516954#21516954) could use https://github.com/alexarchambault/data-class. Actually, no need to add a dependency, I could inline the macro expansion for `@data class CheckConfig...`

> Hi ! What's the status of this PR ? I'm experiencing the same issues when dealing with seeds atm ☹️ Because this PR is binary breaking, I am not...

Resolved by https://github.com/typelevel/weaver-test/pull/39.

> @lihaoyi Checker tests have been moved. > > Some compound operations like `zip` incur the cost of double-checking. One solution would be to define a `private[os] def unchecked` variant,...