apple / pkl

A configuration as code language with rich validation and tooling.
https://pkl-lang.org
Apache License 2.0
10.38k stars 280 forks source link

Eagerly check function arguments when called from inside iterable #778

Closed bioball closed 2 weeks ago

bioball commented 2 weeks ago

This mitigates an issue where lazy mappings and listings widen an existing bug.

This is a follow-up to https://github.com/apple/pkl/pull/752.

Ideally, when we fix the scoping bug, we also revert this commit.