pkl icon indicating copy to clipboard operation
pkl copied to clipboard

A configuration as code language with rich validation and tooling.

Results 240 pkl issues
Sort by recently updated
recently updated
newest added

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...

On line 170 I believe the filename that is meant to be referenced is`pklTutorialPart3.pkl` as there is not a `pklTutorial.pkl` file mentioned in this section. I also made some fun...

## 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

## Summary Add a fix to make Version Catalog symbols visible within the `buildSrc` plugins, and then move tool versions (Google Java Format and ktfmt) into the catalog. Originally previewed...

Replace the legacy "compile" scope with "implementation". This matches Maven Central's recommended syntax: https://central.sonatype.com/artifact/org.pkl-lang/pkl-core

When I delete pkl-core/src/test/files/LanguageSnippetTests/output and run "gw test", most output files are regenerated, but 46 of them aren't. I assume these are stale files that should be deleted.

## Purpose I'd like to create a wizard application for managing kubernetes manifests, which reads and writes to a set of .pkl files. At the moment it's possible to read...

Something I found confusing when first getting spun up here was this ability to amend/extend a module in addition to doing the same with classes, but with different operators. It...