Revisit Error handling: don't return miette::Result
from low-level types
#137
Labels
complexity::low
Issues or ideas with a low implementation cost
docs::project
Documenting the project vision, design decisions etc
priority::low
Please dont work on this if you can contribute something with a higher priority
type::idea
Rough idea or proposal for buffrs
type::refactoring
Changing the inner-workings of buffrs
type::style
Related to personal or community opinions
Look into the error handling discussions and see if it is really necessary to return
miette::Result
from low-level implementations (such asFromStr
) and methods.My general feeling is that this is not the right thing to do, but there has been some previous discussion about it that I need to catch up. If the current approach is correct, I will close this issue.
The text was updated successfully, but these errors were encountered: