rlwhitcomb / utilities

Some of my personal utility programs
MIT License
2 stars 0 forks source link

Straighten out the color codes on Calc error messages #675

Open rlwhitcomb opened 1 month ago

rlwhitcomb commented 1 month ago

For instance, <y> and <u> are different (yellow and green respectively), but they are used inconsistently when referring to values in error, vs. the expected values; while many times the expected values are not highlighted.

So, figure out what it "should be" and fix everything (esp. in "math" directory).

Yellow (or should be the erroneous value [hint: warning]), while (green) should be the expected value. The opposite of the "date.monthOutOfRange" error (for example).

And then there's "numeric.badNumberSymbol" ...