espressif / idf-build-apps

Tool to build multiple IDF applications in CI
https://docs.espressif.com/projects/idf-build-apps/en/latest/index.html
Apache License 2.0
14 stars 6 forks source link

Warn User when Using Chained `and` `or` (RDT-884) #159

Closed hfudev closed 1 month ago

hfudev commented 1 month ago

Checklist

How often does this bug occurs?

always

Expected behavior

Warn users

Actual behavior (suspected bug)

the [2:] clauses are ignored

Error logs or terminal output

No response

Steps to reproduce the behavior

if: 1 == 2 or 3 == 4 or 1 == 1

Project release version

all

System architecture

Intel/AMD 64-bit (modern PC, older Mac)

Operating system

Linux

Operating system version

all

Shell

ZSH

Additional context

No response