-
Notifications
You must be signed in to change notification settings - Fork 25
refactor(config)!: drop directed setting #429
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
base: main
Are you sure you want to change the base?
Conversation
Documentation build overview
Show files changed (3 files in total): 📝 3 modified | ➕ 0 added | ➖ 0 deleted
|
|
We were keeping this incase people somehow were still using old configs that had the directed setting. |
|
We already broke old configs in #292. SPRAS is also not stable software. |
|
Now if I provide an old config file I get Previously I would get and the workflow would run. I agree we don't want to be too tethered to backwards compatibility, but the unintelligible error message is much worse than the user-friendly warning. |
|
I am always in favor of better error messages (including in this case), and we can (and do!) provide better error messages in general with #321, since we'll know in advance what algorithms support what keys.
Especially since we currently get this with any typo of algorithm parameters. |
|
If #329 will solve the general case, I would wait to merge this until that is ready. |
|
#329 removes |
It was marked as deprecated.