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
Right now, Puma is coded to just throw some string whenever anything bad happens. In Python, this comes out as a RuntimeError, even though in many cases a VentureException would be considerably more helpful, for instance because it would then be subject to at least minimal location annotation.
Doing this for the old CXX backend was my starter project when I joined the lab years ago, and I didn't succeed then; but perhaps now it's not too difficult?
The text was updated successfully, but these errors were encountered:
Right now, Puma is coded to just
throw
some string whenever anything bad happens. In Python, this comes out as aRuntimeError
, even though in many cases aVentureException
would be considerably more helpful, for instance because it would then be subject to at least minimal location annotation.Doing this for the old CXX backend was my starter project when I joined the lab years ago, and I didn't succeed then; but perhaps now it's not too difficult?
The text was updated successfully, but these errors were encountered: