mbox series

[v3,0/3] bb/data_smart: better old override syntax check

Message ID GV1PR07MB912052A98343DABDC3930B58A8742@GV1PR07MB9120.eurprd07.prod.outlook.com
Headers show
Series bb/data_smart: better old override syntax check | expand

Message

Konrad Weihmann Sept. 28, 2024, 7 a.m. UTC
v2:
   - move expensive operation into if condition

v3:
   - fix condition

Konrad Weihmann (3):
   bb/data_smart: remove dead code
   bb/data_smart: fix override syntax warning
   tests/parse: add coverage for old override syntax

  lib/bb/data_smart.py  | 16 +++++-----
  lib/bb/tests/parse.py | 69 +++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 76 insertions(+), 9 deletions(-)