Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 419 Bytes

File metadata and controls

4 lines (4 loc) · 419 Bytes
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.