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

Fix erroneous parsing of backend_search_dirs #1349

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

fuzzypixelz
Copy link
Member

@fuzzypixelz fuzzypixelz commented Sep 3, 2024

The backend_search_dirs configuration option was badly parsed because we went from raw JSON to serde_json::Value and tried to parse said value as raw JSON.

To properly clean this the code needs to be reworked to avoid deserializing the raw JSON before it hits the LibSearchDirs deserializer.

cc @gabrik

@fuzzypixelz fuzzypixelz added the bug Something isn't working label Sep 3, 2024
@fuzzypixelz fuzzypixelz self-assigned this Sep 3, 2024
@fuzzypixelz fuzzypixelz merged commit a8de5bc into main Sep 3, 2024
25 checks passed
@gabrik gabrik deleted the fix-backend-search-dirs branch September 3, 2024 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants