Christoph Sturm
Christoph Sturm
I tried to use the 1.5.2 plugin with the new pitest version (`pitestVersion.set("1.6.1")`) but looking at the reports it still said "pitest 1.5.2". when running in verbose mode I can...
I am currently using the r2dbc bom, and it has a versioning strategy that was new to me and i wonder if i can configure the versions plugin to support...
# Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested...
Its really important that assertion errors are useful and good to read but its really hard to review them because when you review code the tests usually pass. If just...
if I run `./gradlew pitest` on this branch of my project: https://github.com/christophsturm/r2dbcfun/tree/long-text , pitest fails with an exception: ``` ~/Projects/mine/r2dbc-fun% ./gradlew clean pitest > Task :pitest FAILED 16:43:21 PIT >>...
everything works fine when building with gradle, but when i configure Idea to use its internal JPS build system (which is sometimes faster) it seems to use a different compiler...
just some experiments, maybe inspiring for others.
if i expect one element and get two instead its very useful what those two were. and in a nested assert the value is not printed anywhere else in the...
one downside of fluent assertion libs like strikt compared to simple assertEquals(a,b) is that its possible to write assertions that can never fail. for example this code that tries to...
I'd like to try running my app on node v0.5.9 but i can't because hashlib does not build on v0.5.x Checking for program g++ or c++ : /usr/bin/g++ Checking for...