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
We're relying heavily on error-style panics at the moment which are fine for debugging but not ideal
The diagnose system is good but requires a lot of effort to add "context" - eg we should be able to show "this error was thrown while inferring the type for declaration blahblah". Need to design a system to wrap diagnose errors allowing this in an easy way
The text was updated successfully, but these errors were encountered:
We're relying heavily on
error
-style panics at the moment which are fine for debugging but not idealThe diagnose system is good but requires a lot of effort to add "context" - eg we should be able to show "this error was thrown while inferring the type for declaration
blahblah
". Need to design a system to wrap diagnose errors allowing this in an easy wayThe text was updated successfully, but these errors were encountered: