aaronallen8455 / erriscope

Scope out Haskell errors in style
5 stars 0 forks source link

Scope errors to package #7

Open aaronallen8455 opened 2 years ago

aaronallen8455 commented 2 years ago

Could add the project identifier to the error ID. Then multiple clients could be running against different projects without one clearing the others when it starts up. But then how would you handle errors being left over after a client has disconnected? You either need to fix the errors or restart the server (and clients?)