Islon Scherer

Results 24 comments of Islon Scherer

Hi @jamesward. These libraries are in Kotlin, not Java, so the javadocs are empty. Is it common for Kotlin libs to populate the javadocs jar instead of rely on the...

Some tests are broken and should be fixed before we can merge this.

We already started the process of releasing Pkl to homebrew. Should come soon.

I wouldn't worry too much about the breaking here. These classes are supposed to be used in the CLI only (most of them are final). It doesn't make much sense...

Indeed, this example doesn't render properly to `json` or `yaml`, just to `pcf`. Probably a good idea to change it to something that's `json` renderable.

This seems like a good idea. Feel free to contribute a PR if you so wish.

When you run `./gradlew updateDependencyLocks` you update **all** dependencies, which is not what you want. You can use `gradle classes --update-locks some:dependency` to only update what you need. See here...

We plan to move out of ANTLR at some point which should improve parser errors. You are right that the message could be better.

Duplicate of #113

This feature is very high on our list, hopefully we'll see it in the next version. For now this can't be done in Pkl.