Closed seanyoung closed 1 year ago
The following fails because the bit spec has 4 values, so 2 bits are required. Only 1 bit is provided.
./irptransmogrifier.sh --irp '{100}<1|2|3|4>(S:1)' render -r -n F=0,S=99 EvaluatedIrSequence cannot be (completely) evaluated
However, in the following IRP it does succeed:
/irptransmogrifier.sh --irp '{100}<1,-1|1,-3>(F:1,<1|2|3|4>(S:1))' render -r -n F=0,S=99 Freq=38000Hz[+100,-100,+100,-300][][]
I would expect this to fail too.
Thank you for the report. I hope that fix shows to be OK.
The following fails because the bit spec has 4 values, so 2 bits are required. Only 1 bit is provided.
However, in the following IRP it does succeed:
I would expect this to fail too.