mirror of
https://github.com/apple/pkl.git
synced 2026-01-17 00:47:07 +01:00
- Change HttpClient to follow all redirects except HTTPS to HTTP. - Run language snippet tests with --no-cache and real PackageServer instead of pre-seeded cache. This increases HTTP test coverage and enables testing of package redirects. - Change PackageServer to return 301 for request paths starting with /HTTP301/ and 307 for request paths starting with /HTTP307/. - Update some outdated test package checksums that apparently weren't verified.
Command-line interface for Pkl. The CLI provides the following tools: * Batch evaluator * REPL