Daniel Chao

Results 256 comments of Daniel Chao

At the moment, Pkl will allow you to override the type of a property with no restrictions. This is something that we'd like to change in the future, but it...

Thanks for the bug report. It's a little hard to figure out the root cause without a reproducer, so, definitely let us know if you find one.

Is that resource at a relative path to your Pkl file? If so, you'd just pass in the relative path: ```pkl const manifest = yamlParser.parse(read("../\(manifestPath)")) ```

This would definitely be a breaking change. ```pkl d = 5 a = (prop) { b { // currently, resolves to `6`. // If changed to "lexically closest `d`", this...

@kyokuping was the close intentional?

Gotcha, feel free to re-open a new PR!