Sam Gammon

Results 155 issues of Sam Gammon

This changeset exposes aliases for Jacoco and ASM dependencies, which can then be leveraged downstream in projects that extend Bazel and want to include integrated coverage support.

**Describe the issue** I've generated a PGO profile for a Micronaut/Kotlin app which runs fine without PGO. After applying this profile (with `--pgo=profile.iprof`), I get the stacktrace enclosed (well, like...

bug
native-image

**Feature request** _Build-once, run-anywhere_, but for `native-image` **Is your feature request related to a problem? Please describe.** Currently, one must run a Native Image build for each operating system and...

feature
native-image

## Summary **Not for merge** This is a massive PR that upgrades the Gradle build in a big way. I did this sort of for fun, over the weekend, while...

## Summary Initial changes to support Kotlin `2.x.x` beta. ## Changelog - chore: changes to support kotlin `2.x` - chore: changes to support newer serialization plugin - chore: upgrade gradle...

## Summary Support for Kotlin `1.9.x`, with all accompanying changes; pinned for now at `1.9.22`. Experimental, obviously.

Currently on `main`, there is a small bug introduced by the `validatePom` step within the `pklPublishLibrary` convention plugin; this step is added to validate published library POMs, but some projects...

## Summary This small change fixes a bug introduced by the `validatePom` task within the `pklPublishLibrary` plugin. When running project-wide tasks like `./gradle tasks`, projects which don't provide a POM...

## Summary This change activates the `TYPESAFE_PROJECT_ACCESSORS` feature preview in Gradle, and switches to such accessors instead of string-based project references, where possible Originally previewed in apple/pkl#204 ## Changelog -...

Adds an icon for the Pkl project which is used in IDEA's "New UI" when opening Pkl Originally previewed in #204