Skip to content

baml-language-source-6aeeab0365350e8afceea0c3d4c837f1272d8795

@2kai2kai2 2kai2kai2 tagged this 31 Jul 20:31
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **New Features**
* Ordering operators (`<`, `<=`, `>`, `>=`) now support custom
comparison behavior for user-defined types, enums, booleans, generics,
and interface implementations.
* Custom operator overrides and default comparison methods are honored
consistently.

* **Bug Fixes**
* Improved comparison behavior in conditions, short-circuit expressions,
assignments, and error-handling scenarios.
* Added validation for unsupported comparison type combinations and
incomplete comparison implementations.

* **Tests**
* Expanded coverage for generic dispatch, runtime behavior, reflexivity,
and comparison consistency.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Assets 2
Loading