-
Notifications
You must be signed in to change notification settings - Fork 21
Description
This is a message rendered with the default colors of the MacOS Terminal.app with the Basic color scheme when in light mode (it automatically flips to dark mode when computer is in dark mode at evening - dark mode looks great). . Parts of the text is close to illegible.
I'm no color scheme expert so I can't immediately tell what is going wrong but given that the vast majority of apps render just fine on stock Terminal, I think Diagnose could perhaps do a better job at selecting a color that renders nicely on light terminal color schemes.
Thanks
Got to take the opportunity: Thanks very much for this package, with it I've been able to greatly improve the visual appearance of error message from the Acton programming language compiler, e.g.
Not only is it more visually appealing but I think the error message format itself naturally encourages us as compiler engineers to write better error messages, like the way we fill in position and a text message to go along with that pointer is great. We used to produce similar messages with two pointer (definition of and call of) but with a single text field and Diagnose.Error is so much easier to work with and produces clearer result. Thanks!