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
Instead of just having a dumb error sigil, I can have a raon_get_error that is thread local and gives more useful error messages.
The message should be checked upon errors happening which are set with raon_set_errorf or whatever.
Instead of just having a dumb error sigil, I can have a
raon_get_errorthat is thread local and gives more useful error messages.The message should be checked upon errors happening which are set with
raon_set_errorfor whatever.