Philip K.F. Hölzenspies
Philip K.F. Hölzenspies
Your reasoning is sound, but your conclusion is a leap... I'm thinking this is signal some of our tests aren't being executed as expected. This requires a little more deep-diving.
If you just want to be static content, you can use `PcfRenderer` to produce it. Pcf is a static subset of Pkl. Adding a `amends "mytemplate.pkl"` to the start of...
This patch is a remnant of late JDK11 support. GraalVM23 dropped support for JDK11, but has the plumbing necessary to produce an Apple Silicon native build. We're looking to drop...
We're waiting until we're fully on GraalVM23 (for `0.26.0-dev` we're now dropping JDK11 support) and Gradle 8.x, but then, yes, definitely want dependabot
As far as I know @jackkleeman was looking at this also, but I don't know whether he made a start anywhere.
I can't reproduce this (but also; the snippets you included are not syntactically valid Pkl, so I think something got lost in reduction of the example). There is a known...
This is something to get used to, but it's rather unavoidable, given Pkl's dynamic name resolution. In a general sense, this is indistinguishable from a stack overflow (even though this...
I think this is a reasonable ask. I think this will mostly depend on how we support the `latest` concept in Pkl itself. We _could_ roll something quickly for `pkg.pkl-lang.org`,...
Actually, the `(`...`)` in object amends syntax disambiguates that entirely. A slightly trickier thing about flat member syntax is; what do you do with consecutive amends; ``` foo.bar.baz = 0...
The generated Go code is the _structure_ of the configuration (the schema, or template). It does not contain the _values_ of the configuration. Those, you load at runtime (so that...