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
throughout the codebase we use std.DynLib to dynamically load libraries such as Vulkan, Wayland, X11, etc.
The goal of this issue is to ensure that when such libraries are not available and an error would be reported to the user, that it is a clear and well-explained error rather than something obscure like FileNotFound bubbling up the stack.
throughout the codebase we use
std.DynLib
to dynamically load libraries such as Vulkan, Wayland, X11, etc.The goal of this issue is to ensure that when such libraries are not available and an error would be reported to the user, that it is a clear and well-explained error rather than something obscure like
FileNotFound
bubbling up the stack.https://sourcegraph.com/search?q=repo:%5Egithub%5C.com/hexops/mach%24+std.DynLib.open&patternType=keyword&sm=0
The text was updated successfully, but these errors were encountered: