kwik icon indicating copy to clipboard operation
kwik copied to clipboard

Property-based testing library for Kotlin

Results 32 kwik issues
Sort by recently updated
recently updated
newest added

Bumps org.jetbrains.kotlin.multiplatform from 1.4.32 to 1.5.30. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.kotlin.multiplatform&package-manager=gradle&previous-version=1.4.32&new-version=1.5.30)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps io.gitlab.arturbosch.detekt from 1.17.1 to 1.18.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.gitlab.arturbosch.detekt&package-manager=gradle&previous-version=1.17.1&new-version=1.18.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Hi! I tried solving the issue #53 like this :)

Here is how the API could look like: ```kotlin /** * Returns a generator that emits items of the upstream generator only once (based on result of `hashCode` and `equals`...

up for grabs

Jcenter is shutting down https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

chore

Resolves #260 ## Todo * [ ] Exclude `generator-test` from publication (It is an internal package) ## Current problems/blockers * `./gradlew closeAndReleaseRepository` hangs.

It should be possible to * create a rose-tree by combining a value with a simplifier. * the result should be lazy in the sense that the simplifier function shouldn't...

One should be able easily and safely create a generator for a data-structure such as : ```kotlin sealed class Tree { data class Branch(left: Tree, right: Tree) : Tree() object...

up for grabs