mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
b7b6e2ae21
These changes address issues with the existing built-ins: 1. Error messages are improved to avoid leaking sensitive values. 2. Helpers are provided to report common errors consistently. 3. Built-in developmnet is simplified by removing boilerplate. Built-ins no longer have to invoke the query iterator, unify/unbind results, etc. Also, remove the adding-builtins.md doc in favour of an example test case. Fixes #205