Daniel Svensson

Results 175 comments of Daniel Svensson

The value is that it makes the commits easier to review. There's no need to encode mistakes into history. But even if you would want to have all the mistakes...

Needs some testing. The usecase is for example to trigger an event after X events has happened within Y time. Straight port from the official 90's hipnotic expansion, GPL QuakeC.

Actually no... the asc files are correctly found here: https://repo1.maven.org/maven2/org/flywaydb/flyway-gradle-plugin/10.15.2/ Must be gradle that's looking in the wrong place.

Nah, parts of the artifacts are not signed, see here for example: https://plugins.gradle.org/m2/gradle/plugin/org/flywaydb/gradle-plugin-publishing/10.18.1/ Even if having: ```xml ``` The following unsigned artifacts are added as checksum-only: ```xml ```

Still missing here: https://plugins.gradle.org/m2/gradle/plugin/org/flywaydb/gradle-plugin-publishing/11.1.1/ fwiw, detekt recently took a stab at fixing this problem in their project. They're using gradle, but perhaps you can draw some inspiration: https://github.com/detekt/detekt/pull/7760