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
Call to bp:child() throws an exception when a path doesn't exist resulting in a swift terminate as BoardRunner::build is marked noexcept. Should probably do some path checking.
Issue will be resolved later as part as the std::error_code-ification of the BoardRunner interface; will keep this issue open as a reminder until I actually open the ticket for std::error_code-ification.
Call to
bp:child()
throws an exception when a path doesn't exist resulting in a swift terminate asBoardRunner::build
is marked noexcept. Should probably do some path checking.libSMCE/src/SMCE/BoardRunner.cpp
Lines 122 to 130 in 3a65ba6
The text was updated successfully, but these errors were encountered: