diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-05-23 16:16:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-23 18:16:34 +0400 |
commit | 8dc27cebce277392bda3ef27671750990e1bde4f (patch) | |
tree | 91f1e40dca76df5bff62590cd9c5a6496e404bf0 /docs/features.md | |
parent | e9d4ac2a6ba5347998bd5d9eff1656b0c82e22e3 (diff) | |
download | alacritty-8dc27cebce277392bda3ef27671750990e1bde4f.tar.gz alacritty-8dc27cebce277392bda3ef27671750990e1bde4f.zip |
Fix error with missing imports
This fixes a regression, likely introduced in 5d173f6df, which changed
the severity of missing imports from `info` back to `error`.
The cause of this issue was a more complicated error handling mechanism,
which explicitly translated IO errors to a separate enum variant without
accounting for it in all scenarios.
While retrospectively this seems completely unnecessary to me, it did
mean shorter error messages in case the main config file was not found.
To preserve the benefits of both approaches, explicit handling for the
`NotFound` IO error has been added when loading the main configuration
file.
Diffstat (limited to 'docs/features.md')
0 files changed, 0 insertions, 0 deletions