Adam

Results 225 issues of Adam

The README says "100% compliant YAML 1.2 parsers" and "The parsers pass 100% of the [YAML Test Suite](https://github.com/yaml/yaml-test-suite/)!" However, when I run `make test` I observe 9 test failures. ```...

Enables a remote Gradle Build Cache, allowing build cache results to be shared between machines. This will be a significant improvement in build times on CI and locally, and in...

builds 🐘

Create a BuildService to collect kotest-bom entries Replaces manual project filtering in kotest-bom with KotestBomService, which will automatically collect the dependencies from any project that has the `kotest-publishing-conventions` convention plugin....

builds 🐘

The final boss of #4085. Please don't review this PR yet. I'm only making it because when warnings-as-errors is enabled it's easier to identify warnings to fix as part of...

builds 🐘

Disable `kotest.framework.discovery` and `kotest.framework.classpath.scanning` where possible Resolves #4144 Hopefully helps #4113 (because it reduces the memory requirement)

builds 🐘

Cache the `~/.konan/` directory. I am making this PR as an experiment. Downloading and unpacking Kotlin Native dependencies takes some time, although it appears to be relatively minor - less...

builds 🐘

- Convert timeout assertions to common Kotlin - Deprecate the JVM only versions - Update tests to use virtual time

Workers API is deprecated, but has no replacement yet. Workers are safe to use, so long as they don't get exposed in a public API. Part of #4085

Apply @Kantis's recommendations to the Kotest build: https://kantis.github.io/posts/Faster-Kotest-startup/ Currently building produces a lot of warnings: ``` Warning: Kotest autoscan is enabled. This means Kotest will scan the classpath for extensions...