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
Currently, calling get_command without checking has_command invokes implementation defined behavior (i.e. in both currently present backends an exception).
Find all cases in the code where such assumptions are made
Check and handle such errors
Come up with a uniform and clean way to handle such errors
Currently, calling
get_commandwithout checkinghas_commandinvokes implementation defined behavior (i.e. in both currently present backends an exception).