You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good error reporting is important for any language and especially ones that might be used by people who aren't programmers.
For this reason I think a lot of our focus should be on this. I suggest implementing an ErrorReport struct that serves as a builder allowing for configurations such as adding errors, sources, source path etc. and should be able to write the report to any T: Write.
The text was updated successfully, but these errors were encountered:
Good error reporting is important for any language and especially ones that might be used by people who aren't programmers.
For this reason I think a lot of our focus should be on this. I suggest implementing an
ErrorReport
struct that serves as a builder allowing for configurations such as adding errors, sources, source path etc. and should be able to write the report to anyT: Write
.The text was updated successfully, but these errors were encountered: