mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Ruby: add changenote for overlay[local] annotations
This commit is contained in:
4
ruby/ql/lib/change-notes/2025-07-09-overlay-local.md
Normal file
4
ruby/ql/lib/change-notes/2025-07-09-overlay-local.md
Normal 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.
|
||||
Reference in New Issue
Block a user