This is a dumb bug because i made a dumb assumption about errors a long time ago and never put in something more robust. A partial implementation so far, could use cleanup + a good ui given that error text for name error overflows on almost every monitor imaginable
Changes
Removes the (+) expand button from anything but runtime exceeded errors
Gives us a title such that we can hover
Gives us a cleaner way of expanding different errors. Imagine contextful / helpful / unobtrusive syntax errors and lexing errors!
In the future I'd love to make it so you can expand an error to see the full text bc right now how it is is dumb.
Addresses https://github.com/evinism/lambda-explorer/issues/74
This is a dumb bug because i made a dumb assumption about errors a long time ago and never put in something more robust. A partial implementation so far, could use cleanup + a good ui given that error text for name error overflows on almost every monitor imaginable
Changes
In the future I'd love to make it so you can expand an error to see the full text bc right now how it is is dumb.