Björn Kautler

Results 489 issues of Björn Kautler

`FII_USE_METHOD_REFERENCE` seems to have some problems, I hope it is ok that I write them up here in one issue. Feel free to split it into multiple or to ask...

reasonable

As discussed in https://discord.com/channels/968932220549103686/1436372580000075978, the current default for `trunk()` seems to have some drawbacks. - `root()` as fallback is unlucky, if you have none of the previous options, `root()` is...

good first issue

On https://jj-vcs.github.io/jj/latest/templates/ there are 5 types that specify `Boolean: yes`: - `Boolean` - `Email` - `List` - `Option` - `String` For `Boolean` it is obvious that it is an identity...

documentation 📖

`contributing.md` says: > #### Offline distribution > > To build the rendered docs for offline distribution or to view them from your file system, run while inside the `jj` repository:...

documentation 📖

With just ```kotlin plugins { id("com.github.spotbugs") version "6.4.7" } tasks.spotbugsMain { reports { register("xml") register("text") register("html") { setStylesheet("fancy-hist.xsl") } } } ``` running without configuration cache results in Error ```plain...

In JUnit 5 Platform natively there is a separation between skipped tests (skipped before execution started) and aborted tests ("skipped" after execution of the test started, for example when using...