Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 424 Bytes

File metadata and controls

5 lines (3 loc) · 424 Bytes

5.0.0

Breaking Changes

  • 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.