Xamla / torch-pcl

Point Cloud Library (PCL) bindings for Torch
BSD 3-Clause "New" or "Revised" License
30 stars 7 forks source link

Argmuent checks and proper exception forwarding to LUA #4

Open andreaskoepf opened 8 years ago

andreaskoepf commented 8 years ago

Exception information like the error message should be available in the status returned from a pcall when an exception is thrown inside the pcl-wrapper.

Problem: C longjumps will not call destructors...

Links: LuaJit C++ Exception Interoperability