Johannes Link

Results 390 comments of Johannes Link

> @vlsi @jlink - I took a look at your comments and I've raised a [quick PR](https://github.com/jqwik-team/jqwik/pull/573). Let me know if there's anything to improve, thanks! Thanks. I commented the...

Published in `1.9.0-SNAPSHOT`

> Could be just me, but it seems like -Xjsr305 property is still respected by the final version of the compiler. Since jsr305 is no longer used this shouldn't affect...

> Also, just wanted to check if always targetting the latest version of kotlin is intended? I assume that regardless of how good Kotlin devs are, some may obstain from...

Anything missing from K2 support that should go into the next release?

> I guess adding `"-Xjdk-release=${javaTargetVersion}"` to `freeCompilerArgs` should do the trick. Fails for Java 8 with > Error: Execution failed for task ':kotlin:compileKotlin'. > A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction...

Using toolchains would be the preferred way - if I had the time to look into the best way to do it. I hacked around it by not using the...

Managed to publish `1.9.0-SNAPSHOT`.

I’m not perfectly sure what you mean by „preconfigured“ but I assume you mean a type enriched by one or more annotation? If so, the answer is no. Without thinking...

Configurators are not handed down to an arbitrary‘s children. If they were, one couldn’t be precise with where to apply them since some could be applicable to both parent and...