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

Don't fail when there is no engine declaration for a given rule #12

Open
cortsf opened this issue Jul 21, 2024 · 0 comments
Open

Don't fail when there is no engine declaration for a given rule #12

cortsf opened this issue Jul 21, 2024 · 0 comments
Labels
invalid This doesn't seem right

Comments

@cortsf
Copy link
Owner

cortsf commented Jul 21, 2024

Example toml file:

[[engine_rules]]
er_template = "search_engines"
er_alias = "{alias}"
er_url = "{url}"

Parsing this file will fail since there is no [[search_engines]] block declared. Allow such cases in which there are no engines declarations for a given rule.

@cortsf cortsf added the invalid This doesn't seem right label Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant