Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Default backend #432

Open
mbrobbel opened this issue Jan 31, 2020 · 0 comments
Open

Default backend #432

mbrobbel opened this issue Jan 31, 2020 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@mbrobbel
Copy link
Collaborator

Currently the cli defaults to qx if no backend is specified. We also have this test:

#[test]
fn no_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.

@mbrobbel mbrobbel added the question Further information is requested label Jan 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants