Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correctly override default backend options #495

Merged
merged 4 commits into from
Jan 31, 2021

Conversation

shioyama
Copy link
Owner

Fixes #492

This is not a super clean fix, but tests check that it's doing what one would expect.

cc @kevynlebouille

@shioyama
Copy link
Owner Author

After thinking this over for a bit, I think I'm going to use this as an opportunity to cleanly separate "backend options" from "plugin options". We'll still support passing them together in the options hash to translates but internally they will always be handled separately. I think in the long term this will be an improvement.

@shioyama
Copy link
Owner Author

Ok for now I think this will do. If this passes I'll merge later and release in 1.0.4.

@shioyama shioyama force-pushed the backend_options_different_backends branch 3 times, most recently from 2e9e04e to 452be8f Compare January 31, 2021 01:48
@shioyama shioyama force-pushed the backend_options_different_backends branch from 452be8f to d35fc0f Compare January 31, 2021 01:57
@shioyama shioyama force-pushed the backend_options_different_backends branch from 9b5f43b to d9bceeb Compare January 31, 2021 02:07
@shioyama shioyama merged commit d9bceeb into master Jan 31, 2021
@github-pages github-pages bot temporarily deployed to github-pages January 31, 2021 02:28 Inactive
@shioyama
Copy link
Owner Author

Released as 1.0.4. @kevynlebouille can you check the new version works?

@shioyama shioyama deleted the backend_options_different_backends branch January 31, 2021 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

InvalidOptionKey error when using different backends
1 participant