Closed ElBe-Plaq closed 9 months ago
Branch issue-103 created!
An error
crate is still needed probably, so the errors won't have to be created manually everywhere. This crate could also become part of tools
.
I can't really find a good starting point for the errors, it'll use thiserror and anyhow. I think someone else might want to do it. (Please) @Ranastra ?
@Ranastra said no, I'll have to do it.
I'd really want to add ?
and Result<...>
everywhere and I'll do eventually, but at the moment I'm fine with this.
Is your feature request related to a problem? Please describe. The current errors from the
tools
subcrate don't include much information.Describe the solution you'd like Add C-like errors. This could be done using
annotate-snippets
.Describe alternatives you've considered Use either
codespan-reporting
, which is made for programming languages and used by someAdditional context None