vowpal_wabbit icon indicating copy to clipboard operation
vowpal_wabbit copied to clipboard

Unhandled exceptions are making it to C API boundary

Open jackgerrits opened this issue 6 years ago • 1 comments
trafficstars

The main issue preventing a fix to the current API is the use of void functions that mean the error status cannot be reasonably conveyed out of the function call.

This was an incorrect design decision was originally created and to change it now might break someone. We should introduce a new API that fixes this shortcoming and so is a feature request.

jackgerrits avatar Oct 22 '19 14:10 jackgerrits

This should be its own project, maybe? Or a tag?

lokitoth avatar Oct 31 '19 13:10 lokitoth