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
eg in $nim_D/nimx/nimx/naketools.nim it prevents doing things like:
try:
direShell"xcodebuild", "-project", xcodeProjDir/"SDL.xcodeproj", "-target", "Static\\ Library", "-configuration", "Release", "-sdk", "macosx"&b.macOSSDKVersion, "SYMROOT=build"exceptCatchableErroras e:
# process e, give an informative msg (eg to suggest alternatives like brew install sdl2), or provide fallback options
The text was updated successfully, but these errors were encountered:
/cc @yglukhov @fowlmouth
see also https://forum.nim-lang.org/t/4042#25152: (quit considered evil: bypasses
defer
andtry/catch/finally
which might do important cleanups)eg in $nim_D/nimx/nimx/naketools.nim it prevents doing things like:
The text was updated successfully, but these errors were encountered: