Ruby: add changenote for overlay[local] annotations

This commit is contained in:
Nick Rolfe
2025-07-09 13:32:49 +01:00
parent e1f2433dbf
commit c415795595

View File

@@ -0,0 +1,4 @@
---
category: breaking
---
* Most classes and predicates in the AST, SSA, and control-flow-graph libraries are now annotated with `overlay[local]`, in preparation for incremental analysis. This could result in compiler errors for custom queries if they extend these classes. To mitigate such errors, look for ways to restructure custom QL code so it doesn't depend on changing the behavior of standard-library classes.