BBN-Q/pyqgl2

None QRegister fails to complain

ahelsing opened this issue · 0 comments

If you supply None as a required QRegister to a qgl2main, the compiler does not complain. currently it fails when it tries to run the generated QGL1 and dereferences None

  • Test: AllXY with None for the required qreg
  • this is error checking of toplevel_bindings and args to qgl2main?
  • Did type checking get disabled?