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
{{ message }}
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.
Currently the cli defaults to qx if no backend is specified. We also have this test:
#[test]fnno_backend(){assert!(err!(cli!(FRONTEND)).contains("While interpreting plugin specification: Invalid argument: could not find plugin executable 'dqcsbeqx', needed for plugin specification 'qx'",
));}
which fails when dqcsbeqx is installed.
My suggestion is to remove this default behavior. We can also remove the test, but no default behavior results in less confusing for users, and we're talking about 3 characters.
The text was updated successfully, but these errors were encountered:
Currently the cli defaults to
qx
if no backend is specified. We also have this test:which fails when
dqcsbeqx
is installed.My suggestion is to remove this default behavior. We can also remove the test, but no default behavior results in less confusing for users, and we're talking about 3 characters.
The text was updated successfully, but these errors were encountered: