You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, liquid-dsp calls exit() when certain input validations fail, and PothosLiquidDSP can trigger these, as it does not perform its own input validation. When this bug is fixed, the next PothosLiquidDSP version should establish a minimum version to prevent running into this.
This allows compilation with LiquidDSP versions before and after the exit() fix, but the auto-generated blocks don't do anything with the return code. This can probably be done by tweaking the mako templates, but the issue still stands.
Currently, liquid-dsp calls exit() when certain input validations fail, and PothosLiquidDSP can trigger these, as it does not perform its own input validation. When this bug is fixed, the next PothosLiquidDSP version should establish a minimum version to prevent running into this.
Relevant issue here: jgaeddert/liquid-dsp#134
The text was updated successfully, but these errors were encountered: