Jen Basch
5c944600fa
Use 2xlarge resource class for gradle check in CI ( #1291 )
2025-11-03 10:31:16 -08:00
Jen Basch
ffc9167bf5
Switch yaml.Parser to parse binary scalars as Bytes ( #1277 )
2025-10-30 16:45:59 -07:00
Jen Basch
eab71229e7
Add support for rendering Bytes values with YamlRenderer ( #1276 )
2025-10-30 15:53:43 -07:00
Jen Basch
2c18f13d08
Rename Config.from to Config.fromPklBinary ( #1275 )
2025-10-30 11:04:03 -07:00
Jen Basch and Dan Chao
9427387019
Add release notes for 0.30 ( #1261 )
...
Co-authored-by: Dan Chao <dan.chao@apple.com >
2025-10-30 10:09:35 -07:00
Jen Basch
08c414f3ac
Normalize mutli-line string indentation ( #1271 )
2025-10-30 08:30:30 -07:00
Jen Basch
7bf150055c
Assert that formatter snippet test output is stable ( #1270 )
2025-10-29 17:08:43 -07:00
Jen Basch
1d6261b263
Correctly handle trailing commas in function type literals in the generic parser ( #1267 )
2025-10-29 15:08:26 -07:00
Jen Basch
6c036bf82a
Implement Pkl binary renderer and parser ( #1203 )
...
Implements a binary renderer for Pkl values, which is a lossless capturing of Pkl data.
This follows the pkl binary format that is already used with `pkl server` calls, and is
made available as a Java API and also an in-language API.
Also, introduces a binary parser into the corresponding `PObject` types in Java.
2025-10-20 09:10:22 -07:00
Jen Basch
c602dbb84c
Fix macOS Intel native builds ( #1244 )
2025-10-16 19:20:14 -07:00
Jen Basch
bed008b3da
Update macOS release in CI ( #1243 )
2025-10-16 15:48:23 -07:00
Jen Basch
ffa3c14fb3
Pass trace mode from CLI/PklProject to the evaluator ( #1230 )
2025-10-08 10:49:55 -07:00
Jen Basch
e230fcf1a9
Follow up for trace pretty printing ( #1227 )
2025-10-08 09:36:42 -07:00
Jen Basch
63f89fb679
Expose collected superclass properties/methods in pkl:reflect ( #1106 )
2025-09-19 12:23:57 -07:00