Johan Fylling

Results 66 comments of Johan Fylling

Yes, as long as we can avoid possible confusion for users I think it doesn't matter much if we implement something akin to the **alternative** operator but call it **or**...

Maybe `else` could work too? Semantically, it'd be pretty close to how rules are processed. It reads pretty ok if used in an assignment or a function call (maybe a...

Correct. I have a hard time dreaming up a scenario where it would be beneficial to even have dynamic components in a function ref. Unless there's an argument not to,...

Some added context: one of the reasons for why this dependency was interned was to minimize the number of active dependencies on the eval hot path; to make integrations easier,...

For further context, see [this](https://github.com/open-policy-agent/opa/pull/7499#discussion_r2032827377) discussion.